Author: nsantos
Date: Thu Jan 3 12:19:23 2008
New Revision: 608615
URL: http://svn.apache.org/viewvc?rev=608615&view=rev
Log:
limit builds to i386 and x86_64 archs
Modified:
incubator/qpid/trunk/qpid/cpp/qpidc.spec.in
Modified: incubator/qpid/trunk/qpid/cpp/qpidc.spec.in
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/qpidc.spec.in?rev=608615&r1=608614&r2=608615&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/qpidc.spec.in (original)
+++ incubator/qpid/trunk/qpid/cpp/qpidc.spec.in Thu Jan 3 12:19:23 2008
@@ -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 @@
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
@@ -152,6 +154,9 @@
/sbin/ldconfig
%changelog
+
+* Thu Jan 03 2008 Nuno Santos <[EMAIL PROTECTED]> - 0.2-16
+- limit builds to i386 and x86_64 archs
* Thu Jan 03 2008 Nuno Santos <[EMAIL PROTECTED]> - 0.2-15
- add ruby as a build dependency