From 88afc4d19242c808d5d061f7ce60af8c36b8e58a Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 11 Jul 2009 15:55:10 +0000 Subject: [PATCH] tidy spec --- hyphen-nl.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/hyphen-nl.spec b/hyphen-nl.spec index 8449dc2..a0bac5c 100644 --- a/hyphen-nl.spec +++ b/hyphen-nl.spec @@ -2,7 +2,7 @@ Name: hyphen-nl Summary: Dutch hyphenation rules %define upstreamid 20050617 Version: 0.%{upstreamid} -Release: 3%{?dist} +Release: 4%{?dist} Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip Group: Applications/Text URL: http://wiki.services.openoffice.org/wiki/Dictionaries @@ -18,8 +18,11 @@ Dutch hyphenation rules. %setup -q -c -n hyphen-nl %build -tr -d '\r' < README_hyph_nl_NL.txt > README_hyph_nl_NL.txt.new -mv -f README_hyph_nl_NL.txt.new README_hyph_nl_NL.txt +for i in README_hyph_nl_NL.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 @@ -41,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/hyphen/* %changelog +* Sat Jul 11 2009 Caolan McNamara - 0.20050617-4 +- tidy spec + * Fri Jun 12 2009 Caolan McNamara - 0.20050617-3 - extend coverage