rpms/parrot/F-10 import.log,1.2,1.3 parrot.spec,1.2,1.3

Gerd Pokorra gerd at fedoraproject.org
Wed Jul 22 17:25:33 UTC 2009


Author: gerd

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

Modified Files:
	import.log parrot.spec 
Log Message:
%changelog
* Tue Jul 21 2009 Gerd Pokorra <gp at zimt.uni-siegen.de> 1.4.0-1
- add the new disable-rpath configure option




Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/F-10/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	21 Jul 2009 16:48:52 -0000	1.2
+++ import.log	22 Jul 2009 17:25:32 -0000	1.3
@@ -1,2 +1,3 @@
 parrot-1_0_0-6_fc10:F-10:parrot-1.0.0-6.fc10.src.rpm:1241003119
 parrot-1_4_0-1_fc11:F-10:parrot-1.4.0-1.fc11.src.rpm:1248194576
+parrot-1_4_0-3_fc11:F-10:parrot-1.4.0-3.fc11.src.rpm:1248283108


Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/F-10/parrot.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- parrot.spec	21 Jul 2009 16:48:52 -0000	1.2
+++ parrot.spec	22 Jul 2009 17:25:32 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           parrot
 Version:        1.4.0
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Parrot is a virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -113,9 +113,9 @@ chmod +x %{__perl_provides}
 %ifarch %{ix86} x86_64
     RPM_OPT_FLAGS="$RPM_OPT_FLAGS -maccumulate-outgoing-args"
 %else
-# PowerPC, not all optimize-options work with the PowerPC-architecture
-# the PGE don't build with the optimize="-O2" option on PowerPC
-    RPM_OPT_FLAGS=`echo "$RPM_OPT_FLAGS" | %{__perl} -pi -e 's/-O2//'`
+# The PowerPC-architecture do not build with the '-maccumulate-outgoing-args'
+# option.
+    RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 %endif
 
 %{__perl} Configure.pl \
@@ -234,8 +234,10 @@ rm -rf $RPM_BUILD_ROOT%{_usr}/config \
 # 'make fulltest' is done by default; it take a lot of time
 export LD_LIBRARY_PATH=$( pwd )/blib/lib
 FULL='full'
+%ifnarch ppc ppc64
 %{?_without_fulltest: FULL=''}
 %{?!_without_tests: make ${FULL}test}
+%endif
 
 
 %clean
@@ -360,7 +362,7 @@ rm -rf $RPM_BUILD_ROOT
 
 * Sat Mar 10 2007 Steven Pritchard <steve at kspei.com> 0.4.9-1
 - Update to 0.4.9.
-- BR ncurses-devel.
+- BuildRequires ncurses-devel.
 - For some reason now I need to force -lm too.
 - Remove some files/directories that shouldn't be included.
 
@@ -381,7 +383,7 @@ rm -rf $RPM_BUILD_ROOT
 
 * Tue Jun 27 2006 Steven Pritchard <steve at kspei.com> 0.4.5-2
 - Add -lcurses to get readline detection to work.
-- BR libicu-devel.
+- Add BuildRequires libicu-devel.
 
 * Tue Mar 18 2003 Steve Fink <sfink at foxglove.localdomain> 0.0.11
 - first .spec file created




More information about the fedora-extras-commits mailing list