source: projects/specs/trunk/f/folks/folks-vl.spec @ 5335

Revision 5335, 4.4 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1%define tp_glib_ver     0.14.0
2
3Name:           folks
4Version:        0.6.6
5Release:        1%{?_dist_release}
6Summary:        GObject contact aggregation library
7
8Group:          System Environment/Libraries
9License:        LGPLv2+
10URL:            http://telepathy.freedesktop.org/wiki/Folks
11Source0:        http://download.gnome.org/sources/folks/0.6/%{name}-%{version}.tar.xz
12
13BuildRequires:  telepathy-glib-devel >= %{tp_glib_ver}
14BuildRequires:  telepathy-glib-vala >= %{tp_glib_ver}
15BuildRequires:  evolution-data-server-devel >= 3.0.1
16BuildRequires:  glib2-devel
17BuildRequires:  GConf2-devel
18BuildRequires:  libgee-devel
19BuildRequires:  libxml2-devel
20BuildRequires:  libsocialweb-devel
21BuildRequires:  vala-devel
22BuildRequires:  vala-tools
23
24Vendor: Project Vine
25Distribution: Vine Linux
26
27%description
28libfolks is a library that aggregates people from multiple sources (e.g.
29Telepathy connection managers and eventually evolution data server,
30Facebook, etc.) to create meta-contacts.
31
32
33%package        devel
34Summary:        Development files for %{name}
35Group:          Development/Libraries
36Requires:       %{name} = %{version}-%{release}
37Requires:       telepathy-glib-devel >= %{tp_glib_ver}
38Requires:       libgee-devel
39Requires:       glib2-devel
40Requires:       pkgconfig
41
42%description    devel
43The %{name}-devel package contains libraries and header files for
44developing applications that use %{name}.
45
46
47%prep
48%setup -q
49
50%build
51%configure \
52        --disable-static
53make %{?_smp_mflags}
54
55
56%install
57make install DESTDIR=$RPM_BUILD_ROOT
58find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
59
60%find_lang %{name}
61
62%post -p /sbin/ldconfig
63
64%postun -p /sbin/ldconfig
65
66
67%files -f %{name}.lang
68%defattr(-,root,root,-)
69%doc AUTHORS ChangeLog COPYING README
70%{_bindir}/%{name}-import
71%{_libdir}/*.so.*
72%{_libdir}/folks
73%{_libdir}/girepository-1.0/*.typelib
74%{_datadir}/vala/vapi/%{name}*
75
76%files devel
77%defattr(-,root,root,-)
78%{_includedir}/folks
79%{_libdir}/*.so
80%{_libdir}/pkgconfig/folks*.pc
81%{_datadir}/gir-1.0/*.gir
82
83
84%changelog
85* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
86- new upstream release
87
88* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
89- new upstream release
90
91* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4.1-1
92- new upstream release
93
94* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3.2-1
95- new upstream release
96
97* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
98- new upstream release
99
100* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
101- new upstream release
102- add BuildRequires: libsocialweb-devel
103
104* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
105- new upstream release
106
107* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
108- new upstream release
109- add BuildRequires: GConf2-devel
110
111* Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
112- initial build for Vine Linux
113
114
115* Wed Sep 29 2010 jkeating - 0.2.0-2
116- Rebuilt for gcc bug 634757
117
118* Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
119- Update to 0.2.0.
120- Add missing requires to devel subpackage.
121- Drop DSO linkng patch. Fixed upstream.
122
123* Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
124- Update to 0.1.17.
125- Add patch to fix DSO linking for import tool.
126- Add BR on libxml2-devel so import tool is built.
127
128* Wed Sep  1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
129- New upstream release.
130
131* Thu Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
132- New upstream release. Drop the RPATH hacks.
133
134* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
135- New upstream release. Requires vala >= 0.9.6
136
137* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
138- Use chrpath to remove the lingering RPATH because the guidelines
139  recomended sed makes libtool incapable of building the tp-lowlevel.gir.
140  Better solution welcome.
141
142* Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
143- New upstream. Remove patch and libtool hack.
144
145* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
146- Add BR: vala-tools
147
148* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
149- Update for the available telepathy-glib vala packaging
150
151* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
152- Add BR: libgee-devel
153
154* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
155- New upstream release
156- Autofoo for the new vala api versioning
157
158* Tue Aug  3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
159- New upstream release
160
161* Mon Aug  2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
162- Packaged for review
Note: See TracBrowser for help on using the repository browser.