From a403cff48e8d2b365258f59ba38b11b5d29b3ed2 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Apr 15 2014 11:17:20 +0000 Subject: drop unused lines --- diff --git a/libreoffice.spec b/libreoffice.spec index e743fe5..966a39e 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1092,10 +1092,6 @@ git commit -q -a -m 'fix translations' %build echo build start time is `date`, diskspace: `df -h . | tail -n 1` echo building localizations: %{langpack_langs} -#don't build localized helps which aren't translated -POORHELPS=`ls -d translations/source/*/helpcontent2 translations/source/*|cut -f 3 -d /|sort|uniq -u|xargs` -#don't build localized helps which are poorly translated -POORHELPS="$POORHELPS `grep 'msgstr .Working with Documents' translations/source/*/helpcontent2/source/text/swriter/guide.po| cut -f 3 -d / | xargs`" # path to external tarballs EXTSRCDIR=`dirname %{SOURCE0}`