[libreoffice] do not build localized SDK install sets

David Tardon dtardon at fedoraproject.org
Tue Feb 5 09:14:07 UTC 2013


commit ee1355a0510d8b1dd18452e4caab1aa4f39993ff
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Feb 5 10:11:19 2013 +0100

    do not build localized SDK install sets
    
    This caused the massive increase of required build space after 4.0.0.0
    beta1.

 libreoffice.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 4cf9509..7a7fdef 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -1111,7 +1111,7 @@ for langpack in ../unxlng*.pro/LibreOffice_languagepack/installed/install/*; do
   rm -rf $langpack
 done
 %endif
-export WITH_LANG="en-US"
+export WITH_LANG_LIST="en-US"
 dmake sdkoo
 mv ../unxlng*.pro/LibreOffice_SDK/installed/install/en-US/sdk $RPM_BUILD_ROOT/%{sdkinstdir}
 cd ../../


More information about the scm-commits mailing list