From 546aaa90cac56c02306023e77295c8211a5635d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Thu, 29 Oct 2009 18:54:29 +0000 Subject: [PATCH] - give up tests on ppc --- perl-GD.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/perl-GD.spec b/perl-GD.spec index 2bf447b..9d504e0 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -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 - 2.44-2 +- give up tests on ppc + * Mon Oct 5 2009 Stepan Kasal - 2.44-1 - new upstream version - run tests always