folks-vl.spec 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. %define tp_glib_ver 0.18.0
  2. Name: folks
  3. Version: 0.9.6
  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.9/%{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: libzeitgeist-devel
  18. BuildRequires: vala
  19. BuildRequires: vala-tools
  20. BuildRequires: libgee-vala
  21. BuildRequires: evolution-data-server-vala
  22. Requires(postun,posttrans): glib2
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. Packager: Takemikaduchi
  26. %description
  27. libfolks is a library that aggregates people from multiple sources (e.g.
  28. Telepathy connection managers and eventually evolution data server,
  29. Facebook, etc.) to create meta-contacts.
  30. %package devel
  31. Summary: Development files for %{name}
  32. Group: Development/Libraries
  33. Requires: %{name} = %{version}-%{release}
  34. Requires: telepathy-glib-devel >= %{tp_glib_ver}
  35. Requires: libgee-devel
  36. Requires: glib2-devel
  37. Requires: pkgconfig
  38. %description devel
  39. The %{name}-devel package contains libraries and header files for
  40. developing applications that use %{name}.
  41. %package vala
  42. Summary: Vala bindings for %{name}
  43. Summary(ja): %{name} の Vala バインディング
  44. Group: Development/Libraries
  45. Requires: %{name} = %{version}-%{release}
  46. Requires: vala
  47. Requires: libgee-vala
  48. Requires: evolution-data-server-vala
  49. %description vala
  50. Vala bindings for %{name}.
  51. %prep
  52. %setup -q
  53. %build
  54. NOCONFIGURE=1 ./autogen.sh
  55. %configure \
  56. --disable-static \
  57. --disable-fatal-warnings
  58. make %{?_smp_mflags}
  59. %install
  60. make install DESTDIR=$RPM_BUILD_ROOT
  61. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  62. %find_lang %{name}
  63. %post -p /sbin/ldconfig
  64. %postun
  65. /sbin/ldconfig
  66. if [ $1 -eq 0 ]; then
  67. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  68. fi
  69. %posttrans
  70. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  71. %files -f %{name}.lang
  72. %defattr(-,root,root,-)
  73. %doc AUTHORS ChangeLog COPYING README
  74. %{_bindir}/%{name}-import
  75. %{_libdir}/*.so.*
  76. %{_libdir}/folks
  77. %{_libdir}/girepository-1.0/*.typelib
  78. %{_datadir}/GConf/gsettings/folks.convert
  79. %{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
  80. %files devel
  81. %defattr(-,root,root,-)
  82. %{_includedir}/folks
  83. %{_libdir}/*.so
  84. %{_libdir}/pkgconfig/folks*.pc
  85. %{_datadir}/gir-1.0/*.gir
  86. %files vala
  87. %defattr(-,root,root,-)
  88. %{_datadir}/vala/vapi/folks-eds.deps
  89. %{_datadir}/vala/vapi/folks-eds.vapi
  90. %{_datadir}/vala/vapi/folks-libsocialweb.deps
  91. %{_datadir}/vala/vapi/folks-libsocialweb.vapi
  92. %{_datadir}/vala/vapi/folks-telepathy.deps
  93. %{_datadir}/vala/vapi/folks-telepathy.vapi
  94. %{_datadir}/vala/vapi/folks.deps
  95. %{_datadir}/vala/vapi/folks.vapi
  96. %changelog
  97. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.6-1
  98. - new upstream release
  99. - remove Patch0 (folks-0.9.5-git20131001.patch)
  100. * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-2
  101. - rebuild with VineSeed environment
  102. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
  103. - new upstream release
  104. - add BuildRequires: libgee-vala, evolution-data-server-vala
  105. - add Patch0 (folks-0.9.5-git20131001.patch)
  106. * Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.2-1
  107. - new upstream release
  108. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.1-1
  109. - new upstream release
  110. - change BuildRequires: libgee-devel instead of libgee06-devel
  111. - add BuildRequires: vala, vala-tools
  112. - create %%{name}-vala subpackage
  113. * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.0-1
  114. - new upstream release
  115. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.4.1-1
  116. - new upstream release
  117. - change BuildRequires: libgee06-devel instead of libgee-devel
  118. - add BuildRequires: libzeitgeist-devel
  119. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.9-1
  120. - new upstream release
  121. * Wed Dec 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.6-1
  122. - new upstream release
  123. * Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-1
  124. - new upstream release
  125. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.4.1-1
  126. - new upstream release
  127. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3.2-1
  128. - new upstream release
  129. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.3-1
  130. - new upstream release
  131. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.1-1
  132. - new upstream release
  133. - add BuildRequires: libsocialweb-devel
  134. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
  135. - new upstream release
  136. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-1
  137. - new upstream release
  138. - add BuildRequires: GConf2-devel
  139. * Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
  140. - initial build for Vine Linux
  141. * Wed Sep 29 2010 jkeating - 0.2.0-2
  142. - Rebuilt for gcc bug 634757
  143. * Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
  144. - Update to 0.2.0.
  145. - Add missing requires to devel subpackage.
  146. - Drop DSO linkng patch. Fixed upstream.
  147. * Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
  148. - Update to 0.1.17.
  149. - Add patch to fix DSO linking for import tool.
  150. - Add BR on libxml2-devel so import tool is built.
  151. * Wed Sep 1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
  152. - New upstream release.
  153. * Mon Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
  154. - New upstream release. Drop the RPATH hacks.
  155. * Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
  156. - New upstream release. Requires vala >= 0.9.6
  157. * Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
  158. - Use chrpath to remove the lingering RPATH because the guidelines
  159. recomended sed makes libtool incapable of building the tp-lowlevel.gir.
  160. Better solution welcome.
  161. * Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
  162. - New upstream. Remove patch and libtool hack.
  163. * Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
  164. - Add BR: vala-tools
  165. * Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
  166. - Update for the available telepathy-glib vala packaging
  167. * Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
  168. - Add BR: libgee-devel
  169. * Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
  170. - New upstream release
  171. - Autofoo for the new vala api versioning
  172. * Tue Aug 3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
  173. - New upstream release
  174. * Mon Aug 2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
  175. - Packaged for review