diff --git a/import.log b/import.log index 550b21b..7176528 100644 --- a/import.log +++ b/import.log @@ -2,3 +2,4 @@ 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 parrot-1_4_0-5_fc11:F-10:parrot-1.4.0-5.fc11.src.rpm:1249128224 +parrot-1_4_0-6_fc11:F-10:parrot-1.4.0-6.fc11.src.rpm:1249129235 diff --git a/parrot.spec b/parrot.spec index 7057e3b..5474b58 100644 --- a/parrot.spec +++ b/parrot.spec @@ -1,6 +1,6 @@ Name: parrot Version: 1.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Parrot is a virtual machine License: Artistic 2.0 Group: Development/Libraries @@ -233,8 +233,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' -#%{?_without_fulltest: FULL=''} -#%{?!_without_tests: make ${FULL}test} +%ifnarch ppc +%{?_without_fulltest: FULL=''} +%{?!_without_tests: make ${FULL}test} +%endif %clean