rpms/hunspell-cv/devel hunspell-cv.spec,1.1,1.2

Caolan McNamara caolanm at fedoraproject.org
Sat Jul 11 16:45:20 UTC 2009


Author: caolanm

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

Modified Files:
	hunspell-cv.spec 
Log Message:
consistency


Index: hunspell-cv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-cv/devel/hunspell-cv.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- hunspell-cv.spec	7 May 2009 07:36:17 -0000	1.1
+++ hunspell-cv.spec	11 Jul 2009 16:44:50 -0000	1.2
@@ -17,9 +17,11 @@ Chuvash hunspell dictionaries.
 %setup -q -c
 
 %build
-tr -d '\r' < license.txt > license.txt.new
-touch -r license.txt license.txt.new
-mv -f license.txt.new license.txt
+for i in license.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




More information about the fedora-extras-commits mailing list