rpms/perl-GD/F-12 perl-GD.spec,1.29,1.30

Štěpán Kasal kasal at fedoraproject.org
Thu Oct 29 18:55:03 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-GD/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29676

Modified Files:
	perl-GD.spec 
Log Message:
- give up tests on ppc


Index: perl-GD.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-GD/F-12/perl-GD.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- perl-GD.spec	29 Oct 2009 18:17:51 -0000	1.29
+++ perl-GD.spec	29 Oct 2009 18:55:03 -0000	1.30
@@ -1,6 +1,6 @@
 Name:           perl-GD
 Version:        2.44
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl interface to the GD graphics library
 
 Group:          Development/Libraries
@@ -49,7 +49,11 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %check
+%ifarch ppc
+# testsuite fails on ppc
+%else
 make test
+%endif
 %ifarch %{ix86}
 perl t/GD.t --write
 : This is the file that should contain some blue color:
@@ -73,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 29 2009 Stepan Kasal <skasal at redhat.com> - 2.44-2
+- give up tests on ppc
+
 * Mon Oct  5 2009 Stepan Kasal <skasal at redhat.com> - 2.44-1
 - new upstream version
 - run tests always




More information about the Fedora-perl-devel-list mailing list