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