- Update for 5.7.1 tentative final packages

This commit is contained in:
Helio Chissini de Castro 2016-12-02 14:40:04 +01:00
parent 6464f02754
commit caf636406a
3 changed files with 10 additions and 22 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/qtmultimedia-opensource-src-5.6.0.tar.xz
/qtmultimedia-opensource-src-5.6.1.tar.xz
/qtmultimedia-opensource-src-5.7.0.tar.xz
/qtmultimedia-opensource-src-5.7.1.tar.xz

View File

@ -1,16 +1,7 @@
%global qt_module qtmultimedia
# define to build docs, need to undef this for bootstrapping
# where qt5-qttools builds are not yet available
# only primary archs (for now), allow secondary to bootstrap
#global bootstrap 1
%if ! 0%{?bootstrap}
%ifarch %{arm} %{ix86} x86_64
%define docs 1
%endif
%endif
%global openal 1
@ -19,20 +10,15 @@
%global gst 1.0
%endif
#define prerelease rc
Summary: Qt5 - Multimedia support
Name: qt5-%{qt_module}
Version: 5.7.0
Release: 2%{?dist}
Version: 5.7.1
Release: 1%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
BuildRequires: cmake
BuildRequires: qt5-qtbase-devel >= %{version}
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
BuildRequires: pkgconfig(Qt5Core) >= %{version}
BuildRequires: pkgconfig(Qt5Quick) >= %{version}
BuildRequires: pkgconfig(alsa)
%if "%{?gst}" == "0.10"
@ -51,8 +37,6 @@ BuildRequires: pkgconfig(openal)
%endif
BuildRequires: pkgconfig(xv)
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%description
The Qt Multimedia module provides a rich feature set that enables you to
easily take advantage of a platforms multimedia capabilites and hardware.
@ -87,7 +71,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}
%setup -q -n %{qt_module}-opensource-src-%{version}
%build
@ -177,6 +161,9 @@ popd
%changelog
* Wed Nov 09 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.1-1
- New upstream version
* Mon Jul 04 2016 Helio Chissini de Castro <helio@kde.org> - 5.7.0-2
- Compiled with gcc

View File

@ -1 +1 @@
44c1b9a1dfb0e8b13f2d9571829500ee qtmultimedia-opensource-src-5.7.0.tar.xz
513da34dbfea8afe26dbe9cb2b81788d qtmultimedia-opensource-src-5.7.1.tar.xz