farstream-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. Summary: A collection of GStreamer modules and libraries for videoconferencing
  2. Name: farstream
  3. Version: 0.1.2
  4. Release: 2%{?_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. Obsoletes: farsight2 < 0.0.32
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: Takemikaduchi
  21. %description
  22. Farstream is a collection of GStreamer modules and libraries for
  23. videoconferencing. The API is described in the documentation in the
  24. docs/ directory.
  25. %package devel
  26. Summary: Development tools for farstream
  27. Summary(ja): farstream の開発環境
  28. Group: Development/Libraries
  29. Requires: %{name} = %{version}-%{release}
  30. Requires: pkgconfig
  31. %description devel
  32. Header files and libraries for building a extension library for the
  33. farstream.
  34. %package doc
  35. Summary: Documentation for farstream
  36. Summary(ja): farstream 用のドキュメント
  37. Group: Documentation
  38. Requires: %{name} = %{version}-%{release}
  39. BuildArch: noarch
  40. %description doc
  41. This package contains documentation for farstream.
  42. %prep
  43. %setup -q
  44. %patch0 -p1
  45. %build
  46. %configure --disable-static
  47. make %{?_smp_mflags}
  48. %install
  49. rm -rf $RPM_BUILD_ROOT
  50. make install DESTDIR=$RPM_BUILD_ROOT
  51. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  52. %clean
  53. rm -rf $RPM_BUILD_ROOT
  54. %files
  55. %defattr(-,root,root,-)
  56. %doc README NEWS COPYING ChangeLog AUTHORS
  57. %{_libdir}/libfarstream-0.1.so.*
  58. %{_libdir}/farstream-0.1/*.so
  59. %{_libdir}/gstreamer-0.10/*.so
  60. %{python_sitearch}/farstream.so
  61. %{_datadir}/%{name}
  62. %files devel
  63. %defattr(-,root,root,-)
  64. %{_includedir}/farstream-0.1
  65. %{_libdir}/pkgconfig/farstream-0.1.pc
  66. %{_libdir}/libfarstream-0.1.so
  67. %files doc
  68. %defattr(-,root,root,-)
  69. %{_libdir}/libfarstream-0.1.so
  70. %{_datadir}/gtk-doc/html/farstream-libs-0.10
  71. %{_datadir}/gtk-doc/html/farstream-plugins-0.1
  72. %changelog
  73. * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-2
  74. - add Obsoletes: farsight2
  75. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
  76. - initial build for VIne Linux