rpms/hunspell-kk/devel hunspell-kk.spec,1.2,1.3

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


Author: caolanm

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

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


Index: hunspell-kk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-kk/devel/hunspell-kk.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- hunspell-kk.spec	28 Apr 2009 10:09:30 -0000	1.2
+++ hunspell-kk.spec	11 Jul 2009 16:20:09 -0000	1.3
@@ -1,7 +1,7 @@
 Name: hunspell-kk
 Summary: Kazakh hunspell dictionaries
 Version: 1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Text
 Source: http://extensions.services.openoffice.org/files/1172/7/dict-kk.oxt
 URL: http://extensions.services.openoffice.org/node/2240
@@ -18,9 +18,11 @@ Kazakh hunspell dictionaries.
 %setup -q -c -n hunspell-kk
 
 %build
-tr -d '\r' < README_kk_KZ.txt > README_kk_KZ.txt.new
-touch -r README_kk_KZ.txt README_kk_KZ.txt.new
-mv -f README_kk_KZ.txt.new README_kk_KZ.txt
+for i in README_kk_KZ.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
@@ -37,5 +39,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/myspell/*
 
 %changelog
+* Sat Jul 11 2009 Caolan McNamara <caolanm at redhat.com> - 1.0-2
+- tidy spec
+
 * Mon Apr 20 2009 Caolan McNamara <caolanm at redhat.com> - 1.0-1
 - initial version




More information about the fedora-extras-commits mailing list