rpms/parrot/F-12 parrot.spec,1.5,1.6

Gerd Pokorra gerd at fedoraproject.org
Tue Jan 26 08:51:12 UTC 2010


Author: gerd

Update of /cvs/pkgs/rpms/parrot/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10855

Modified Files:
	parrot.spec 
Log Message:
exclude the optimze="-O2" option on ppc64


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/F-12/parrot.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- parrot.spec	23 Jan 2010 21:03:05 -0000	1.5
+++ parrot.spec	26 Jan 2010 08:51:11 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           parrot
 Version:        2.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        a virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -112,6 +112,10 @@ chmod +x %{__perl_provides}
 # option.
     RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 %endif
+%ifarch ppc64
+# there are problems in this version with the optimize="-O2" option on ppc64
+    RPM_OPT_FLAGS=`echo "$RPM_OPT_FLAGS" | %{__perl} -pi -e 's/-O2//'`
+%endif
 
 %{__perl} Configure.pl \
     --prefix=%{_usr} \
@@ -282,6 +286,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan 26 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.0.0-2
+- exclude the optimze="-O2" option on ppc64
+
 * Wed Jan 20 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 2.0.0-1
 - new upstream version
 - add the parrot-nqp binary, with generating of the man-page



More information about the scm-commits mailing list