automatic version update by autodist [release 1.18.0-1mamba;Tue Sep 29 2020]
This commit is contained in:
parent
f430daf5f3
commit
7ae938be77
@ -2,8 +2,8 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: gst-plugins-base
|
||||
Version: 1.16.2
|
||||
Release: 2mamba
|
||||
Version: 1.18.0
|
||||
Release: 1mamba
|
||||
Summary: GStreamer Streaming-media framework plugins
|
||||
Group: System/Multimedia
|
||||
Vendor: openmamba
|
||||
@ -39,6 +39,7 @@ BuildRequires: valgrind-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libcheck-devel
|
||||
BuildRequires: orc
|
||||
BuildRequires: hotdoc
|
||||
Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -92,12 +93,13 @@ GStreamer Plugin Base Library API documentation.
|
||||
%setup -q -n gst-plugins-base-%{version}
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson \
|
||||
-Ddoc=enabled
|
||||
|
||||
%meson_build
|
||||
|
||||
#export CHECK_LIBS=-lcheck
|
||||
#%configure \
|
||||
#% configure \
|
||||
# --enable-libvisual \
|
||||
# --enable-gio
|
||||
#\
|
||||
@ -188,12 +190,15 @@ rm -f %{buildroot}%{_libdir}/*.la
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%files -n %{libname}-apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/gst-plugins-base-libs
|
||||
%{_datadir}/gtk-doc/html/gst-plugins-base-libs/*
|
||||
#%files -n %{libname}-apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%dir %{_datadir}/gtk-doc/html/gst-plugins-base-libs
|
||||
#%{_datadir}/gtk-doc/html/gst-plugins-base-libs/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 29 2020 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.2-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user