automatic version update by autodist [release 1.18.0-1mamba;Wed Sep 30 2020]
This commit is contained in:
parent
5d730dd7a2
commit
4c8f7d6537
@ -1,6 +1,6 @@
|
|||||||
%define apiver %(echo %version | cut -d. -f 1).0
|
%define apiver %(echo %version | cut -d. -f 1).0
|
||||||
Name: gst-libav
|
Name: gst-libav
|
||||||
Version: 1.16.2
|
Version: 1.18.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GStreamer plugins based on the libav project, including codecs
|
Summary: GStreamer plugins based on the libav project, including codecs
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -39,35 +39,33 @@ This package includes the %{name} API documentation.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson \
|
||||||
--enable-gtk-doc
|
-Ddoc=enabled
|
||||||
|
|
||||||
# --with-system-libav
|
%meson_build
|
||||||
|
|
||||||
%make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_libdir}/gstreamer-1.0/libgstavscale.la
|
|
||||||
#%{_libdir}/gstreamer-1.0/libgstavscale.so
|
|
||||||
%{_libdir}/gstreamer-1.0/libgstlibav.la
|
|
||||||
%{_libdir}/gstreamer-1.0/libgstlibav.so
|
%{_libdir}/gstreamer-1.0/libgstlibav.so
|
||||||
%doc AUTHORS COPYING COPYING.LIB
|
%doc AUTHORS COPYING
|
||||||
#%doc ChangeLog NEWS README TODO
|
|
||||||
|
|
||||||
%files apidocs
|
#%files apidocs
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%dir %{_datadir}/gtk-doc/html/gst-libav-plugins-%{apiver}
|
#%dir %{_datadir}/gtk-doc/html/gst-libav-plugins-%{apiver}
|
||||||
%{_datadir}/gtk-doc/html/gst-libav-plugins-%{apiver}/*
|
#%{_datadir}/gtk-doc/html/gst-libav-plugins-%{apiver}/*
|
||||||
|
##%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 30 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