folks-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. %define tp_glib_ver 0.18.0
  2. Name: folks
  3. Version: 0.6.9
  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: libgee-devel
  15. BuildRequires: libxml2-devel
  16. BuildRequires: libsocialweb-devel
  17. BuildRequires: vala-devel
  18. BuildRequires: vala-tools
  19. Vendor: Project Vine
  20. Distribution: Vine Linux
  21. %description
  22. libfolks is a library that aggregates people from multiple sources (e.g.
  23. Telepathy connection managers and eventually evolution data server,
  24. Facebook, etc.) to create meta-contacts.
  25. %package devel
  26. Summary: Development files for %{name}
  27. Group: Development/Libraries
  28. Requires: %{name} = %{version}-%{release}
  29. Requires: telepathy-glib-devel >= %{tp_glib_ver}
  30. Requires: libgee-devel
  31. Requires: glib2-devel
  32. Requires: pkgconfig
  33. %description devel
  34. The %{name}-devel package contains libraries and header files for
  35. developing applications that use %{name}.
  36. %prep
  37. %setup -q
  38. %build
  39. %configure \
  40. --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. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.9-1
  64. - new upstream release
  65. * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
  66. - new upstream release
  67. * Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
  68. - new upstream release
  69. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4.1-1
  70. - new upstream release
  71. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3.2-1
  72. - new upstream release
  73. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
  74. - new upstream release
  75. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
  76. - new upstream release
  77. - add BuildRequires: libsocialweb-devel
  78. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
  79. - new upstream release
  80. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
  81. - new upstream release
  82. - add BuildRequires: GConf2-devel
  83. * Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
  84. - initial build for Vine Linux
  85. * Wed Sep 29 2010 jkeating - 0.2.0-2
  86. - Rebuilt for gcc bug 634757
  87. * Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
  88. - Update to 0.2.0.
  89. - Add missing requires to devel subpackage.
  90. - Drop DSO linkng patch. Fixed upstream.
  91. * Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
  92. - Update to 0.1.17.
  93. - Add patch to fix DSO linking for import tool.
  94. - Add BR on libxml2-devel so import tool is built.
  95. * Wed Sep 1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
  96. - New upstream release.
  97. * Thu Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
  98. - New upstream release. Drop the RPATH hacks.
  99. * Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
  100. - New upstream release. Requires vala >= 0.9.6
  101. * Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
  102. - Use chrpath to remove the lingering RPATH because the guidelines
  103. recomended sed makes libtool incapable of building the tp-lowlevel.gir.
  104. Better solution welcome.
  105. * Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
  106. - New upstream. Remove patch and libtool hack.
  107. * Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
  108. - Add BR: vala-tools
  109. * Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
  110. - Update for the available telepathy-glib vala packaging
  111. * Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
  112. - Add BR: libgee-devel
  113. * Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
  114. - New upstream release
  115. - Autofoo for the new vala api versioning
  116. * Tue Aug 3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
  117. - New upstream release
  118. * Mon Aug 2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
  119. - Packaged for review