diff --git a/hunspell-lt.spec b/hunspell-lt.spec index 39918e3..e499300 100644 --- a/hunspell-lt.spec +++ b/hunspell-lt.spec @@ -1,7 +1,7 @@ Name: hunspell-lt Summary: Lithuanian hunspell dictionaries Version: 1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Source: ftp://ftp.akl.lt/ispell-lt/lt_LT-%{version}.zip Group: Applications/Text URL: ftp://ftp.akl.lt/ispell-lt/ @@ -19,9 +19,11 @@ Lithuanian hunspell dictionaries. %build chmod -x * -tr -d '\r' < INSTRUKCIJOS.txt > INSTRUKCIJOS.txt.new -touch -r INSTRUKCIJOS.txt INSTRUKCIJOS.txt.new -mv INSTRUKCIJOS.txt.new INSTRUKCIJOS.txt +for i in INSTRUKCIJOS.txt; do + tr -d '\r' < $i > $i.new + touch -r $i $i.new + mv -f $i.new $i +done %install rm -rf $RPM_BUILD_ROOT @@ -37,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Sat Jul 11 2009 Caolan McNamara - 1.2.1-4 +- clean spec + * Fri Jul 10 2009 Caolan McNamara - 1.2.1-3 - clean spec