farstream-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. Summary: A collection of GStreamer modules and libraries for videoconferencing
  2. Name: farstream
  3. Version: 0.2.9
  4. Release: 1%{?_dist_release}
  5. Group: System Environment/Libraries
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: LGPLv2+
  9. URL: https://www.freedesktop.org/wiki/Software/Farstream/
  10. Source0: https://freedesktop.org/software/farstream/releases/farstream/%{name}/%{name}-%{version}.tar.gz
  11. Patch0: farstream-0.2.8-configure-add-check-for-glib-mkenums.patch
  12. Patch1: farstream-0.2.9-build-Adapt-to-backwards-incompatible-change-in-GNU-.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: libnice-devel
  15. BuildRequires: glib2-devel
  16. BuildRequires: gstreamer1-devel
  17. BuildRequires: gstreamer1-plugins-base-devel
  18. BuildRequires: gupnp-igd-devel
  19. BuildRequires: gobject-introspection-devel
  20. Obsoletes: farsight2 < 0.0.32
  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 docs
  35. Summary: Documentation for farstream
  36. Summary(ja): farstream 用のドキュメント
  37. Group: Documentation
  38. Requires: %{name} = %{version}-%{release}
  39. BuildArch: noarch
  40. Provides: %{name}-doc = %{version}-%{release}
  41. %description docs
  42. This package contains documentation for farstream.
  43. %prep
  44. %setup -q
  45. %patch0 -p1
  46. %patch1 -p1
  47. autoreconf -fiv
  48. %build
  49. %configure \
  50. --with-package-name='Vine Linux Farstream-0.2 package' \
  51. --with-package-origin='http://updates.vinelinux.org/' \
  52. --disable-silent-rules \
  53. --disable-static
  54. make
  55. %install
  56. rm -rf $RPM_BUILD_ROOT
  57. make install DESTDIR=$RPM_BUILD_ROOT
  58. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  59. %clean
  60. rm -rf $RPM_BUILD_ROOT
  61. %files
  62. %defattr(-,root,root,-)
  63. %license COPYING
  64. %doc NEWS AUTHORS
  65. %{_libdir}/*.so.*
  66. %dir %{_libdir}/farstream-0.2
  67. %{_libdir}/farstream-0.2/*.so
  68. %dir %{_libdir}/gstreamer-1.0
  69. %{_libdir}/gstreamer-1.0/*.so
  70. %{_libdir}/girepository-1.0/Farstream-0.2.typelib
  71. %dir %{_datadir}/%{name}
  72. %{_datadir}/%{name}/0.2
  73. %files devel
  74. %defattr(-,root,root,-)
  75. %{_includedir}/farstream-0.2
  76. %{_libdir}/libfarstream-0.2.so
  77. %{_libdir}/pkgconfig/farstream-0.2.pc
  78. %{_datadir}/gir-1.0/Farstream-0.2.gir
  79. %files docs
  80. %defattr(-,root,root,-)
  81. %{_datadir}/gtk-doc/html/farstream-libs-0.2
  82. %{_datadir}/gtk-doc/html/farstream-plugins-0.2
  83. %changelog
  84. * Sat Apr 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.2.6-1
  85. - new upstream release.
  86. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.4-1
  87. - new upstream release
  88. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-2
  89. - rebuild with VineSeed environment
  90. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.3-1
  91. - new upstream release
  92. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
  93. - new upstream release
  94. - change BuildRequires: gstreamer1-devel instead of gstreamer-devel
  95. - change BuildRequires: gstreamer1-plugins-base-devel instead of gstreamer-plugins-base-devel
  96. - add BuildRequires: gobject-introspection-devel
  97. * Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-2
  98. - add Obsoletes: farsight2
  99. * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
  100. - initial build for VIne Linux