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

Caolan McNamara caolanm at fedoraproject.org
Sat Jul 11 16:09:22 UTC 2009


Author: caolanm

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

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


Index: hunspell-fj.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-fj/devel/hunspell-fj.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- hunspell-fj.spec	25 Feb 2009 04:43:22 -0000	1.2
+++ hunspell-fj.spec	11 Jul 2009 16:09:21 -0000	1.3
@@ -2,7 +2,7 @@ Name: hunspell-fj
 Summary: Fijian hunspell dictionaries
 %define upstreamid 20050811
 Version: 0.%{upstreamid}
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Applications/Text
 Source0: http://www.iosn.net/pacific-islands/usp-microgrants/fijian-spellchecker/README_fj_FJ.txt
 Source1: http://www.iosn.net/pacific-islands/usp-microgrants/fijian-spellchecker/fj_FJ.dic
@@ -23,8 +23,11 @@ Fijian hunspell dictionaries.
 cp -p %{SOURCE0} %{SOURCE1} %{SOURCE2} .
 
 %build
-tr -d '\r' < README_fj_FJ.txt > README_fj_FJ.txt.new
-mv -f README_fj_FJ.txt.new README_fj_FJ.txt
+for i in README_fj_FJ.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
@@ -40,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/myspell/*
 
 %changelog
+* Sat Jul 11 2009 Caolan McNamara <caolanm at redhat.com> - 0.20050811-3
+- tidy spec
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20050811-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list