diff --git a/import.log b/import.log index 24ba0a1..cc9365e 100644 --- a/import.log +++ b/import.log @@ -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 diff --git a/parrot.spec b/parrot.spec index 22d3855..4162388 100644 --- a/parrot.spec +++ b/parrot.spec @@ -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 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 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 0.0.11 - first .spec file created