folks-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. %define tp_glib_ver 0.18.0
  2. Name: folks
  3. Version: 0.6.8
  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 \
  41. --disable-static
  42. make %{?_smp_mflags}
  43. %install
  44. make install DESTDIR=$RPM_BUILD_ROOT
  45. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  46. %find_lang %{name}
  47. %post -p /sbin/ldconfig
  48. %postun -p /sbin/ldconfig
  49. %files -f %{name}.lang
  50. %defattr(-,root,root,-)
  51. %doc AUTHORS ChangeLog COPYING README
  52. %{_bindir}/%{name}-import
  53. %{_libdir}/*.so.*
  54. %{_libdir}/folks
  55. %{_libdir}/girepository-1.0/*.typelib
  56. %{_datadir}/vala/vapi/%{name}*
  57. %files devel
  58. %defattr(-,root,root,-)
  59. %{_includedir}/folks
  60. %{_libdir}/*.so
  61. %{_libdir}/pkgconfig/folks*.pc
  62. %{_datadir}/gir-1.0/*.gir
  63. %changelog
  64. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.8-1
  65. - new upstream release
  66. * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
  67. - new upstream release
  68. * Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
  69. - new upstream release
  70. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4.1-1
  71. - new upstream release
  72. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3.2-1
  73. - new upstream release
  74. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
  75. - new upstream release
  76. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
  77. - new upstream release
  78. - add BuildRequires: libsocialweb-devel
  79. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
  80. - new upstream release
  81. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
  82. - new upstream release
  83. - add BuildRequires: GConf2-devel
  84. * Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
  85. - initial build for Vine Linux
  86. * Wed Sep 29 2010 jkeating - 0.2.0-2
  87. - Rebuilt for gcc bug 634757
  88. * Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
  89. - Update to 0.2.0.
  90. - Add missing requires to devel subpackage.
  91. - Drop DSO linkng patch. Fixed upstream.
  92. * Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
  93. - Update to 0.1.17.
  94. - Add patch to fix DSO linking for import tool.
  95. - Add BR on libxml2-devel so import tool is built.
  96. * Wed Sep 1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
  97. - New upstream release.
  98. * Thu Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
  99. - New upstream release. Drop the RPATH hacks.
  100. * Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
  101. - New upstream release. Requires vala >= 0.9.6
  102. * Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
  103. - Use chrpath to remove the lingering RPATH because the guidelines
  104. recomended sed makes libtool incapable of building the tp-lowlevel.gir.
  105. Better solution welcome.
  106. * Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
  107. - New upstream. Remove patch and libtool hack.
  108. * Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
  109. - Add BR: vala-tools
  110. * Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
  111. - Update for the available telepathy-glib vala packaging
  112. * Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
  113. - Add BR: libgee-devel
  114. * Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
  115. - New upstream release
  116. - Autofoo for the new vala api versioning
  117. * Tue Aug 3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
  118. - New upstream release
  119. * Mon Aug 2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
  120. - Packaged for review