- Try to build all languages see bsc#1096360

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=667
This commit is contained in:
Tomáš Chvátal 2018-06-16 09:21:21 +00:00 committed by Git OBS Bridge
parent b70e3a5308
commit 4a2ec48476
2 changed files with 6 additions and 4 deletions

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jun 16 09:20:57 UTC 2018 - tchvatal@suse.com
- Try to build all languages see bsc#1096360
-------------------------------------------------------------------
Fri Jun 15 09:40:55 UTC 2018 - tchvatal@suse.com

@ -16,8 +16,6 @@
#
# List of supported langs, populated bellow in the lang macros
%global langpack_langs %{nil}
# extensions
%define numbertext_version 0.9.5
# Urls
@ -770,7 +768,6 @@ fi \
%define _langpack_lang %{-L:%{-L*}}%{!-L:%{lang}} \
%define pkgname l10n-%{lang} \
%define langname %{-n:%{-n*}}%{!-n:%{error:Language name not defined}} \
%global langpack_langs %{langpack_langs} %{_langpack_lang} %{-i:%{-i*}} \
\
%package %{pkgname} \
Summary: %{langname} Localization Files for LibreOffice \
@ -971,7 +968,7 @@ export NOCONFIGURE=yes
--with-alloc=system \
--with-tls=nss \
--disable-openssl \
--with-lang='%{langpack_langs}' \
--with-lang=ALL \
--disable-fetch-external \
--with-external-tar="$RPM_SOURCE_DIR" \
--disable-epm \