fix for arm, added package name and origin [release 0.2.8-3mamba;Sun Aug 26 2018]
This commit is contained in:
parent
9b7e776d68
commit
35d06a326e
@ -1,6 +1,6 @@
|
||||
Name: farstream
|
||||
Version: 0.2.6
|
||||
Release: 1mamba
|
||||
Version: 0.2.8
|
||||
Release: 3mamba
|
||||
Summary: A collection of GStreamer modules and libraries for videoconferencing
|
||||
Group: Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
@ -11,26 +11,38 @@ Source: http://freedesktop.org/software/farstream/releases/farstream/fars
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgssdp-devel
|
||||
BuildRequires: libgst-plugins-base-devel
|
||||
BuildRequires: libgstreamer-devel
|
||||
BuildRequires: libgupnp-devel
|
||||
BuildRequires: libgupnp-igd-devel
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libmount-devel
|
||||
BuildRequires: libnettle-devel
|
||||
BuildRequires: libnice-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libselinux
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libpcre-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: libunwind-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pkg-config
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libnice-devel >= 0.1.3
|
||||
Provides: libfarsight2 = %{version}
|
||||
@ -73,7 +85,13 @@ Python bindings for %{name}.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc --disable-static
|
||||
%configure \
|
||||
--disable-static \
|
||||
--with-package-name='openmamba farstream package' \
|
||||
--with-package-origin='https://openmamba.org'
|
||||
|
||||
# --enable-gtk-doc \
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -119,11 +137,23 @@ rm -f %{buildroot}%{_libdir}/libfarstream-*.a
|
||||
%{_datadir}/gtk-doc/html/farstream-libs-*/
|
||||
%{_datadir}/gtk-doc/html/farstream-plugins-*/
|
||||
|
||||
%files -n python-%{name}
|
||||
%defattr(-,root,root)
|
||||
#%files -n python-%{name}
|
||||
#%defattr(-,root,root)
|
||||
#%{python_sitearch}/farstream.so
|
||||
|
||||
%changelog
|
||||
* Sun Aug 26 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.8-3mamba
|
||||
- fix for arm, added package name and origin
|
||||
|
||||
* Tue Apr 12 2016 Automatic Build System <autodist@mambasoft.it> 0.2.8-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 12 2016 Automatic Build System <autodist@mambasoft.it> 0.2.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 04 2015 Automatic Build System <autodist@mambasoft.it> 0.2.7-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Nov 04 2014 Automatic Build System <autodist@mambasoft.it> 0.2.6-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user