rpms/mythes-ca/devel mythes-ca.spec,1.4,1.5

Caolan McNamara caolanm at fedoraproject.org
Sat Jul 11 16:17:02 UTC 2009


Author: caolanm

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

Modified Files:
	mythes-ca.spec 
Log Message:
remove rpmlint warnings


Index: mythes-ca.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mythes-ca/devel/mythes-ca.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- mythes-ca.spec	27 Mar 2009 08:24:49 -0000	1.4
+++ mythes-ca.spec	11 Jul 2009 16:16:32 -0000	1.5
@@ -1,7 +1,7 @@
 Name: mythes-ca
 Summary: Catalan thesaurus
 Version: 1.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source: http://www.softcatala.org/diccionaris/actualitzacions/sinonims/thesaurus-ca.oxt
 Group: Applications/Text
 URL: http://www.softcatala.org/wiki/Projectes/Openthesaurus-ca
@@ -16,8 +16,11 @@ Catalan thesaurus.
 %setup -q -c
 
 %build
-tr -d '\r' < release_note-ca.txt > release_note-ca.txt.new
-mv -f release_note-ca.txt.new release_note-ca.txt
+for i in release_note-ca.txt dictionaries/README_th_ca_ES_v3.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
@@ -42,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/mythes/*
 
 %changelog
+* Sat Jul 11 2009 Caolán McNamara <caolanm at redhat.com> - 1.5.0-2
+- tidy spec
+
 * Fri Mar 27 2009 Caolán McNamara <caolanm at redhat.com> - 1.5.0-1
 - latest version
 




More information about the fedora-extras-commits mailing list