[openoffice.org/f14/master] - don't build langpacks on s390(x) to workaround the limited diskspace on the builders

Dan Horák sharkcz at fedoraproject.org
Fri Oct 8 20:14:02 UTC 2010


commit 4b5d0f383694a0a60e31e862583c5724a8972c00
Author: Dan Horák <dan at danny.cz>
Date:   Fri Oct 8 22:14:05 2010 +0200

    - don't build langpacks on s390(x) to workaround the limited diskspace
      on the builders

 openoffice.org.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/openoffice.org.spec b/openoffice.org.spec
index 9271575..18d6b9e 100644
--- a/openoffice.org.spec
+++ b/openoffice.org.spec
@@ -1,13 +1,18 @@
 %define oootag OOO330
 %define ooomilestone 9
-%define rh_rpm_release 4
+%define rh_rpm_release 5
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
 # don't worry about whitespace to make it easier to backport from LibO
 %define _default_patch_flags -s -l
 # undef to get english only and no-langpacks for a faster smoketest build
+%ifnarch s390 s390x
 %define langpacks 1
+%else
+# workaround the limited diskspace on the builders
+%define langpacks 0
+%endif
 # whether to use stlport or gcc's stl, we're basically locked to stlport
 # for i386 to enable third party built against "vanilla OOo" uno components 
 # and add-ons to work with our OOo. We assume there aren't any such for the
@@ -3857,6 +3862,10 @@ unopkg remove --shared org.openoffice.legacy.ScriptProviderForPython.zip > /dev/
 %endif
 
 %changelog
+* Fri Oct 08 2010 Dan Horák <dan[at]danny.cz>- 1:3.3.0-9.5
+- don't build langpacks on s390(x) to workaround the limited diskspace
+  on the builders
+
 * Fri Oct 01 2010 Caolán McNamara <caolanm at redhat.com>- 1:3.3.0-9.4
 - libebook soname bump
 


More information about the scm-commits mailing list