telepathy-glib-vl.spec 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. %define dbus_ver 1.6.4
  2. %define dbus_glib_ver 0.100
  3. %define glib_ver 2.40
  4. Summary: GLib bindings for Telepathy
  5. Summary(ja): Telepathy の GLib バインディング
  6. Name: telepathy-glib
  7. Version: 0.24.1
  8. Release: 1%{?_dist_release}
  9. Group: System Environment/Libraries
  10. License: LGPLv2+
  11. URL: http://telepathy.freedesktop.org/wiki/FrontPage
  12. Source0: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
  13. Patch0: telepathy-glib-0.22.0-pkgconfig.patch
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  15. BuildRequires: gtk-doc
  16. BuildRequires: dbus-devel >= %{dbus_ver}
  17. BuildRequires: dbus-glib-devel >= %{dbus_glib_ver}
  18. BuildRequires: glib2-devel >= %{glib_ver}
  19. BuildRequires: libxslt
  20. BuildRequires: python
  21. BuildRequires: gobject-introspection-devel
  22. BuildRequires: vala-devel
  23. BuildRequires: vala-tools
  24. Vendor: Project Vine
  25. Distribution: Vine Linux
  26. %description
  27. Telepathy-glib is the glib bindings for the telepathy unified framework
  28. for all forms of real time conversations, including instant messaging, IRC,
  29. voice calls and video calls.
  30. %package devel
  31. Summary: Development files for %{name}
  32. Summary(ja): %{name} の開発用ファイル
  33. Group: Development/Libraries
  34. Requires: %{name} = %{version}-%{release}
  35. Requires: %{name}-vala = %{version}-%{release}
  36. Requires: telepathy-filesystem
  37. Requires: dbus-devel >= %{dbus_ver}
  38. Requires: dbus-glib-devel >= %{dbus_glib_ver}
  39. Requires: glib2-devel >= %{glib_ver}
  40. Requires: pkgconfig
  41. %description devel
  42. The %{name}-devel package contains libraries and header files for
  43. developing applications that use %{name}.
  44. %package vala
  45. Summary: Vala bindings for %{name}
  46. Group: Development/Libraries
  47. Requires: %{name} = %{version}-%{release}
  48. Requires: vala
  49. %description vala
  50. Vala bindings for %{name}.
  51. %prep
  52. %setup -q
  53. %patch0 -p1 -b .pkg-config
  54. %check
  55. make check
  56. %build
  57. %configure --enable-static=no --enable-vala-bindings=yes --enable-introspection=yes
  58. make %{?_smp_mflags}
  59. %install
  60. rm -rf $RPM_BUILD_ROOT
  61. make install DESTDIR=$RPM_BUILD_ROOT
  62. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  63. %clean
  64. rm -rf $RPM_BUILD_ROOT
  65. %post -p /sbin/ldconfig
  66. %postun -p /sbin/ldconfig
  67. %files
  68. %defattr(-,root,root,-)
  69. %doc AUTHORS COPYING README NEWS
  70. %{_libdir}/libtelepathy-glib*.so.*
  71. %{_libdir}/girepository-1.0
  72. %files devel
  73. %defattr(-,root,root,-)
  74. %doc %{_datadir}/gtk-doc/html/%{name}/
  75. %{_libdir}/libtelepathy-glib.so
  76. %{_libdir}/pkgconfig/%{name}.pc
  77. %{_includedir}/telepathy-1.0/%{name}/
  78. %{_datadir}/gir-1.0
  79. %files vala
  80. %defattr(-,root,root,-)
  81. %{_datadir}/vala/vapi/telepathy-glib.deps
  82. %{_datadir}/vala/vapi/telepathy-glib.vapi
  83. %changelog
  84. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.1-1
  85. - new upstream release
  86. * Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.24.0-1
  87. - new upstream release
  88. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23.0-1
  89. - new upstream release
  90. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22.0-1
  91. - new upstream release
  92. - update Patch0 (telepathy-glib-0.22.0-pkgconfig.patch)
  93. * Sat Aug 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.4-1
  94. - new upstream release
  95. * Sun Nov 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.1-1
  96. - new upstream release
  97. * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20.0-1
  98. - new upstream release
  99. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19.10-1
  100. - new upstream release
  101. * Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.1-1
  102. - new upstream release
  103. * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18.0-1
  104. - new upstream release
  105. - update Patch0 (telepathy-glib-0.18.0-broken-pkgconfig.patch)
  106. * Sat Dec 31 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.4-1
  107. - new upstream release
  108. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.0-1
  109. - new upstream release
  110. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15.5-1
  111. - new upstream release
  112. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15.4-1
  113. - new upstream release
  114. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.0-1
  115. - new upstream release
  116. - add BuildRequires: gobject-introspection-devel, vala-devel, vala-tools
  117. - update Patch0
  118. - add vala sub package
  119. * Thu Sep 23 2010 IWAI, Masaharu <iwai@alib.jp> 0.10.2-2
  120. - build with rpm-4.8.1-1 for pkg-config file
  121. - add broken pkg-config file patch (Patch0): from Fedora 0.11.15-1
  122. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
  123. - new upstream release
  124. * Wed Nov 4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.1-1
  125. - new upstream release
  126. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.14-1
  127. - initial build for Vine Linux
  128. * Sat Aug 23 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.14-1
  129. - Update to 0.7.14.
  130. - Add README & NEWS to docs.
  131. * Tue Jul 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.13-1
  132. - Update to 0.7.13.
  133. * Mon Jul 28 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-2
  134. - Update broken-pkgconfig patch. (#456621)
  135. * Mon Jul 21 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-1
  136. - Update to 0.7.12.
  137. - Update pkgconfig patch.
  138. * Thu Jul 3 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.11-1
  139. - Update to 0.7.11.
  140. * Fri Jun 6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.10-1
  141. - Update 0.7.10.
  142. * Fri May 30 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.9-1
  143. - Update to 0.7.9.
  144. - Enable tests.
  145. * Fri May 9 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.8-1
  146. - Update to 0.7.8.
  147. * Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.6-1
  148. - Update to 0.7.6.
  149. * Mon Mar 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-4
  150. - Bump.
  151. * Fri Mar 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.7.5-3
  152. - Really fix #436773
  153. * Mon Mar 10 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-2
  154. - Add requires for glib2-devel to devel package. (#436773)
  155. * Fri Mar 7 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-1
  156. - Update to 0.7.5.
  157. - Remove hack to fix ppc64 build. fixed upstream.
  158. * Thu Mar 6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.4-1
  159. - Update to 0.7.4.
  160. - Disable test for now.
  161. - Add hack to fix build on ppc64.
  162. * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-2
  163. - Rebuild for gcc-4.3.
  164. * Fri Nov 23 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-1
  165. - Update to 0.7.0.
  166. - Drop unstable-static subpackage.
  167. - Bump min. versions of dbus-devel & dbus-glib-devel.
  168. * Mon Nov 12 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.6.1-1
  169. - Update to 0.6.1.
  170. * Wed Aug 29 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.14-1
  171. - Update to 0.5.14.
  172. * Tue Aug 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-6
  173. - Add BR on python.
  174. * Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-5
  175. - Rebuild.
  176. * Sun Aug 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-4
  177. - Update license tag.
  178. * Mon Jun 18 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-3
  179. - Add check section to run test suite.
  180. - Mark gtk-docs as docs.
  181. * Sat Jun 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-2
  182. - Change Group to more accurate categoryn.
  183. - Require pkgconfig on the devel package.
  184. - Move headers for unstable libs to unstable-static sub-pacakge.
  185. * Tue Jun 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-1
  186. - Update to 0.5.13.
  187. * Wed May 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.11-1
  188. - Update to 0.5.11.
  189. * Sat Apr 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.10-1
  190. - Intial spec.