libtelepathy-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. Summary: A GLib library to ease writing telepathy clients
  2. Summary(ja): Telepathy クライアントを簡単に記述するための GLibライブラリ
  3. Name: libtelepathy
  4. Version: 0.3.3
  5. Release: 2%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://telepathy.freedesktop.org/wiki/
  9. Source0: http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: dbus-devel >= 0.93
  12. BuildRequires: dbus-glib-devel >= 0.73
  13. BuildRequires: telepathy-glib-devel >= 0.7.1
  14. BuildRequires: libxslt
  15. BuildRequires: python
  16. %description
  17. A GLib library to ease writing telepathy clients in glib.
  18. %package devel
  19. Summary: Development files for %{name}
  20. Summary(ja): Development files for %{name}
  21. Group: Development/Libraries
  22. Requires: %{name} = %{version}-%{release}
  23. Requires: dbus-devel
  24. Requires: dbus-glib-devel
  25. Requires: telepathy-glib-devel
  26. Requires: pkgconfig
  27. %description devel
  28. The %{name}-devel package contains libraries and header files for
  29. developing applications that use %{name}.
  30. %prep
  31. %setup -q
  32. %build
  33. %configure --disable-static
  34. make %{?_smp_mflags}
  35. %install
  36. rm -rf $RPM_BUILD_ROOT
  37. make install DESTDIR=$RPM_BUILD_ROOT
  38. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  39. %clean
  40. rm -rf $RPM_BUILD_ROOT
  41. %post -p /sbin/ldconfig
  42. %postun -p /sbin/ldconfig
  43. %files
  44. %defattr(-,root,root,-)
  45. %doc COPYING AUTHORS README
  46. %{_libdir}/*.so.*
  47. %files devel
  48. %defattr(-,root,root,-)
  49. %{_includedir}/telepathy-1.0/
  50. %{_libdir}/%{name}.so
  51. %{_libdir}/pkgconfig/%{name}.pc
  52. %changelog
  53. * Thu Sep 23 2010 IWAI, Masaharu <iwai@alib.jp> 0.3.3-2
  54. - build with rpm-4.8.1-1 for pkg-config file
  55. * Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.3-1
  56. - initial build for Vine Linux
  57. * Thu Mar 6 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.3-1
  58. - Update to 0.3.3.
  59. - Bump min requirement for tp-glib-devel.
  60. * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.1-3
  61. - Rebuild for gcc-4.3.
  62. * Sat Nov 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.1-2
  63. - Add BR on python.
  64. * Fri Nov 23 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.1-1
  65. - Update to 0.3.1.
  66. - Add min. version needed for dbus & dbus-glib.
  67. - Add BR on telepathy-glib-devel.
  68. * Mon Oct 1 2007 Matej Cepl <mcepl@redhat.com> - 0.2.0-1
  69. - New upstream version.
  70. * Fri Sep 7 2007 Matej Cepl <mcepl@redhat.com> - 0.0.57-1
  71. - New upstream version.
  72. * Thu Jun 14 2007 John (J5) Palmieri <johnp@redhat.com> - 0.0.55-1
  73. - Update to 0.0.55
  74. * Fri Apr 13 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.53-1
  75. - Update to 0.0.53.
  76. * Fri Apr 13 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.52-1
  77. - Update to 0.0.52.
  78. * Wed Feb 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.51-1
  79. - Update to 0.0.51.
  80. - Add BR on libxslt.
  81. * Tue Feb 20 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.0.42-1
  82. - Update to 0.0.42.
  83. * Fri Dec 29 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.41-1
  84. - Update to 0.0.41.
  85. * Fri Dec 1 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.40-1
  86. - Update to 0.0.40.
  87. * Wed Nov 22 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.39-1
  88. - Update to 0.0.39.
  89. * Thu Oct 12 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.38-1
  90. - Update to 0.0.38.
  91. * Tue Sep 12 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.37-1
  92. - Update to 0.0.37.
  93. * Mon Aug 28 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.0.31-1
  94. - Intial FE spec.