5.6.0-0.4

- (re) add bootstrap macro support
- drop geoclue(1) dep (unused at build time anyway (#1286886)
- drop (deprecated) gypsy support (#1069225)
This commit is contained in:
Rex Dieter 2015-12-11 12:36:40 -06:00
parent e394f7a5c4
commit 80e105c05d
1 changed files with 15 additions and 7 deletions

View File

@ -1,14 +1,23 @@
%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 beta
Summary: Qt5 - Location component
Name: qt5-%{qt_module}
Version: 5.6.0
Release: 0.3%{?dist}
Release: 0.4%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -21,12 +30,6 @@ Patch50: qtlocation-opensource-src-5.6.0-G_VALUE_INIT.patch
BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: pkgconfig(Qt5Quick) >= %{version}
BuildRequires: qt5-qdoc
BuildRequires: pkgconfig(geoclue)
%if 0%{?rhel} < 7
# gyspy currently not available on epel7, https://bugzilla.redhat.com/1069225
BuildRequires: pkgconfig(gypsy)
%endif
# QtPositioning core-private
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
@ -147,6 +150,11 @@ popd
%changelog
* Fri Dec 11 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-0.4
- (re) add bootstrap macro support
- drop geoclue(1) dep (unused at build time anyway (#1286886)
- drop (deprecated) gypsy support (#1069225)
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.3
- Official beta release