folks-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. %define tp_glib_ver 0.13.0
  2. Name: folks
  3. Version: 0.2.0
  4. Release: 1%{?_dist_release}
  5. Summary: GObject contact aggregation library
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://telepathy.freedesktop.org/wiki/Folks
  9. Source0: http://download.gnome.org/sources/folks/0.2/%{name}-%{version}.tar.bz2
  10. BuildRequires: telepathy-glib-devel >= %{tp_glib_ver}
  11. BuildRequires: telepathy-glib-vala >= %{tp_glib_ver}
  12. BuildRequires: glib2-devel
  13. BuildRequires: libgee-devel
  14. BuildRequires: libxml2-devel
  15. BuildRequires: vala-devel
  16. BuildRequires: vala-tools
  17. %description
  18. libfolks is a library that aggregates people from multiple sources (e.g.
  19. Telepathy connection managers and eventually evolution data server,
  20. Facebook, etc.) to create meta-contacts.
  21. %package devel
  22. Summary: Development files for %{name}
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: telepathy-glib-devel >= %{tp_glib_ver}
  26. Requires: libgee-devel
  27. Requires: glib2-devel
  28. Requires: pkgconfig
  29. %description devel
  30. The %{name}-devel package contains libraries and header files for
  31. developing applications that use %{name}.
  32. %prep
  33. %setup -q
  34. %build
  35. %configure --disable-static
  36. make %{?_smp_mflags} V=1
  37. %install
  38. make install DESTDIR=$RPM_BUILD_ROOT
  39. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  40. %post -p /sbin/ldconfig
  41. %postun -p /sbin/ldconfig
  42. %files
  43. %defattr(-,root,root,-)
  44. %doc AUTHORS ChangeLog COPYING README
  45. %{_bindir}/%{name}-import
  46. %{_libdir}/*.so.*
  47. %{_libdir}/folks
  48. %{_datadir}/vala/vapi/%{name}*
  49. %files devel
  50. %defattr(-,root,root,-)
  51. %{_includedir}/folks
  52. %{_libdir}/*.so
  53. %{_libdir}/pkgconfig/folks*.pc
  54. %changelog
  55. * Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
  56. - initial build for Vine Linux
  57. * Wed Sep 29 2010 jkeating - 0.2.0-2
  58. - Rebuilt for gcc bug 634757
  59. * Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
  60. - Update to 0.2.0.
  61. - Add missing requires to devel subpackage.
  62. - Drop DSO linkng patch. Fixed upstream.
  63. * Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
  64. - Update to 0.1.17.
  65. - Add patch to fix DSO linking for import tool.
  66. - Add BR on libxml2-devel so import tool is built.
  67. * Wed Sep 1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
  68. - New upstream release.
  69. * Thu Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
  70. - New upstream release. Drop the RPATH hacks.
  71. * Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
  72. - New upstream release. Requires vala >= 0.9.6
  73. * Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
  74. - Use chrpath to remove the lingering RPATH because the guidelines
  75. recomended sed makes libtool incapable of building the tp-lowlevel.gir.
  76. Better solution welcome.
  77. * Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
  78. - New upstream. Remove patch and libtool hack.
  79. * Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
  80. - Add BR: vala-tools
  81. * Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
  82. - Update for the available telepathy-glib vala packaging
  83. * Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
  84. - Add BR: libgee-devel
  85. * Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
  86. - New upstream release
  87. - Autofoo for the new vala api versioning
  88. * Tue Aug 3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
  89. - New upstream release
  90. * Mon Aug 2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
  91. - Packaged for review