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

Revision 9313, 6.8 KB checked in by Takemikaduchi, 9 years ago (diff)

new upstream release

RevLine 
[6011]1%define tp_glib_ver     0.18.0
[2041]2
3Name:           folks
[9313]4Version:        0.10.1
[8353]5Release:        1%{?_dist_release}
[2041]6Summary:        GObject contact aggregation library
7
8Group:          System Environment/Libraries
9License:        LGPLv2+
10URL:            http://telepathy.freedesktop.org/wiki/Folks
[9073]11Source0:        http://download.gnome.org/sources/folks/0.10/%{name}-%{version}.tar.xz
[2041]12
13BuildRequires:  telepathy-glib-devel >= %{tp_glib_ver}
14BuildRequires:  telepathy-glib-vala >= %{tp_glib_ver}
[4650]15BuildRequires:  evolution-data-server-devel >= 3.0.1
[2041]16BuildRequires:  glib2-devel
[7633]17BuildRequires:  libgee-devel
[2041]18BuildRequires:  libxml2-devel
[4704]19BuildRequires:  libsocialweb-devel
[6890]20BuildRequires:  libzeitgeist-devel
[7938]21
[7633]22BuildRequires:  vala
23BuildRequires:  vala-tools
[7938]24BuildRequires:  libgee-vala
25BuildRequires:  evolution-data-server-vala
[2041]26
[6890]27Requires(postun,posttrans):     glib2
28
[4616]29Vendor: Project Vine
30Distribution: Vine Linux
[8067]31Packager: Takemikaduchi
[4616]32
[2041]33%description
34libfolks is a library that aggregates people from multiple sources (e.g.
35Telepathy connection managers and eventually evolution data server,
36Facebook, etc.) to create meta-contacts.
37
38
39%package        devel
40Summary:        Development files for %{name}
41Group:          Development/Libraries
42Requires:       %{name} = %{version}-%{release}
[7938]43Requires:               telepathy-glib-devel >= %{tp_glib_ver}
44Requires:               libgee-devel
45Requires:               glib2-devel
46Requires:               pkgconfig
[2041]47
48%description    devel
49The %{name}-devel package contains libraries and header files for
50developing applications that use %{name}.
51
52
[7633]53%package        vala
54Summary:        Vala bindings for %{name}
55Summary(ja):    %{name} の Vala バインディング
56Group:          Development/Libraries
57Requires:       %{name} = %{version}-%{release}
58Requires:       vala
[7938]59Requires:       libgee-vala
60Requires:               evolution-data-server-vala
[7633]61
62%description    vala
63Vala bindings for %{name}.
64
65
[2041]66%prep
67%setup -q
68
69%build
[5168]70%configure \
[7938]71        --disable-static \
72        --disable-fatal-warnings
[4812]73make %{?_smp_mflags}
[2041]74
75
76%install
77make install DESTDIR=$RPM_BUILD_ROOT
78find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
79
[4616]80%find_lang %{name}
[2041]81
82%post -p /sbin/ldconfig
83
[6890]84%postun
85/sbin/ldconfig
[6924]86if [ $1 -eq 0 ]; then
87  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
88fi
[2041]89
[6890]90%posttrans
91glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[2041]92
[6890]93
[4616]94%files -f %{name}.lang
[2041]95%defattr(-,root,root,-)
96%doc AUTHORS ChangeLog COPYING README
97%{_bindir}/%{name}-import
98%{_libdir}/*.so.*
99%{_libdir}/folks
[4616]100%{_libdir}/girepository-1.0/*.typelib
[6890]101%{_datadir}/GConf/gsettings/folks.convert
102%{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
[2041]103
104%files devel
105%defattr(-,root,root,-)
106%{_includedir}/folks
107%{_libdir}/*.so
108%{_libdir}/pkgconfig/folks*.pc
[4616]109%{_datadir}/gir-1.0/*.gir
[2041]110
[7633]111%files vala
112%defattr(-,root,root,-)
[9073]113%{_datadir}/vala/vapi/folks-dummy.deps
114%{_datadir}/vala/vapi/folks-dummy.vapi
[7633]115%{_datadir}/vala/vapi/folks-eds.deps
116%{_datadir}/vala/vapi/folks-eds.vapi
117%{_datadir}/vala/vapi/folks-libsocialweb.deps
118%{_datadir}/vala/vapi/folks-libsocialweb.vapi
119%{_datadir}/vala/vapi/folks-telepathy.deps
120%{_datadir}/vala/vapi/folks-telepathy.vapi
121%{_datadir}/vala/vapi/folks.deps
122%{_datadir}/vala/vapi/folks.vapi
[2041]123
[7633]124
[2041]125%changelog
[9313]126* Wed Jan 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.1-1
127- new upstream release
128
[9073]129* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.0-1
130- new upstream release
131
[8353]132* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-1
133- new upstream release
134- remove Patch0 (folks-0.9.5-git20131001.patch)
135
[8067]136* Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-2
137- rebuild with VineSeed environment
138
[7938]139* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
140- new upstream release
141- add BuildRequires: libgee-vala, evolution-data-server-vala
142- add Patch0 (folks-0.9.5-git20131001.patch)
143
[7712]144* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2-1
145- new upstream release
146
[7633]147* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
148- new upstream release
149- change BuildRequires: libgee-devel instead of libgee06-devel
150- add BuildRequires: vala, vala-tools
151- create %%{name}-vala subpackage
152
[6924]153* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
154- new upstream release
155
[6890]156* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4.1-1
157- new upstream release
158- change BuildRequires: libgee06-devel instead of libgee-devel
159- add BuildRequires: libzeitgeist-devel
160
[6078]161* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.9-1
[6011]162- new upstream release
163
[5335]164* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
165- new upstream release
166
[5168]167* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
168- new upstream release
169
[5038]170* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4.1-1
171- new upstream release
172
[4850]173* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3.2-1
174- new upstream release
175
[4812]176* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
177- new upstream release
178
[4704]179* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
180- new upstream release
181- add BuildRequires: libsocialweb-devel
182
[4650]183* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
184- new upstream release
185
[4616]186* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
187- new upstream release
188- add BuildRequires: GConf2-devel
189
[2041]190* Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
191- initial build for Vine Linux
192
193
194* Wed Sep 29 2010 jkeating - 0.2.0-2
195- Rebuilt for gcc bug 634757
196
197* Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
198- Update to 0.2.0.
199- Add missing requires to devel subpackage.
200- Drop DSO linkng patch. Fixed upstream.
201
202* Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
203- Update to 0.1.17.
204- Add patch to fix DSO linking for import tool.
205- Add BR on libxml2-devel so import tool is built.
206
207* Wed Sep  1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
208- New upstream release.
209
[7633]210* Mon Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
[2041]211- New upstream release. Drop the RPATH hacks.
212
213* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
214- New upstream release. Requires vala >= 0.9.6
215
216* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
217- Use chrpath to remove the lingering RPATH because the guidelines
218  recomended sed makes libtool incapable of building the tp-lowlevel.gir.
219  Better solution welcome.
220
221* Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
222- New upstream. Remove patch and libtool hack.
223
224* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
225- Add BR: vala-tools
226
227* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
228- Update for the available telepathy-glib vala packaging
229
230* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
231- Add BR: libgee-devel
232
233* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
234- New upstream release
235- Autofoo for the new vala api versioning
236
237* Tue Aug  3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
238- New upstream release
239
240* Mon Aug  2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
241- Packaged for review
Note: See TracBrowser for help on using the repository browser.