Update to 5.8.0
- New upstream version
This commit is contained in:
parent
0361510111
commit
6dd0d905ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/qtmultimedia-opensource-src-5.7.1.tar.xz
|
/qtmultimedia-opensource-src-5.7.1.tar.xz
|
||||||
|
/qtmultimedia-opensource-src-5.8.0.tar.xz
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
|
||||||
%global qt_module qtmultimedia
|
%global qt_module qtmultimedia
|
||||||
|
|
||||||
%define docs 1
|
# To build without qttools doctools package, just undefine docs
|
||||||
|
%ifarch %{arm} %{ix86} x86_64
|
||||||
|
%global docs 1
|
||||||
|
%endif
|
||||||
|
|
||||||
%global openal 1
|
%global openal 1
|
||||||
|
|
||||||
@ -12,18 +14,18 @@
|
|||||||
|
|
||||||
Summary: Qt5 - Multimedia support
|
Summary: Qt5 - Multimedia support
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.7.1
|
Version: 5.8.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
Source0: http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
||||||
|
|
||||||
# filter plugin/qml provides
|
# filter plugin/qml provides
|
||||||
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
|
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
|
||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
%if "%{?gst}" == "0.10"
|
%if "%{?gst}" == "0.10"
|
||||||
BuildRequires: pkgconfig(gstreamer-interfaces-0.10)
|
BuildRequires: pkgconfig(gstreamer-interfaces-0.10)
|
||||||
@ -60,8 +62,8 @@ Requires: qt5-qtdeclarative-devel%{?_isa}
|
|||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
License: GFDL
|
License: GFDL
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildRequires: qt5-qdoc
|
BuildRequires: qt5-doctools
|
||||||
BuildRequires: qt5-qhelpgenerator
|
BuildRequires: qt5-qtbase-doc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description doc
|
%description doc
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -156,17 +158,15 @@ popd
|
|||||||
%license LICENSE.FDL
|
%license LICENSE.FDL
|
||||||
%{_qt5_docdir}/qtmultimedia.qch
|
%{_qt5_docdir}/qtmultimedia.qch
|
||||||
%{_qt5_docdir}/qtmultimedia/
|
%{_qt5_docdir}/qtmultimedia/
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?_qt5_examplesdir:1}
|
|
||||||
%files examples
|
%files examples
|
||||||
%{_qt5_examplesdir}/
|
%{_qt5_examplesdir}/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-5
|
* Mon Jan 30 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- New upstream version
|
||||||
|
|
||||||
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-4
|
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-4
|
||||||
- filter plugin provides too
|
- filter plugin provides too
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtmultimedia-opensource-src-5.7.1.tar.xz) = 1415a4c29416ead2528ddb040a3c69480408509c6ba573f44295513bfe2aa62b8e8bb97cbd33713e605f094e1c1e1337507904d2b0c6480ddf9cf75393d8e97f
|
SHA512 (qtmultimedia-opensource-src-5.8.0.tar.xz) = 71f8f93bf55a59c36cfa52bea8b226b29d6cfd88c1906e784e3b0b5ca7511e5ce17fc09c92e906df697305895d7e0ece8408dd864293330dcf686d2f7cc55ecb
|
||||||
|
Loading…
Reference in New Issue
Block a user