rpms/hunspell-cop/devel hunspell-cop.spec,1.3,1.4

Caolan McNamara caolanm at fedoraproject.org
Sat Jul 11 16:14:15 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-cop/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24920

Modified Files:
	hunspell-cop.spec 
Log Message:
tidy spec


Index: hunspell-cop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-cop/devel/hunspell-cop.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- hunspell-cop.spec	25 Feb 2009 04:32:16 -0000	1.3
+++ hunspell-cop.spec	11 Jul 2009 16:14:15 -0000	1.4
@@ -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 <caolanm at redhat.com> - 0.2.0-3
+- tidy spec
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list