commit abe5f527fe14cb0c6c4523ab4f062b524c6c70f3 Author: Karsten Hopp karsten@redhat.com Date: Sat Jun 11 13:13:42 2011 +0200
add exclusivearch, buildrequirement tbb is only available on ia64, x86 and x86_64
perl-threads-tbb.spec | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) --- diff --git a/perl-threads-tbb.spec b/perl-threads-tbb.spec index 2214cc8..8f587cc 100644 --- a/perl-threads-tbb.spec +++ b/perl-threads-tbb.spec @@ -1,7 +1,7 @@ # This file is licensed under the terms of GPLv2+. Name: perl-threads-tbb Version: 0.02 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interface to the Threading Building Blocks (TBB) API License: GPL+ or Artistic Group: Development/Libraries @@ -23,6 +23,7 @@ BuildRequires: perl(Time::HiRes) BuildRequires: perl(XSLoader) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(ExtUtils::XSpp) >= 0.01 +ExclusiveArch: %{ix86} x86_64 ia64
%{?perl_default_filter}
@@ -58,6 +59,9 @@ make test %{_mandir}/man3/*
%changelog +* Sat Jun 11 2011 Karsten Hopp karsten@redhat.com 0.02-2 +- add exclusivearch, buildrequirement tbb is only available on ia64, x86 and x86_64 + * Tue May 10 2011 Petr Pisar ppisar@redhat.com 0.02-1 - Specfile autogenerated by cpanspec 1.78. - Remove BuildRoot stuff
perl-devel@lists.fedoraproject.org