folks-vl.spec 3.7 KB

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