123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- %define tp_glib_ver 0.13.0
- Name: folks
- Version: 0.2.0
- Release: 1%{?_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.2/%{name}-%{version}.tar.bz2
- BuildRequires: telepathy-glib-devel >= %{tp_glib_ver}
- BuildRequires: telepathy-glib-vala >= %{tp_glib_ver}
- BuildRequires: glib2-devel
- BuildRequires: libgee-devel
- BuildRequires: libxml2-devel
- BuildRequires: vala-devel
- BuildRequires: vala-tools
- %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}.
- %prep
- %setup -q
- %build
- %configure --disable-static
- make %{?_smp_mflags} V=1
- %install
- make install DESTDIR=$RPM_BUILD_ROOT
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS ChangeLog COPYING README
- %{_bindir}/%{name}-import
- %{_libdir}/*.so.*
- %{_libdir}/folks
- %{_datadir}/vala/vapi/%{name}*
- %files devel
- %defattr(-,root,root,-)
- %{_includedir}/folks
- %{_libdir}/*.so
- %{_libdir}/pkgconfig/folks*.pc
- %changelog
- * 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.
- * Thu 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
|