diff --git a/qt5-qtlocation.spec b/qt5-qtlocation.spec index 8074282..e07d4a2 100644 --- a/qt5-qtlocation.spec +++ b/qt5-qtlocation.spec @@ -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 - 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 - 5.6.0-0.3 - Official beta release