- Update for 5.7.1 tentative final packages

This commit is contained in:
Helio Chissini de Castro 2016-12-01 11:18:46 +01:00
parent 7871904391
commit 3a6c35beec
3 changed files with 9 additions and 16 deletions

1
.gitignore vendored
View File

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

View File

@ -1,28 +1,17 @@
%global qt_module qtlocation
# 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
#define prerelease
Summary: Qt5 - Location component
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
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
## upstreamable patches
# try to support older glib2 (like el6)
@ -67,7 +56,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}
## G_VALUE_INIT is new in glib-2.30+ only
%patch50 -p1 -b .G_VALUE_INIT
@ -152,6 +141,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 @@
645477ff5426f5213f3581625ea53aaa qtlocation-opensource-src-5.7.0.tar.xz
8ef6cd419ffe464a5c087e7ba8532e76 qtlocation-opensource-src-5.7.1.tar.xz