folks-vl.spec 4.2 KB

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