farstream-vl.spec 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. Summary: A collection of GStreamer modules and libraries for videoconferencing
  2. Name: farstream
  3. Version: 0.1.2
  4. Release: 1%{?_dist_release}
  5. Group: System Environment/Libraries
  6. License: LGPLv2+
  7. URL: http://www.freedesktop.org/wiki/Software/Farstream
  8. Source0: http://freedesktop.org/software/farstream/releases/farstream/%{name}/%{name}-%{version}.tar.gz
  9. Patch0: farstream-prefer-vp8.patch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: libnice-devel
  12. BuildRequires: gstreamer-devel >= 0.10.33
  13. BuildRequires: gstreamer-plugins-base-devel >= 0.10.33
  14. BuildRequires: python-devel
  15. BuildRequires: pygobject-devel
  16. BuildRequires: gstreamer-python-devel
  17. %description
  18. Farstream is a collection of GStreamer modules and libraries for
  19. videoconferencing. The API is described in the documentation in the
  20. docs/ directory.
  21. %package devel
  22. Summary: Development tools for farstream
  23. Summary(ja): farstream の開発環境
  24. Group: Development/Libraries
  25. Requires: %{name} = %{version}-%{release}
  26. Requires: pkgconfig
  27. %description devel
  28. Header files and libraries for building a extension library for the
  29. farstream.
  30. %package doc
  31. Summary: Documentation for farstream
  32. Summary(ja): farstream 用のドキュメント
  33. Group: Documentation
  34. Requires: %{name} = %{version}-%{release}
  35. BuildArch: noarch
  36. %description doc
  37. This package contains documentation for farstream.
  38. %prep
  39. %setup -q
  40. %patch0 -p1
  41. %build
  42. %configure --disable-static
  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. %files
  51. %defattr(-,root,root,-)
  52. %doc README NEWS COPYING ChangeLog AUTHORS
  53. %{_libdir}/libfarstream-0.1.so.*
  54. %{_libdir}/farstream-0.1/*.so
  55. %{_libdir}/gstreamer-0.10/*.so
  56. %{python_sitearch}/farstream.so
  57. %{_datadir}/%{name}
  58. %files devel
  59. %defattr(-,root,root,-)
  60. %{_includedir}/farstream-0.1
  61. %{_libdir}/pkgconfig/farstream-0.1.pc
  62. %{_libdir}/libfarstream-0.1.so
  63. %files doc
  64. %defattr(-,root,root,-)
  65. %{_libdir}/libfarstream-0.1.so
  66. %{_datadir}/gtk-doc/html/farstream-libs-0.10
  67. %{_datadir}/gtk-doc/html/farstream-plugins-0.1
  68. %changelog
  69. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
  70. - initial build for VIne Linux