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

Rex Dieter rdieter at fedoraproject.org
Mon Nov 25 13:36:01 UTC 2013


commit 817d2e78ccf05046ca56bda8918bd00d890ba451
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Nov 25 07:35:55 2013 -0600

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

 qt5-qtbase.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec
index 0860e74..dd0b4eb 100644
--- a/qt5-qtbase.spec
+++ b/qt5-qtbase.spec
@@ -14,7 +14,10 @@
 
 # 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
 
 %define pre beta1
 %define snap 2013-11-08_141
@@ -23,7 +26,7 @@
 Summary: Qt5 - QtBase components
 Name:    qt5-qtbase
 Version: 5.2.0
-Release: 0.6.%{pre}.%{snap_tag}%{?dist}
+Release: 0.7.%{pre}.%{snap_tag}%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -607,6 +610,9 @@ popd
 
 
 %changelog
+* Mon Nov 25 2013 Rex Dieter <rdieter at fedoraproject.org> 5.2.0-0.7.beta1.20131108_141
+- enable -doc only on primary archs (allow secondary bootstrap)
+
 * Fri Nov 22 2013 Lubomir Rintel <lkundrak at v3.sk> 5.2.0-0.6.beta1.20131108_141
 - Enable EGL support
 


More information about the scm-commits mailing list