From cc8bab79f719de48c7d34b9b720b9c4a3149fd0e Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 11 Jul 2009 16:14:15 +0000 Subject: [PATCH] tidy spec --- hunspell-cop.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/hunspell-cop.spec b/hunspell-cop.spec index 011d04b..d1d4992 100644 --- a/hunspell-cop.spec +++ b/hunspell-cop.spec @@ -1,7 +1,7 @@ Name: hunspell-cop Summary: Coptic hunspell dictionaries Version: 0.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Group: Applications/Text Source: http://extensions.services.openoffice.org/files/793/1/dictionaries-cop.oxt URL: http://www.moheb.de/coptic_oo.html @@ -19,8 +19,11 @@ Coptic hunspell dictionaries. %setup -q -c %build -tr -d '\r' < README.txt > README.txt.new -mv -f README.txt.new README.txt +for i in README.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 @@ -36,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Sat Jul 11 2009 Caolan McNamara - 0.2.0-3 +- tidy spec + * Tue Feb 24 2009 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild