rpms/mythes-sl/devel mythes-sl.spec,1.7,1.8

Caolan McNamara caolanm at fedoraproject.org
Sat Jul 11 14:29:47 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/mythes-sl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29163

Modified Files:
	mythes-sl.spec 
Log Message:
tidy spec


Index: mythes-sl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mythes-sl/devel/mythes-sl.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- mythes-sl.spec	8 Jul 2009 09:51:31 -0000	1.7
+++ mythes-sl.spec	11 Jul 2009 14:29:17 -0000	1.8
@@ -2,7 +2,7 @@ Name: mythes-sl
 Summary: Slovenian thesaurus
 %define upstreamid 20090708
 Version: 0.%{upstreamid}
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source: http://193.2.66.133:85/download/thes_sl_SI_v2.zip
 Group: Applications/Text
 URL: http://www.tezaver.si/
@@ -18,9 +18,13 @@ Slovenian thesaurus.
 %setup -q -c
 
 %build
-tr -d '\r' < README_th_sl_SI_v2.txt > README_th_sl_SI_v2.txt.new
-mv -f README_th_sl_SI_v2.txt.new README_th_sl_SI_v2.txt
 chmod -x *
+for i in README_th_sl_SI_v2.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,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/mythes/*
 
 %changelog
+* Sat Jul 11 2009 Caolan McNamara <caolanm at redhat.com> - 0.20090708-2
+- tidy spec
+
 * Wed Jul 08 2009 Caolan McNamara <caolanm at redhat.com> - 0.20090708-1
 - latest version
 




More information about the scm-commits mailing list