telepathy-stream-engine-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Summary: Telepathy client to handle media streaming
  2. Summary(ja): メディアストリーミングを扱うための Telepathy クライアント
  3. Name: telepathy-stream-engine
  4. Version: 0.5.15
  5. Release: 2%{?_dist_release}
  6. Group: Applications/Communications
  7. License: LGPLv2+
  8. URL: http://telepathy.freedesktop.org/wiki/FrontPage
  9. Source0: http://telepathy.freedesktop.org/releases/stream-engine/%{name}-%{version}.tar.gz
  10. Patch0: telepathy-stream-engine-no-hal.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: glib2-devel >= 2.26.0
  13. BuildRequires: gtk2-devel >= 2.22.0
  14. BuildRequires: dbus-devel >= 1.4.0
  15. BuildRequires: dbus-glib-devel >= 0.88
  16. BuildRequires: telepathy-glib-devel >= 0.13.0
  17. BuildRequires: farsight2-devel >= 0.0.17
  18. BuildRequires: gstreamer-devel >= 0.10.30
  19. BuildRequires: gstreamer-plugins-base-devel >= 0.10.30
  20. BuildRequires: telepathy-farsight-devel >= 0.0.15
  21. BuildRequires: libX11-devel
  22. BuildRequires: libxslt
  23. BuildRequires: autoconf
  24. %description
  25. A Telepathy client that uses Farsight and GStreamer to handle media
  26. streaming for channels with the IceSignalling interface.
  27. %prep
  28. %setup -q
  29. %patch0 -p1 -b .no-hal
  30. %build
  31. autoreconf -if
  32. %configure --disable-seq-dias
  33. make %{?_smp_mflags}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make install DESTDIR=$RPM_BUILD_ROOT
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-,root,root,-)
  41. %doc COPYING ChangeLog
  42. %{_sysconfdir}/stream-engine/*.conf
  43. %{_libexecdir}/*
  44. %{_datadir}/dbus-1/services/org.maemo.Telepathy.StreamEngine.service
  45. %changelog
  46. * Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.15-2
  47. - remove BuildRequires: hal-devel
  48. - add Patch0 (telepathy-stream-engine-no-hal.patch)
  49. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.15-1
  50. - new upstream release
  51. - add BuildRequires: hal-devel, gtk2-devel
  52. * Sat Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.12-1
  53. - new upstream release
  54. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.3-1
  55. - initial build for Vine Linux
  56. * Thu May 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.5.3-1
  57. - Update to 0.5.3.
  58. * Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.5.2-1
  59. - Update to 0.5.2.
  60. * Fri Mar 28 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-4
  61. - Rebuild for new farsight.
  62. * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-3
  63. - Rebuild for gcc-4.3.
  64. * Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-2
  65. - Rebuild.
  66. * Fri Aug 10 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-1
  67. - Update to 0.3.25.
  68. - Bump min version of farsight-devel needed to 0.1.23.
  69. * Fri Aug 3 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.23-2
  70. - Update license tag.
  71. * Sun May 20 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.23-1
  72. - Update to 0.3.23.
  73. - Add min ver for farsight & libtelepathy.
  74. * Wed Feb 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.21-1
  75. - Update to 0.3.21.
  76. * Sat Jan 6 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.20-1
  77. - Update to 0.3.20.
  78. * Mon Dec 25 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.18-2
  79. - Disable sequence-diagrams.
  80. * Fri Dec 22 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.18-1
  81. - Update to 0.3.18.
  82. * Sun Dec 3 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.16-1
  83. - Initial FE Spec.