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

Revision 7938, 6.4 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

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