[qt5-qtwebkit] enable -doc only on primary archs (allow secondary bootstrap)

Rex Dieter rdieter at fedoraproject.org
Mon Nov 25 13:40:18 UTC 2013


commit 726efaf0dcaeee3998bf052344baf030aeb04215
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Nov 25 07:40:13 2013 -0600

    enable -doc only on primary archs (allow secondary bootstrap)

 qt5-qtwebkit.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec
index 78fadd5..d31caf2 100644
--- a/qt5-qtwebkit.spec
+++ b/qt5-qtwebkit.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 - QtWebKit components
 Name:    qt5-qtwebkit
 Version: 5.2.0
-Release: 0.4.%{pre}%{?dist}
+Release: 0.5.%{pre}%{?dist}
 
 # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
 # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
@@ -193,6 +196,9 @@ popd
 
 
 %changelog
+* Mon Nov 25 2013 Rex Dieter <rdieter at fedoraproject.org> 5.2.0-0.5.beta1
+- enable -doc only on primary archs (allow secondary bootstrap)
+
 * Sat Nov 09 2013 Rex Dieter <rdieter at fedoraproject.org> 5.2.0-0.4.beta1
 - rebuild (arm/qreal)
 


More information about the scm-commits mailing list