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

Revision 9073, 6.8 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME 3.14.1

RevLine 
[6011]1%define tp_glib_ver     0.18.0
[2041]2
3Name:           folks
[9073]4Version:        0.10.0
[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
[9073]126* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.0-1
127- new upstream release
128
[8353]129* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-1
130- new upstream release
131- remove Patch0 (folks-0.9.5-git20131001.patch)
132
[8067]133* Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-2
134- rebuild with VineSeed environment
135
[7938]136* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
137- new upstream release
138- add BuildRequires: libgee-vala, evolution-data-server-vala
139- add Patch0 (folks-0.9.5-git20131001.patch)
140
[7712]141* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2-1
142- new upstream release
143
[7633]144* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
145- new upstream release
146- change BuildRequires: libgee-devel instead of libgee06-devel
147- add BuildRequires: vala, vala-tools
148- create %%{name}-vala subpackage
149
[6924]150* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
151- new upstream release
152
[6890]153* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4.1-1
154- new upstream release
155- change BuildRequires: libgee06-devel instead of libgee-devel
156- add BuildRequires: libzeitgeist-devel
157
[6078]158* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.9-1
[6011]159- new upstream release
160
[5335]161* Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
162- new upstream release
163
[5168]164* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
165- new upstream release
166
[5038]167* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4.1-1
168- new upstream release
169
[4850]170* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3.2-1
171- new upstream release
172
[4812]173* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
174- new upstream release
175
[4704]176* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
177- new upstream release
178- add BuildRequires: libsocialweb-devel
179
[4650]180* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
181- new upstream release
182
[4616]183* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
184- new upstream release
185- add BuildRequires: GConf2-devel
186
[2041]187* Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
188- initial build for Vine Linux
189
190
191* Wed Sep 29 2010 jkeating - 0.2.0-2
192- Rebuilt for gcc bug 634757
193
194* Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
195- Update to 0.2.0.
196- Add missing requires to devel subpackage.
197- Drop DSO linkng patch. Fixed upstream.
198
199* Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
200- Update to 0.1.17.
201- Add patch to fix DSO linking for import tool.
202- Add BR on libxml2-devel so import tool is built.
203
204* Wed Sep  1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
205- New upstream release.
206
[7633]207* Mon Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
[2041]208- New upstream release. Drop the RPATH hacks.
209
210* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
211- New upstream release. Requires vala >= 0.9.6
212
213* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
214- Use chrpath to remove the lingering RPATH because the guidelines
215  recomended sed makes libtool incapable of building the tp-lowlevel.gir.
216  Better solution welcome.
217
218* Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
219- New upstream. Remove patch and libtool hack.
220
221* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
222- Add BR: vala-tools
223
224* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
225- Update for the available telepathy-glib vala packaging
226
227* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
228- Add BR: libgee-devel
229
230* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
231- New upstream release
232- Autofoo for the new vala api versioning
233
234* Tue Aug  3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
235- New upstream release
236
237* Mon Aug  2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
238- Packaged for review
Note: See TracBrowser for help on using the repository browser.