[qt5-qtbase] disable -docs (for ppc bootstrap mostly)

Rex Dieter rdieter at fedoraproject.org
Wed Oct 16 17:59:38 UTC 2013


commit 6a55943ecb69eea326bf70f5e14d006011220557
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Oct 16 12:59:37 2013 -0500

    disable -docs (for ppc bootstrap mostly)

 qt5-qtbase.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec
index dbbd8e9..1387303 100644
--- a/qt5-qtbase.spec
+++ b/qt5-qtbase.spec
@@ -14,14 +14,14 @@
 
 # define to build docs, need to undef this for bootstrapping
 # where qt5-qttools builds are not yet available
-%define docs 1
+#define docs 1
 
 %define pre alpha
 
 Summary: Qt5 - QtBase components
 Name:    qt5-qtbase
 Version: 5.2.0
-Release: 0.2.%{pre}%{?dist}
+Release: 0.3.%{pre}%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -32,16 +32,13 @@ Source0: http://download.qt-project.org/development_releases/qt/5.2/%{version}-%
 Source0: http://download.qt-project.org/official_releases/qt/5.2/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
 %endif
 
-# http://bugzilla.redhat.com/1005482
-#ExcludeArch: ppc64 ppc
-
 # help build on some lowmem archs, e.g. drop hard-coded -O3 optimization on some files
 Patch1: qtbase-opensource-src-5.0.2-lowmem.patch
 
 # support multilib optflags
 Patch2: qtbase-multilib_optflags.patch
 
-# qatomic on ppc/ppc64
+# qatomic on ppc/ppc64, http://bugzilla.redhat.com/1005482
 Patch3: qtbase-qatomic-ppc.patch
 
 # upstreamable patches
@@ -598,6 +595,9 @@ popd
 
 
 %changelog
+* Wed Oct 16 2013 Rex Dieter <rdieter at fedoraproject.org> 5.2.0-0.3.alpha
+- disable -docs (for ppc bootstrap mostly)
+
 * Wed Oct 16 2013 Lukáš Tinkl <ltinkl at redhat.com> - 5.2.0-0.2.alpha
 - Fixes #1005482 - qtbase FTBFS on ppc/ppc64
 


More information about the scm-commits mailing list