diff options
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 |