commit aacde64b0ae9c2cae05367488cf2198dc5c1561d Author: Karsten Hopp <karsten@xxxxxxxxxx> Date: Sat Feb 25 12:07:13 2012 +0100 fix arch check perl-threads-lite.spec | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/perl-threads-lite.spec b/perl-threads-lite.spec index e0a9fb7..c753461 100644 --- a/perl-threads-lite.spec +++ b/perl-threads-lite.spec @@ -1,6 +1,6 @@ Name: perl-threads-lite Version: 0.031 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Actor model threading for Perl License: GPL+ or Artistic Group: Development/Libraries @@ -44,7 +44,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check -%ifarch ppc +%ifnarch ppc ./Build test %endif @@ -55,6 +55,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_mandir}/man3/* %changelog +* Sat Feb 25 2012 Karsten Hopp <karsten@xxxxxxxxxx> 0.031-6 +- fix arch check + * Sat Feb 25 2012 Karsten Hopp <karsten@xxxxxxxxxx> 0.031-5 - disable checks on ppc (#719874) -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel