- Update to final official beta

This commit is contained in:
Helio Chissini de Castro 2015-12-10 21:39:34 +01:00
parent ee684d1e53
commit fcb9e6eb94
3 changed files with 14 additions and 15 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/qtmultimedia-opensource-src-5.5.0.tar.xz
/qtmultimedia-opensource-src-5.5.1-rc1.tar.xz
/qtmultimedia-opensource-src-5.5.1.tar.xz
/qtmultimedia-opensource-src-5.6.0-beta.tar.gz

View File

@ -1,23 +1,14 @@
%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
# openal not currently supported on epel7, https://bugzilla.redhat.com/1069231
%if 0%{?rhel} != 7
%global openal 1
%endif
## define prerelease rc1
%define prerelease beta
%define gst 0.10
%if 0%{?fedora} > 20
@ -26,17 +17,18 @@
Summary: Qt5 - Multimedia support
Name: qt5-%{qt_module}
Version: 5.5.1
Release: 2%{?dist}
Version: 5.6.0
Release: 0.2%{?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.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz
Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.gz
BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qtdeclarative-devel >= %{version}
BuildRequires: pkgconfig(Qt5Quick) >= %{version}
BuildRequires: pkgconfig(alsa)
BuildRequires: qt5-qdoc
%if "%{?gst}" == "0.10"
BuildRequires: pkgconfig(gstreamer-interfaces-0.10)
%endif
@ -181,6 +173,12 @@ popd
%changelog
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.2
- Official beta release
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
- Start to implement 5.6.0 beta
* Thu Oct 15 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.1-2
- Update to final release 5.5.1

View File

@ -1 +1 @@
244baff13a02ebc697e5b5e2290088d0 qtmultimedia-opensource-src-5.5.1.tar.xz
6db622d38bab2c8bdeaac88c073e4636 qtmultimedia-opensource-src-5.6.0-beta.tar.gz