From 13d3627c39748713a96d3700c987f20b8b31b912 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 19 Mar 2014 11:53:22 +0100 Subject: [PATCH] don't remove these translations --- libreoffice.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index f998610..df22386 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1057,17 +1057,11 @@ git commit -q -a -m 'add Red Hat colors to palette' # apply patches git am %{patches} -# TODO: check this -# these are horribly incomplete--empty translations and copied english -# strings with spattering of translated strings -rm -rf translations/source/{gu,he,hr}/helpcontent2 - %if 0%{?rhel} && 0%{?rhel} < 7 cp -r translations/source/en-GB translations/source/ms cp -r translations/source/en-GB translations/source/ur -%endif - git commit -q -a -m 'fix translations' +%endif %build echo build start time is `date`, diskspace: `df -h . | tail -n 1`