From 2786782ad5df233b6c8e38cc39c2bf47a5502b7b Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Jul 11 2009 15:14:51 +0000 Subject: tidy spec --- diff --git a/hunspell-cy.spec b/hunspell-cy.spec index 4ffdf8a..97c2506 100644 --- a/hunspell-cy.spec +++ b/hunspell-cy.spec @@ -2,10 +2,10 @@ Name: hunspell-cy Summary: Welsh hunspell dictionaries %define upstreamid 20040425 Version: 0.%{upstreamid} -Release: 3%{?dist} +Release: 4%{?dist} Source: http://www.e-gymraeg.co.uk/myspell/myspell.zip Group: Applications/Text -URL: http://www.e-gymraeg.co.uk/myspell +URL: http://www.e-gymraeg.co.uk/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPL+ BuildArch: noarch @@ -22,8 +22,16 @@ Welsh hunspell dictionaries. unzip PackWelsh.zip unzip cy_GB.zip chmod -x * -tr -d '\r' < README_cy_GB.txt > README_cy_GB.txt.new -mv -f README_cy_GB.txt.new README_cy_GB.txt +for i in README_cy_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 @@ -39,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Sat Jul 11 2009 Caolan McNamara - 0.20040425-4 +- tidy spec + * Tue Feb 24 2009 Fedora Release Engineering - 0.20040425-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild