[python-pivy/el6] specfile: Exclude ppc arches for el6 build

John Morris zultron at fedoraproject.org
Thu Oct 18 17:49:41 UTC 2012


commit 9bd3910b7386d473861e01118646c21a9699a808
Author: John Morris <john at zultron.com>
Date:   Thu Oct 18 12:49:24 2012 -0500

    specfile:  Exclude ppc arches for el6 build

 python-pivy.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-pivy.spec b/python-pivy.spec
index 786f468..4da4da2 100644
--- a/python-pivy.spec
+++ b/python-pivy.spec
@@ -3,7 +3,7 @@
 
 Name:           python-pivy
 Version:        0.5.0
-Release:        4.%{checkout}%{?dist}
+Release:        5.%{checkout}%{?dist}
 Summary:        Python binding for Coin
 
 License:        ISC
@@ -14,6 +14,8 @@ URL:            http://pivy.coin3d.org/
 # $ hg archive Pivy-0.5.0-hg609.tar.gz
 Source0:        %{realname}-%{version}-%{checkout}.tar.gz
 
+ExcludeArch:    ppc ppc64
+
 BuildRequires:  python2-devel
 BuildRequires:  Coin2-devel
 BuildRequires:  SoQt-devel
@@ -62,6 +64,9 @@ chmod +x %{buildroot}%{python_sitearch}/pivy/sogui.py
 
 
 %changelog
+* Thu Oct 18 2012 John Morris <john at zultron.com> - 0.5.0-5.hg609%{?dist}
+- Exclude ppc arches for el6 build
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.0-4.hg609
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list