[libreoffice] this is not the problem

David Tardon dtardon at fedoraproject.org
Fri Jun 3 04:14:42 UTC 2011


commit 433770754ebbc364641857634e6b61531336b4c7
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jun 3 06:09:33 2011 +0200

    this is not the problem
    
    This reverts commit eebe9385542b0952ed1c731725694559beb411e5.

 libreoffice.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index ed5213c..0225bb6 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -10,6 +10,7 @@
 
 %if %{langpacks}
 %define langpack_langs en-US af ar as bg bn ca cs cy da de dz el es et eu fi fr ga gl gu he hi hr hu it ja ko kn lt mai ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru sh si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-CN zh-TW zu
+%define with_lang --with-lang="%{langpack_langs}"
 %else
 %define langpack_langs en-US
 %endif
@@ -752,7 +753,7 @@ autoconf
  --with-system-mythes --with-system-dicts --with-system-apache-commons \
  --without-system-saxon --with-external-dict-dir=/usr/share/myspell \
  --without-myspell-dicts --without-fonts --without-ppds --without-afms \
- --with-lang="%{langpack_langs}" --with-poor-help-localizations="$POORHELPS" \
+ %{with_lang} --with-poor-help-localizations="$POORHELPS" \
  --with-external-tar=`pwd`/ext_sources --with-java-target-version=1.5 \
  --with-external-libtextcat-data \
  --without-system-translate-toolkit --without-system-hsqldb \


More information about the scm-commits mailing list