Compare commits
15 Commits
1.10.2-1ma
...
1.16.2-1ma
Author | SHA1 | Date | |
---|---|---|---|
41fbe8a14d | |||
9d8b28e0e5 | |||
efe69310ad | |||
2b1c6b2be5 | |||
84efb10570 | |||
7c331f8476 | |||
f07222ce86 | |||
ad7cfe28ca | |||
223287ae9f | |||
892902e60e | |||
df5d0adb80 | |||
3cd8571d00 | |||
615c643602 | |||
f3bc15c6ee | |||
3e3de4d699 |
@@ -5,7 +5,7 @@
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: gstreamer
|
||||
Version: 1.10.2
|
||||
Version: 1.16.2
|
||||
Release: 1mamba
|
||||
Epoch: 2
|
||||
Summary: A framework for streaming media
|
||||
@@ -77,14 +77,18 @@ GStreamer library API documentation.
|
||||
|
||||
%prep
|
||||
%setup -q -n gstreamer-%{version}
|
||||
#-D -T
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
./autogen.sh
|
||||
export CHECK_LIBS=-lcheck
|
||||
%configure \
|
||||
--with-cachedir=%{gscachedir} \
|
||||
%ifnarch arm
|
||||
--enable-gtk-doc \
|
||||
%endif
|
||||
--with-html-dir=%{_datadir}/gtk-doc/html
|
||||
# --enable-docbook
|
||||
|
||||
@@ -125,6 +129,9 @@ install -d %{buildroot}%{gscachedir}
|
||||
%{_bindir}/gst-launch-%{MAJversion}.0
|
||||
%{_bindir}/gst-typefind-%{MAJversion}.0
|
||||
%{_bindir}/gst-stats-%{MAJversion}.0
|
||||
%{_datadir}/gdb/auto-load/usr/%{_lib}/libgstreamer-*.so.*-gdb.py
|
||||
%dir %{_datadir}/gstreamer-*/gdb
|
||||
%{_datadir}/gstreamer-*/gdb/*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%files -n %{libname}
|
||||
@@ -148,11 +155,62 @@ install -d %{buildroot}%{gscachedir}
|
||||
|
||||
%files -n %{libname}-apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/gstreamer-libs-%{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/
|
||||
|
||||
%changelog
|
||||
* Wed Dec 04 2019 Automatic Build System <autodist@mambasoft.it> 1.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 24 2019 Automatic Build System <autodist@mambasoft.it> 1.16.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 27 2019 Automatic Build System <autodist@mambasoft.it> 1.15.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 03 2018 Automatic Build System <autodist@mambasoft.it> 1.14.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 18 2018 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 20 2018 Automatic Build System <autodist@mambasoft.it> 1.14.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 18 2018 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 20 2018 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 20 2017 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 06 2017 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 24 2017 Automatic Build System <autodist@mambasoft.it> 1.10.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 02 2017 Automatic Build System <autodist@mambasoft.it> 1.10.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 29 2016 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user