rpms/qpidc/devel qpidc.spec,1.10,1.11

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Thu Jan 3 19:22:25 UTC 2008


Author: nsantos

Update of /cvs/extras/rpms/qpidc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17259

Modified Files:
	qpidc.spec 
Log Message:
limit builds to i386 and x86_64 archs


Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/qpidc.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- qpidc.spec	3 Jan 2008 18:49:45 -0000	1.10
+++ qpidc.spec	3 Jan 2008 19:21:46 -0000	1.11
@@ -5,7 +5,7 @@
 
 Name:           qpidc
 Version:        0.2
-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:        http://rhm.et.redhat.com/download/%{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 @@
 
 %changelog
 
+* Thu Jan 03 2008 Nuno Santos <nsantos at redhat.com> - 0.2-16
+- limit builds to i386 and x86_64 archs
+
 * Thu Jan 03 2008 Nuno Santos <nsantos at redhat.com> - 0.2-15
 - add ruby as a build dependency
 




More information about the fedora-extras-commits mailing list