rpms/parrot/devel parrot.spec,1.24,1.25

Gerd Pokorra gerd at fedoraproject.org
Tue Jan 26 08:35:48 UTC 2010


Author: gerd

Update of /cvs/pkgs/rpms/parrot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8268

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


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/devel/parrot.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- parrot.spec	20 Jan 2010 12:20:49 -0000	1.24
+++ parrot.spec	26 Jan 2010 08:35:47 -0000	1.25
@@ -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