[openoffice.org] - 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:16:35 UTC 2010


commit 52f00579ae2ec6ce317df9ba6002d752f6aa3acc
Author: Dan Horák <dan at danny.cz>
Date:   Fri Oct 8 22:16:42 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 e66d128..0af6310 100644
--- a/openoffice.org.spec
+++ b/openoffice.org.spec
@@ -1,11 +1,16 @@
 %define oootag OOO330
 %define ooomilestone 9
-%define rh_rpm_release 3
+%define rh_rpm_release 4
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
 # 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
@@ -3853,6 +3858,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.4
+- 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.3
 - Resolves: rhbz#639212 /usr/share/mime/packages/openoffice.org.xml
   seems to be malformed (dtardon)


More information about the scm-commits mailing list