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