telepathy-glib-vl.spec 5.0 KB

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