automatic version update by autodist [release 1.18.0-1mamba;Thu Oct 01 2020]
This commit is contained in:
parent
1d3f25c29a
commit
a9a2d5405f
@ -1,6 +1,6 @@
|
||||
%define apiver %(echo %version | cut -d. -f 1).0
|
||||
Name: gst-plugins-ugly
|
||||
Version: 1.16.2
|
||||
Version: 1.18.0
|
||||
Release: 1mamba
|
||||
Summary: A set of plug-ins for gstreamer considered to have ugly quality code
|
||||
Group: System/Multimedia
|
||||
@ -84,6 +84,8 @@ Requires: gtk-doc
|
||||
%description apidocs
|
||||
This package includes the %{name} API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q
|
||||
@ -91,12 +93,13 @@ This package includes the %{name} API documentation.
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}-%{apiver}
|
||||
|
||||
@ -110,18 +113,21 @@ This package includes the %{name} API documentation.
|
||||
%{_datadir}/gstreamer-%{apiver}/presets/GstAmrnbEnc.prs
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
#%files devel
|
||||
#%defattr(-,root,root)
|
||||
#%{_libdir}/gstreamer-%{apiver}/libgst*.a
|
||||
%{_libdir}/gstreamer-%{apiver}/libgst*.la
|
||||
%doc ChangeLog NEWS README
|
||||
#%{_libdir}/gstreamer-%{apiver}/libgst*.la
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{apiver}
|
||||
%{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{apiver}/*
|
||||
#%files apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%dir %{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{apiver}
|
||||
#%{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-%{apiver}/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 01 2020 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 07 2019 Automatic Build System <autodist@mambasoft.it> 1.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user