telepathy-glib-vl.spec 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. %define dbus_ver 0.95
  2. %define dbus_glib_ver 0.73
  3. %define glib_ver 2.20
  4. Summary: GLib bindings for Telepathy
  5. Summary(ja): Telepathy の GLib バインディング
  6. Name: telepathy-glib
  7. Version: 0.10.2
  8. Release: 2%{?_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.10.2-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. %description
  22. Telepathy-glib is the glib bindings for the telepathy unified framework
  23. for all forms of real time conversations, including instant messaging, IRC,
  24. voice calls and video calls.
  25. %package devel
  26. Summary: Development files for %{name}
  27. Summary(ja): %{name} の開発用ファイル
  28. Group: Development/Libraries
  29. Requires: %{name} = %{version}-%{release}
  30. Requires: telepathy-filesystem
  31. Requires: dbus-devel >= %{dbus_ver}
  32. Requires: dbus-glib-devel >= %{dbus_glib_ver}
  33. Requires: glib2-devel >= %{glib_ver}
  34. Requires: pkgconfig
  35. %description devel
  36. The %{name}-devel package contains libraries and header files for
  37. developing applications that use %{name}.
  38. %prep
  39. %setup -q
  40. %patch0 -p1 -b .pkg-config
  41. %check
  42. make check
  43. %build
  44. %configure --enable-static=no
  45. make %{?_smp_mflags}
  46. %install
  47. rm -rf $RPM_BUILD_ROOT
  48. make install DESTDIR=$RPM_BUILD_ROOT
  49. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %post -p /sbin/ldconfig
  53. %postun -p /sbin/ldconfig
  54. %files
  55. %defattr(-,root,root,-)
  56. %doc AUTHORS COPYING README NEWS
  57. %{_libdir}/libtelepathy-glib*.so.*
  58. %files devel
  59. %defattr(-,root,root,-)
  60. %doc %{_datadir}/gtk-doc/html/%{name}/
  61. %{_libdir}/libtelepathy-glib.so
  62. %{_libdir}/pkgconfig/%{name}.pc
  63. %{_includedir}/telepathy-1.0/%{name}/
  64. %changelog
  65. * Thu Sep 23 2010 IWAI, Masaharu <iwai@alib.jp> 0.10.2-2
  66. - build with rpm-4.8.1-1 for pkg-config file
  67. - add broken pkg-config file patch (Patch0): from Fedora 0.11.15-1
  68. * Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
  69. - new upstream release
  70. * Wed Nov 4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.1-1
  71. - new upstream release
  72. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.14-1
  73. - initial build for Vine Linux
  74. * Sat Aug 23 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.14-1
  75. - Update to 0.7.14.
  76. - Add README & NEWS to docs.
  77. * Tue Jul 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.13-1
  78. - Update to 0.7.13.
  79. * Mon Jul 28 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-2
  80. - Update broken-pkgconfig patch. (#456621)
  81. * Mon Jul 21 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.12-1
  82. - Update to 0.7.12.
  83. - Update pkgconfig patch.
  84. * Thu Jul 3 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.11-1
  85. - Update to 0.7.11.
  86. * Fri Jun 6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.10-1
  87. - Update 0.7.10.
  88. * Fri May 30 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.9-1
  89. - Update to 0.7.9.
  90. - Enable tests.
  91. * Fri May 9 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.8-1
  92. - Update to 0.7.8.
  93. * Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.6-1
  94. - Update to 0.7.6.
  95. * Mon Mar 24 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-4
  96. - Bump.
  97. * Fri Mar 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.7.5-3
  98. - Really fix #436773
  99. * Mon Mar 10 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-2
  100. - Add requires for glib2-devel to devel package. (#436773)
  101. * Fri Mar 7 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.5-1
  102. - Update to 0.7.5.
  103. - Remove hack to fix ppc64 build. fixed upstream.
  104. * Thu Mar 6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.4-1
  105. - Update to 0.7.4.
  106. - Disable test for now.
  107. - Add hack to fix build on ppc64.
  108. * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-2
  109. - Rebuild for gcc-4.3.
  110. * Fri Nov 23 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.7.0-1
  111. - Update to 0.7.0.
  112. - Drop unstable-static subpackage.
  113. - Bump min. versions of dbus-devel & dbus-glib-devel.
  114. * Mon Nov 12 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.6.1-1
  115. - Update to 0.6.1.
  116. * Wed Aug 29 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.14-1
  117. - Update to 0.5.14.
  118. * Tue Aug 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-6
  119. - Add BR on python.
  120. * Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-5
  121. - Rebuild.
  122. * Sun Aug 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-4
  123. - Update license tag.
  124. * Mon Jun 18 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-3
  125. - Add check section to run test suite.
  126. - Mark gtk-docs as docs.
  127. * Sat Jun 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-2
  128. - Change Group to more accurate categoryn.
  129. - Require pkgconfig on the devel package.
  130. - Move headers for unstable libs to unstable-static sub-pacakge.
  131. * Tue Jun 5 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.13-1
  132. - Update to 0.5.13.
  133. * Wed May 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.11-1
  134. - Update to 0.5.11.
  135. * Sat Apr 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.10-1
  136. - Intial spec.