From 3dcdd521600a3cb2bbc8555495b1ade4e393b06f Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 11 Jul 2009 16:40:10 +0000 Subject: [PATCH] tidy spec --- hunspell-gd.spec | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/hunspell-gd.spec b/hunspell-gd.spec index 3db98b6..d740bbd 100644 --- a/hunspell-gd.spec +++ b/hunspell-gd.spec @@ -1,7 +1,7 @@ Name: hunspell-gd Summary: Scots Gaelic hunspell dictionaries Version: 1.0.0 -Release: 0.1.rc.1%{?dist} +Release: 0.2.rc.1%{?dist} Source: http://www.sealgar.co.uk/gd_GB.oxt Group: Applications/Text URL: http://www.sealgar.co.uk/spell.jsp @@ -18,9 +18,16 @@ Scots Gaelic hunspell dictionaries. %setup -q -c hunspell-gd-%{version} %build -iconv -f ISO8859-1 -t UTF-8 README_gd_GB.txt > README_gd_GB.txt.new -touch -r README_gd_GB.txt README_gd_GB.txt.new -mv -f README_gd_GB.txt.new README_gd_GB.txt +for i in README_gd_GB.txt; do + if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then + iconv -f ISO-8859-1 -t UTF-8 $i > $i.new + touch -r $i $i.new + mv -f $i.new $i + fi + tr -d '\r' < $i > $i.new + touch -r $i $i.new + mv -f $i.new $i +done %install rm -rf $RPM_BUILD_ROOT @@ -36,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Sat Jul 11 2009 Caolan McNamara - 1.0.0-0.2.rc.1 +- tidy spec + * Mon Jun 15 2009 Caolan McNamara - 1.0.0-0.1.rc.1 - latest version