automatic version update by autodist [release 1.12.4-1mamba;Wed Dec 20 2017]
This commit is contained in:
parent
df5d0adb80
commit
892902e60e
@ -5,7 +5,7 @@
|
|||||||
%define libname lib%{name}
|
%define libname lib%{name}
|
||||||
|
|
||||||
Name: gstreamer
|
Name: gstreamer
|
||||||
Version: 1.12.2
|
Version: 1.12.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: A framework for streaming media
|
Summary: A framework for streaming media
|
||||||
@ -77,14 +77,18 @@ GStreamer library API documentation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gstreamer-%{version}
|
%setup -q -n gstreamer-%{version}
|
||||||
|
#-D -T
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#:<< _EOF
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
export CHECK_LIBS=-lcheck
|
export CHECK_LIBS=-lcheck
|
||||||
%configure \
|
%configure \
|
||||||
--with-cachedir=%{gscachedir} \
|
--with-cachedir=%{gscachedir} \
|
||||||
|
%ifnarch arm
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
|
%endif
|
||||||
--with-html-dir=%{_datadir}/gtk-doc/html
|
--with-html-dir=%{_datadir}/gtk-doc/html
|
||||||
# --enable-docbook
|
# --enable-docbook
|
||||||
|
|
||||||
@ -148,11 +152,17 @@ install -d %{buildroot}%{gscachedir}
|
|||||||
|
|
||||||
%files -n %{libname}-apidocs
|
%files -n %{libname}-apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/gstreamer-libs-%{MAJversion}.0/
|
|
||||||
%{_datadir}/gtk-doc/html/gstreamer-%{MAJversion}.0/
|
%{_datadir}/gtk-doc/html/gstreamer-%{MAJversion}.0/
|
||||||
|
%{_datadir}/gtk-doc/html/gstreamer-libs-%{MAJversion}.0/
|
||||||
%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
|
%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 1.12.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Sep 19 2017 Automatic Build System <autodist@mambasoft.it> 1.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Jul 14 2017 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
|
* Fri Jul 14 2017 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user