rpms/hunspell-ku/devel hunspell-ku.spec,1.5,1.6

Caolan McNamara caolanm at fedoraproject.org
Fri Jul 10 16:18:51 UTC 2009


Author: caolanm

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

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


Index: hunspell-ku.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-ku/devel/hunspell-ku.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- hunspell-ku.spec	15 Jun 2009 20:48:04 -0000	1.5
+++ hunspell-ku.spec	10 Jul 2009 16:18:50 -0000	1.6
@@ -1,7 +1,8 @@
 Name: hunspell-ku
 Summary: Kurdish hunspell dictionaries
 Version: 0.21
-Release: 4%{?dist}
+Release: 5%{?dist}
+#http://hunspell-ku.googlecode.com/files/ku_TR-021_source.zip ?
 Source0: http://downloads.sourceforge.net/myspellkurdish/ku_TR-021.zip
 Group: Applications/Text
 #http://code.google.com/p/hunspell-ku/ ?
@@ -19,8 +20,16 @@ Kurdish hunspell dictionaries.
 %setup -q -n ku_TR
 
 %build
-tr -d '\r' < README_ku_TR.txt > README_ku_TR.txt.new
-iconv -f ISO-8859-1 -t UTF-8 README_ku_TR.txt.new > README_ku_TR.txt
+for i in README_ku_TR.txt; do
+  if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
+    iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
+    touch -r $i $i.new
+    mv -f $i.new $i
+  fi
+  tr -d '\r' < $i > $i.new
+  touch -r $i $i.new
+  mv -f $i.new $i
+done
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -43,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/myspell/*
 
 %changelog
+* Fri Jul 10 2009 Caolan McNamara <caolanm at redhat.com> - 0.21-5
+- tidy spec
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.21-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list