telepathy-stream-engine-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Summary: Telepathy client to handle media streaming
  2. Summary(ja): メディアストリーミングを扱うための Telepathy クライアント
  3. Name: telepathy-stream-engine
  4. Version: 0.5.12
  5. Release: 1%{?_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. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.4
  12. BuildRequires: dbus-devel >= 0.95
  13. BuildRequires: dbus-glib-devel >= 0.73
  14. BuildRequires: telepathy-glib-devel >= 0.7.34
  15. BuildRequires: farsight2-devel >= 0.0.14
  16. BuildRequires: gstreamer-devel >= 0.10.23
  17. BuildRequires: gstreamer-plugins-base-devel >= 0.10.23
  18. BuildRequires: telepathy-farsight-devel >= 0.0.8
  19. BuildRequires: libX11-devel
  20. BuildRequires: libxslt
  21. %description
  22. A Telepathy client that uses Farsight and GStreamer to handle media
  23. streaming for channels with the IceSignalling interface.
  24. %prep
  25. %setup -q
  26. %build
  27. %configure --disable-seq-dias
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. make install DESTDIR=$RPM_BUILD_ROOT
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root,-)
  36. %doc COPYING ChangeLog
  37. %{_sysconfdir}/stream-engine/*.conf
  38. %{_libexecdir}/*
  39. %{_datadir}/dbus-1/services/org.maemo.Telepathy.StreamEngine.service
  40. %changelog
  41. * Sat Nov 7 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.5.12-1
  42. - new upstream release
  43. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.3-1
  44. - initial build for Vine Linux
  45. * Thu May 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.5.3-1
  46. - Update to 0.5.3.
  47. * Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.5.2-1
  48. - Update to 0.5.2.
  49. * Fri Mar 28 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-4
  50. - Rebuild for new farsight.
  51. * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-3
  52. - Rebuild for gcc-4.3.
  53. * Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-2
  54. - Rebuild.
  55. * Fri Aug 10 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.25-1
  56. - Update to 0.3.25.
  57. - Bump min version of farsight-devel needed to 0.1.23.
  58. * Fri Aug 3 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.23-2
  59. - Update license tag.
  60. * Sun May 20 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.23-1
  61. - Update to 0.3.23.
  62. - Add min ver for farsight & libtelepathy.
  63. * Wed Feb 28 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.21-1
  64. - Update to 0.3.21.
  65. * Sat Jan 6 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.3.20-1
  66. - Update to 0.3.20.
  67. * Mon Dec 25 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.18-2
  68. - Disable sequence-diagrams.
  69. * Fri Dec 22 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.18-1
  70. - Update to 0.3.18.
  71. * Sun Dec 3 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.3.16-1
  72. - Initial FE Spec.