5.4.0-beta
This commit is contained in:
parent
5ef12a9187
commit
8acbe7831d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/qtmultimedia-opensource-src-5.3.2.tar.xz
|
||||
/qtmultimedia-opensource-src-5.4.0-beta.tar.xz
|
||||
|
@ -10,18 +10,20 @@
|
||||
%global openal 1
|
||||
%endif
|
||||
|
||||
%define pre beta
|
||||
|
||||
Summary: Qt5 - Multimedia support
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.3.2
|
||||
Release: 1%{?dist}
|
||||
Version: 5.4.0
|
||||
Release: 0.1.%{pre}%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
Url: http://qt-project.org/
|
||||
%if 0%{?pre:1}
|
||||
Source0: http://download.qt-project.org/development_releases/qt/5.3/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz
|
||||
Source0: http://download.qt-project.org/development_releases/qt/5.4/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz
|
||||
%else
|
||||
Source0: http://download.qt-project.org/official_releases/qt/5.3/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
||||
Source0: http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
||||
%endif
|
||||
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
@ -60,6 +62,7 @@ Requires: qt5-qtdeclarative-devel%{?_isa}
|
||||
%if 0%{?docs}
|
||||
%package doc
|
||||
Summary: API documentation for %{name}
|
||||
License: GFDL
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
# for qhelpgenerator
|
||||
BuildRequires: qt5-qttools-devel
|
||||
@ -112,7 +115,7 @@ popd
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.GPL LICENSE.LGPL
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.GPL* LICENSE.LGPL*
|
||||
%{_qt5_libdir}/libQt5Multimedia.so.5*
|
||||
%{_qt5_libdir}/libQt5MultimediaQuick_p.so.5*
|
||||
%{_qt5_libdir}/libQt5MultimediaWidgets.so.5*
|
||||
@ -124,6 +127,9 @@ popd
|
||||
%{_qt5_plugindir}/audio/
|
||||
%{_qt5_plugindir}/mediaservice/
|
||||
%{_qt5_plugindir}/playlistformats/
|
||||
%dir %{_qt5_libdir}/cmake/Qt5Multimedia/
|
||||
%{_qt5_libdir}/cmake/Qt5Multimedia/Qt5Multimedia_*Plugin.cmake
|
||||
%dir %{_qt5_libdir}/cmake/Qt5MultimediaWidgets/
|
||||
|
||||
%files devel
|
||||
%{_qt5_headerdir}/QtMultimedia/
|
||||
@ -137,7 +143,8 @@ popd
|
||||
%{_qt5_libdir}/libQt5MultimediaWidgets.prl
|
||||
%{_qt5_libdir}/libqgsttools_p.so
|
||||
%{_qt5_libdir}/libqgsttools_p.prl
|
||||
%{_qt5_libdir}/cmake/Qt5*/
|
||||
%{_qt5_libdir}/cmake/Qt5Multimedia/Qt5MultimediaConfig*.cmake
|
||||
%{_qt5_libdir}/cmake/Qt5MultimediaWidgets/Qt5MultimediaWidgetsConfig*.cmake
|
||||
%{_qt5_libdir}/pkgconfig/Qt5Multimedia.pc
|
||||
%{_qt5_libdir}/pkgconfig/Qt5MultimediaQuick_p.pc
|
||||
%{_qt5_libdir}/pkgconfig/Qt5MultimediaWidgets.pc
|
||||
@ -145,6 +152,7 @@ popd
|
||||
|
||||
%if 0%{?docs}
|
||||
%files doc
|
||||
%doc LICENSE.FDL
|
||||
%{_qt5_docdir}/qtmultimedia.qch
|
||||
%{_qt5_docdir}/qtmultimedia/
|
||||
%{_qt5_docdir}/qtmultimediawidgets.qch
|
||||
@ -158,6 +166,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Oct 19 2014 Rex Dieter <rdieter@fedoraproject.org> 5.4.0-0.1.beta
|
||||
- 5.4.0-beta
|
||||
|
||||
* Wed Sep 17 2014 Rex Dieter <rdieter@fedoraproject.org> - 5.3.2-1
|
||||
- 5.3.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user