farstream-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. Summary: A collection of GStreamer modules and libraries for videoconferencing
  2. Name: farstream
  3. Version: 0.2.3
  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: gstreamer1-devel >= 0.10.33
  13. BuildRequires: gstreamer1-plugins-base-devel >= 0.10.33
  14. BuildRequires: python-devel
  15. BuildRequires: gobject-introspection-devel
  16. Obsoletes: farsight2 < 0.0.32
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: Takemikaduchi
  20. %description
  21. Farstream is a collection of GStreamer modules and libraries for
  22. videoconferencing. The API is described in the documentation in the
  23. docs/ directory.
  24. %package devel
  25. Summary: Development tools for farstream
  26. Summary(ja): farstream の開発環境
  27. Group: Development/Libraries
  28. Requires: %{name} = %{version}-%{release}
  29. Requires: pkgconfig
  30. %description devel
  31. Header files and libraries for building a extension library for the
  32. farstream.
  33. %package docs
  34. Summary: Documentation for farstream
  35. Summary(ja): farstream 用のドキュメント
  36. Group: Documentation
  37. Requires: %{name} = %{version}-%{release}
  38. BuildArch: noarch
  39. Provides: %{name}-doc = %{version}-%{release}
  40. %description docs
  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}/farstream-0.2/*.so
  58. %{_libdir}/gstreamer-1.0/*.so
  59. %{_libdir}/libfarstream-0.2.so.*
  60. %{_libdir}/girepository-1.0/Farstream-0.2.typelib
  61. %{_datadir}/%{name}
  62. %files devel
  63. %defattr(-,root,root,-)
  64. %{_includedir}/farstream-0.2
  65. %{_libdir}/libfarstream-0.2.so
  66. %{_libdir}/pkgconfig/farstream-0.2.pc
  67. %{_datadir}/gir-1.0/Farstream-0.2.gir
  68. %files docs
  69. %defattr(-,root,root,-)
  70. %{_datadir}/gtk-doc/html/farstream-libs-1.0
  71. %{_datadir}/gtk-doc/html/farstream-plugins-0.2
  72. %changelog
  73. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-2
  74. - rebuild with VineSeed environment
  75. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
  76. - new upstream release
  77. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
  78. - new upstream release
  79. - change BuildRequires: gstreamer1-devel instead of gstreamer-devel
  80. - change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
  81. - add BuildRequires: gobject-introspection-devel
  82. * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-2
  83. - add Obsoletes: farsight2
  84. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
  85. - initial build for VIne Linux