From 64604f71ab1b61192ae32156c42f7d09961487a2 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Thu, 25 Sep 2014 14:08:32 +0200 Subject: [PATCH] enable ppc64le and run 'make test' on that new arch --- tbb.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tbb.spec b/tbb.spec index 3473c1f..5d0d659 100644 --- a/tbb.spec +++ b/tbb.spec @@ -10,7 +10,7 @@ Name: tbb Summary: The Threading Building Blocks library abstracts low-level threading details Version: %{dotver} -Release: 8.%{releasedate}%{?dist} +Release: 9.%{releasedate}%{?dist} License: GPLv2 with exceptions Group: Development/Tools URL: http://threadingbuildingblocks.org/ @@ -36,7 +36,7 @@ Patch2: tbb-4.0-mfence.patch Patch3: tbb-4.1-dont-snip-Wall.patch BuildRequires: libstdc++-devel -ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 %{arm} aarch64 +ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 %{arm} aarch64 ppc64le %description Threading Building Blocks (TBB) is a C++ runtime library that @@ -82,6 +82,11 @@ for file in %{SOURCE6} %{SOURCE7} %{SOURCE8}; do > $(basename ${file}) done +%check +%ifarch ppc64le +make test +%endif + %install mkdir -p $RPM_BUILD_ROOT/%{_libdir} mkdir -p $RPM_BUILD_ROOT/%{_includedir} @@ -123,6 +128,9 @@ done %doc doc/html %changelog +* Thu Sep 25 2014 Karsten Hopp 4.1-9.20130314 +- enable ppc64le and run 'make test' on that new arch + * Mon Aug 18 2014 Fedora Release Engineering - 4.1-8.20130314 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild