]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- more files fixes
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 27 Jul 2005 08:58:47 +0000 (08:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.541

libreoffice.spec

index 2bda330a73dd1b17ca9cc7047e364706fbb70fc3..513a889d14653af10b41a1eebdc8b75b5fabb63c 100644 (file)
@@ -34,7 +34,7 @@ Summary:      OpenOffice.org - powerful office suite
 Summary(pl):   OpenOffice.org - potê¿ny pakiet biurowy
 Name:          openoffice.org
 Version:       %{fullver}
-Release:       0.4%{?with_vfs:vfs}
+Release:       0.5%{?with_vfs:vfs}
 Epoch:         1
 License:       GPL/LGPL
 Group:         X11/Applications
@@ -1706,7 +1706,8 @@ for lang in $langlist; do
                # lib/openoffice.org/program/resource/*.res
                grep "/program/resource/.*${lang}.res$" ${lfile} >> ${lang}.lang || :
                # lib/openoffice.org/share/autocorr/*.dat
-               grep "/share/autocorr/.*${lang}-.*.dat$" ${lfile} >> ${lang}.lang || :
+               grep "/share/autocorr/.*${lang}.dat$" ${lfile} >> ${lang}.lang || :
+               grep -i "/share/autocorr/.*${lang}-${lang}.dat$" ${lfile} >> ${lang}.lang || :
                # lib/openoffice.org/share/autotext/$lang
                grep "/share/autotext/${lang}$" ${lfile} >> ${lang}.lang || :
                grep "/share/autotext/${lang}/" ${lfile} >> ${lang}.lang || :
This page took 0.03974 seconds and 4 git commands to generate.