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 | 37c9cfba5f08753a405498158cb763c928c4e752 (patch) | |
| tree | d7dd86399ecc3dc33c69c9a8c8367dabd95f43f1 /qpid/cpp | |
| parent | 3f7718e496ca209724d0b463fa0de2dd00f34518 (diff) | |
| download | qpid-python-37c9cfba5f08753a405498158cb763c928c4e752.tar.gz | |
limit builds to i386 and x86_64 archs
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@608615 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/qpidc.spec.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/qpid/cpp/qpidc.spec.in b/qpid/cpp/qpidc.spec.in index 80b9ac6dfa..6c5d2f2cae 100644 --- a/qpid/cpp/qpidc.spec.in +++ b/qpid/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 |
