rpms/hyphen-nl/devel hyphen-nl.spec,1.3,1.4

Caolan McNamara caolanm at fedoraproject.org
Sat Jul 11 15:55:41 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/hyphen-nl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18636

Modified Files:
	hyphen-nl.spec 
Log Message:
tidy spec


Index: hyphen-nl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-nl/devel/hyphen-nl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- hyphen-nl.spec	12 Jun 2009 14:40:52 -0000	1.3
+++ hyphen-nl.spec	11 Jul 2009 15:55:10 -0000	1.4
@@ -2,7 +2,7 @@ Name: hyphen-nl
 Summary: Dutch hyphenation rules
 %define upstreamid 20050617
 Version: 0.%{upstreamid}
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip
 Group: Applications/Text
 URL: http://wiki.services.openoffice.org/wiki/Dictionaries
@@ -18,8 +18,11 @@ Dutch hyphenation rules.
 %setup -q -c -n hyphen-nl
 
 %build
-tr -d '\r' < README_hyph_nl_NL.txt > README_hyph_nl_NL.txt.new
-mv -f README_hyph_nl_NL.txt.new README_hyph_nl_NL.txt
+for i in README_hyph_nl_NL.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
@@ -41,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/hyphen/*
 
 %changelog
+* Sat Jul 11 2009 Caolan McNamara <caolanm at redhat.com> - 0.20050617-4
+- tidy spec
+
 * Fri Jun 12 2009 Caolan McNamara <caolanm at redhat.com> - 0.20050617-3
 - extend coverage
 




More information about the fedora-extras-commits mailing list