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

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


commit f45c2e6ca7f8f8a991db13ea5713fc29dfc00650
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Nov 25 07:46:20 2013 -0600

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

 qt5-qtscript.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/qt5-qtscript.spec b/qt5-qtscript.spec
index 32706ba..1361db2 100644
--- a/qt5-qtscript.spec
+++ b/qt5-qtscript.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 - QtScript component
 Name:    qt5-%{qt_module}
 Version: 5.2.0
-Release: 0.4.%{pre}%{?dist}
+Release: 0.5.%{pre}%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -106,6 +109,9 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la
 
 
 %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)
+
 * Sun Nov 10 2013 Rex Dieter <rdieter at fedoraproject.org> 5.2.0-0.4.beta1
 - rebuild (arm/qreal)
 


More information about the scm-commits mailing list