diff options
author | Nuno Santos <nsantos@apache.org> | 2008-01-03 20:19:23 +0000 |
---|---|---|
committer | Nuno Santos <nsantos@apache.org> | 2008-01-03 20:19:23 +0000 |
commit | b22a5d061393e6a41608ee24e2a515191fd277ff (patch) | |
tree | c32c874eb35726b14a49f2bd77856066a13f081e /cpp | |
parent | e5346df0eec897bf3457e7ca9749a8f5842dc5a6 (diff) | |
download | qpid-python-b22a5d061393e6a41608ee24e2a515191fd277ff.tar.gz |
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
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/qpidc.spec.in | 7 |
1 files changed, 6 insertions, 1 deletions
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 <nsantos@redhat.com> - 0.2-16 +- limit builds to i386 and x86_64 archs + * Thu Jan 03 2008 Nuno Santos <nsantos@redhat.com> - 0.2-15 - add ruby as a build dependency |