From 968f535b751aba43279582a169cbfc6a0cf0fda2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 29 Jul 2015 10:44:34 -0500 Subject: [PATCH] docs: BuildRequires: qt5-qhelpgenerator, standardize bootstrapping macros --- qt5-qtconnectivity.spec | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/qt5-qtconnectivity.spec b/qt5-qtconnectivity.spec index 3abf597..0d1eb01 100644 --- a/qt5-qtconnectivity.spec +++ b/qt5-qtconnectivity.spec @@ -1,14 +1,23 @@ %global qt_module qtconnectivity + # 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 rc Summary: Qt5 - Connectivity components Name: qt5-%{qt_module} Version: 5.5.0 -Release: 3%{?dist} +Release: 4%{?dist} # See LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -39,8 +48,7 @@ Requires: qt5-qtbase-devel%{?_isa} %package doc Summary: API documentation for %{name} Requires: %{name} = %{version}-%{release} -# for qhelpgenerator -BuildRequires: qt5-qttools-devel +BuildRequires: qt5-qhelpgenerator BuildArch: noarch %description doc %{summary}. @@ -147,6 +155,9 @@ popd %changelog +* Wed Jul 29 2015 Rex Dieter 5.5.0-4 +- -docs: BuildRequires: qt5-qhelpgenerator, standardize bootstrapping macros + * Sun Jul 26 2015 Helio Chissini de Castro - 5.5.0-3 - Enabled docs