rpms/hunspell-pt/devel hunspell-pt.spec,1.14,1.15

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Mon Nov 5 14:41:06 UTC 2007


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-pt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27203

Modified Files:
	hunspell-pt.spec 
Log Message:
fix up


Index: hunspell-pt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-pt/devel/hunspell-pt.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hunspell-pt.spec	5 Nov 2007 14:28:59 -0000	1.14
+++ hunspell-pt.spec	5 Nov 2007 14:40:32 -0000	1.15
@@ -19,8 +19,12 @@
 %prep
 %setup -q -n hunspell-pt_PT-20071003
 unzip -q -o %{SOURCE1}
-tr -d '\r' < README.TXT > README.TXT.new
-mv -f README.TXT.new README.TXT
+tr -d '\r' < README_pt_BR.TXT > README.TXT.new
+mv -f README.TXT.new README_pt_BR.TXT
+for i in README*; do
+    iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
+    mv -f $i.new $i
+done
 
 %build
 
@@ -34,7 +38,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.TXT README_pt_PT.txt COPYING
+%doc README_pt_BR.TXT README_pt_PT.txt COPYING
 %{_datadir}/myspell/*
 
 %changelog




More information about the fedora-extras-commits mailing list