telepathy-glib-vl.spec 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. %define dbus_ver 1.4.0
  2. %define dbus_glib_ver 0.88
  3. %define glib_ver 2.26
  4. Summary: GLib bindings for Telepathy
  5. Summary(ja): Telepathy の GLib バインディング
  6. Name: telepathy-glib
  7. Version: 0.15.5
  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.13.0-broken-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 Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15.5-1
  85. - new upstream release
  86. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.15.4-1
  87. - new upstream release
  88. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13.0-1
  89. - new upstream release
  90. - add BuildRequires: gobject-introspection-devel, vala-devel, vala-tools
  91. - update Patch0
  92. - add vala sub package
  93. * Thu Sep 23 2010 IWAI, Masaharu <iwai@alib.jp> 0.10.2-2
  94. - build with rpm-4.8.1-1 for pkg-config file
  95. - add broken pkg-config file patch (Patch0): from Fedora 0.11.15-1
  96. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
  97. - new upstream release
  98. * Wed Nov 4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.1-1
  99. - new upstream release
  100. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.14-1
  101. - initial build for Vine Linux
  102. * Sat Aug 23 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.14-1
  103. - Update to 0.7.14.
  104. - Add README & NEWS to docs.
  105. * Tue Jul 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.13-1
  106. - Update to 0.7.13.
  107. * Mon Jul 28 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-2
  108. - Update broken-pkgconfig patch. (#456621)
  109. * Mon Jul 21 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-1
  110. - Update to 0.7.12.
  111. - Update pkgconfig patch.
  112. * Thu Jul 3 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.11-1
  113. - Update to 0.7.11.
  114. * Fri Jun 6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.10-1
  115. - Update 0.7.10.
  116. * Fri May 30 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.9-1
  117. - Update to 0.7.9.
  118. - Enable tests.
  119. * Fri May 9 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.8-1
  120. - Update to 0.7.8.
  121. * Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.6-1
  122. - Update to 0.7.6.
  123. * Mon Mar 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-4
  124. - Bump.
  125. * Fri Mar 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.7.5-3
  126. - Really fix #436773
  127. * Mon Mar 10 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-2
  128. - Add requires for glib2-devel to devel package. (#436773)
  129. * Fri Mar 7 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-1
  130. - Update to 0.7.5.
  131. - Remove hack to fix ppc64 build. fixed upstream.
  132. * Thu Mar 6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.4-1
  133. - Update to 0.7.4.
  134. - Disable test for now.
  135. - Add hack to fix build on ppc64.
  136. * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-2
  137. - Rebuild for gcc-4.3.
  138. * Fri Nov 23 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-1
  139. - Update to 0.7.0.
  140. - Drop unstable-static subpackage.
  141. - Bump min. versions of dbus-devel & dbus-glib-devel.
  142. * Mon Nov 12 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.6.1-1
  143. - Update to 0.6.1.
  144. * Wed Aug 29 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.14-1
  145. - Update to 0.5.14.
  146. * Tue Aug 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-6
  147. - Add BR on python.
  148. * Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-5
  149. - Rebuild.
  150. * Sun Aug 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-4
  151. - Update license tag.
  152. * Mon Jun 18 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-3
  153. - Add check section to run test suite.
  154. - Mark gtk-docs as docs.
  155. * Sat Jun 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-2
  156. - Change Group to more accurate categoryn.
  157. - Require pkgconfig on the devel package.
  158. - Move headers for unstable libs to unstable-static sub-pacakge.
  159. * Tue Jun 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-1
  160. - Update to 0.5.13.
  161. * Wed May 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.11-1
  162. - Update to 0.5.11.
  163. * Sat Apr 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.10-1
  164. - Intial spec.