From 8fc10693319cfeeed03911a55a3d3b2d44beae47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Mon, 3 Aug 2015 12:31:54 +0200
Subject: Do not build for aarch64, ppc, and ppc64le because the code is broken
 there


diff --git a/perl-threads-lite.spec b/perl-threads-lite.spec
index 37e1fdc..7f4bb4b 100644
--- a/perl-threads-lite.spec
+++ b/perl-threads-lite.spec
@@ -1,11 +1,13 @@
 Name:           perl-threads-lite
 Version:        0.034
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Actor model threading for Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/threads-lite/
 Source0:        
http://www.cpan.org/authors/id/L/LE/LEONT/threads-lite-%{version}.tar.gz
+# Tests halt on these platforms, bug #719874, CPAN RT#69354
+ExcludeArch:    aarch64 ppc ppc64le
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  perl
@@ -51,9 +53,7 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f 
{} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-%ifnarch aarch64 ppc ppc64le
 ./Build test
-%endif
 
 %files
 %license LICENSE
@@ -63,6 +63,10 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm 
-f {} \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 03 2015 Petr Pisar <ppi...@redhat.com> - 0.034-5
+- Do not build for aarch64, ppc, and ppc64le because the code is broken there
+  (bug #bug #719874)
+
 * Mon Aug 03 2015 Petr Pisar <ppi...@redhat.com> - 0.034-4
 - Disable checks on aarch64 (bug #719874)
 
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-threads-lite.git/commit/?h=master&id=8fc10693319cfeeed03911a55a3d3b2d44beae47
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to