From b22a5d061393e6a41608ee24e2a515191fd277ff Mon Sep 17 00:00:00 2001 From: Nuno Santos Date: Thu, 3 Jan 2008 20:19:23 +0000 Subject: limit builds to i386 and x86_64 archs git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@608615 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/qpidc.spec.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/qpidc.spec.in b/cpp/qpidc.spec.in index 80b9ac6dfa..6c5d2f2cae 100644 --- a/cpp/qpidc.spec.in +++ b/cpp/qpidc.spec.in @@ -5,7 +5,7 @@ Name: @PACKAGE@ Version: @VERSION@ -Release: 15%{?dist} +Release: 16%{?dist} Summary: Libraries for Qpid C++ client applications Group: System Environment/Libraries License: Apache Software License @@ -13,6 +13,8 @@ URL: @URL@ Source0: @DOWNLOAD_URL@/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +ExclusiveArch: i386 x86_64 + BuildRequires: boost-devel BuildRequires: cppunit-devel BuildRequires: doxygen @@ -153,6 +155,9 @@ fi %changelog +* Thu Jan 03 2008 Nuno Santos - 0.2-16 +- limit builds to i386 and x86_64 archs + * Thu Jan 03 2008 Nuno Santos - 0.2-15 - add ruby as a build dependency -- cgit v1.2.1