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

Revision 8067, 6.5 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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