123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- %define tp_glib_ver 0.18.0
- Name: folks
- Version: 0.9.5
- Release: 2%{?_dist_release}
- Summary: GObject contact aggregation library
- Group: System Environment/Libraries
- License: LGPLv2+
- URL: http://telepathy.freedesktop.org/wiki/Folks
- Source0: http://download.gnome.org/sources/folks/0.9/%{name}-%{version}.tar.xz
- Patch0: folks-0.9.5-git20131001.patch
- BuildRequires: telepathy-glib-devel >= %{tp_glib_ver}
- BuildRequires: telepathy-glib-vala >= %{tp_glib_ver}
- BuildRequires: evolution-data-server-devel >= 3.0.1
- BuildRequires: glib2-devel
- BuildRequires: libgee-devel
- BuildRequires: libxml2-devel
- BuildRequires: libsocialweb-devel
- BuildRequires: libzeitgeist-devel
- BuildRequires: vala
- BuildRequires: vala-tools
- BuildRequires: libgee-vala
- BuildRequires: evolution-data-server-vala
- Requires(postun,posttrans): glib2
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: Takemikaduchi
- %description
- libfolks is a library that aggregates people from multiple sources (e.g.
- Telepathy connection managers and eventually evolution data server,
- Facebook, etc.) to create meta-contacts.
- %package devel
- Summary: Development files for %{name}
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: telepathy-glib-devel >= %{tp_glib_ver}
- Requires: libgee-devel
- Requires: glib2-devel
- Requires: pkgconfig
- %description devel
- The %{name}-devel package contains libraries and header files for
- developing applications that use %{name}.
- %package vala
- Summary: Vala bindings for %{name}
- Summary(ja): %{name} の Vala バインディング
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: vala
- Requires: libgee-vala
- Requires: evolution-data-server-vala
- %description vala
- Vala bindings for %{name}.
- %prep
- %setup -q
- %patch0 -p1
- %build
- NOCONFIGURE=1 ./autogen.sh
- %configure \
- --disable-static \
- --disable-fatal-warnings
- make %{?_smp_mflags}
- %install
- make install DESTDIR=$RPM_BUILD_ROOT
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
- %find_lang %{name}
- %post -p /sbin/ldconfig
- %postun
- /sbin/ldconfig
- if [ $1 -eq 0 ]; then
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- fi
- %posttrans
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
- %files -f %{name}.lang
- %defattr(-,root,root,-)
- %doc AUTHORS ChangeLog COPYING README
- %{_bindir}/%{name}-import
- %{_libdir}/*.so.*
- %{_libdir}/folks
- %{_libdir}/girepository-1.0/*.typelib
- %{_datadir}/GConf/gsettings/folks.convert
- %{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
- %files devel
- %defattr(-,root,root,-)
- %{_includedir}/folks
- %{_libdir}/*.so
- %{_libdir}/pkgconfig/folks*.pc
- %{_datadir}/gir-1.0/*.gir
- %files vala
- %defattr(-,root,root,-)
- %{_datadir}/vala/vapi/folks-eds.deps
- %{_datadir}/vala/vapi/folks-eds.vapi
- %{_datadir}/vala/vapi/folks-libsocialweb.deps
- %{_datadir}/vala/vapi/folks-libsocialweb.vapi
- %{_datadir}/vala/vapi/folks-telepathy.deps
- %{_datadir}/vala/vapi/folks-telepathy.vapi
- %{_datadir}/vala/vapi/folks.deps
- %{_datadir}/vala/vapi/folks.vapi
- %changelog
- * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-2
- - rebuild with VineSeed environment
- * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
- - new upstream release
- - add BuildRequires: libgee-vala, evolution-data-server-vala
- - add Patch0 (folks-0.9.5-git20131001.patch)
- * Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2-1
- - new upstream release
- * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
- - new upstream release
- - change BuildRequires: libgee-devel instead of libgee06-devel
- - add BuildRequires: vala, vala-tools
- - create %%{name}-vala subpackage
- * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
- - new upstream release
- * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4.1-1
- - new upstream release
- - change BuildRequires: libgee06-devel instead of libgee-devel
- - add BuildRequires: libzeitgeist-devel
- * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.9-1
- - new upstream release
- * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
- - new upstream release
- * Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
- - new upstream release
- * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4.1-1
- - new upstream release
- * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3.2-1
- - new upstream release
- * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
- - new upstream release
- * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
- - new upstream release
- - add BuildRequires: libsocialweb-devel
- * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
- - new upstream release
- * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
- - new upstream release
- - add BuildRequires: GConf2-devel
- * Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
- - initial build for Vine Linux
- * Wed Sep 29 2010 jkeating - 0.2.0-2
- - Rebuilt for gcc bug 634757
- * Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
- - Update to 0.2.0.
- - Add missing requires to devel subpackage.
- - Drop DSO linkng patch. Fixed upstream.
- * Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
- - Update to 0.1.17.
- - Add patch to fix DSO linking for import tool.
- - Add BR on libxml2-devel so import tool is built.
- * Wed Sep 1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
- - New upstream release.
- * Mon Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
- - New upstream release. Drop the RPATH hacks.
- * Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
- - New upstream release. Requires vala >= 0.9.6
- * Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
- - Use chrpath to remove the lingering RPATH because the guidelines
- recomended sed makes libtool incapable of building the tp-lowlevel.gir.
- Better solution welcome.
- * Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
- - New upstream. Remove patch and libtool hack.
- * Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
- - Add BR: vala-tools
- * Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
- - Update for the available telepathy-glib vala packaging
- * Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
- - Add BR: libgee-devel
- * Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
- - New upstream release
- - Autofoo for the new vala api versioning
- * Tue Aug 3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
- - New upstream release
- * Mon Aug 2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
- - Packaged for review
|