rpms/rakudo/F-12 rakudo.spec,1.12,1.13

Gerd Pokorra gerd at fedoraproject.org
Tue Jan 26 06:11:52 UTC 2010


Author: gerd

Update of /cvs/pkgs/rpms/rakudo/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21069

Modified Files:
	rakudo.spec 
Log Message:
to exclude the architecture ppc64 was necessary


Index: rakudo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rakudo/F-12/rakudo.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- rakudo.spec	25 Jan 2010 05:14:43 -0000	1.12
+++ rakudo.spec	26 Jan 2010 06:11:50 -0000	1.13
@@ -5,9 +5,11 @@
 %define parrot_dynext %{_libdir}/parrot/%{parrot_version}/dynext
 %define par_lang_perl6 %{_libdir}/parrot/%{parrot_version}/languages/perl6
 
+ExcludeArch: ppc64
+
 Name:           rakudo
 Version:        0.0.%{year}.%{month}_%{parrot_version}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Perl compiler on Parrot
 License:        Artistic 2.0
 Group:          Development/Languages
@@ -78,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan 26 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2010.01_2.0.0-2
+- use 'ExcludeArch:ppc64' for now
+
 * Sat Jan 23 2010 Gerd Pokorra <gp at zimt.uni-siegen.de> 0.0.2010.01_2.0.0-1
 - update to rakudo 2010-01 on parrot 2.0.0
 



More information about the scm-commits mailing list