rpms/parrot/F-11 parrot.spec,1.7,1.8

Gerd Pokorra gerd at fedoraproject.org
Mon Aug 3 16:25:04 UTC 2009


Author: gerd

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

Modified Files:
	parrot.spec 
Log Message:
fixed bug



Index: parrot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/parrot/F-11/parrot.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- parrot.spec	3 Aug 2009 16:21:33 -0000	1.7
+++ parrot.spec	3 Aug 2009 16:25:03 -0000	1.8
@@ -220,8 +220,10 @@ done
 # '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




More information about the fedora-extras-commits mailing list