From b0c1989ac535a48e74cf856bce4422a348a2007b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 25 Nov 2013 07:38:23 -0600 Subject: [PATCH] enable -doc only on primary archs (allow secondary bootstrap) --- qt5-qtdeclarative.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qt5-qtdeclarative.spec b/qt5-qtdeclarative.spec index 371b685..87ab5bb 100644 --- a/qt5-qtdeclarative.spec +++ b/qt5-qtdeclarative.spec @@ -4,12 +4,15 @@ # 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 +%ifarch %{arm} %{ix86} x86_64 %define docs 1 +%endif Summary: Qt5 - QtDeclarative component Name: qt5-%{qt_module} Version: 5.2.0 -Release: 0.4.%{pre}%{?dist} +Release: 0.5.%{pre}%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -150,6 +153,9 @@ popd %changelog +* Mon Nov 25 2013 Rex Dieter 5.2.0-0.5.beta1 +- enable -doc only on primary archs (allow secondary bootstrap) + * Sat Nov 09 2013 Rex Dieter 5.2.0-0.4.beta1 - rebuild (arm/qreal)