[eclipse-ptp/el6: 4/4] Limit to x86 - no eclipse-cdt on ppc64 for el6

Orion Poplawski orion at fedoraproject.org
Tue Sep 6 17:14:03 UTC 2011


commit 718c3a1376a7ba38d319e7fb5038e07914e9a226
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Sep 6 11:13:44 2011 -0600

    Limit to x86 - no eclipse-cdt on ppc64 for el6

 eclipse-ptp.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-ptp.spec b/eclipse-ptp.spec
index 417baf6..108bdc4 100644
--- a/eclipse-ptp.spec
+++ b/eclipse-ptp.spec
@@ -12,7 +12,7 @@ Summary:        Eclipse Parallel Tools Platform
 Name:           eclipse-ptp
 # Be sure to update photran version if needed
 Version:        %{ptpver}
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/ptp
@@ -37,6 +37,7 @@ BuildRequires:  ws-jaxme
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 BuildArch:      noarch
+ExclusiveArch: %{ix86} x86_64
 
 Requires:       eclipse-cdt >= %{cdtreq}
 # Pulled in by rdt.remotetools being in ptp main
@@ -411,6 +412,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Tue Sep 6 2011 Orion Poplawski <orion at cora.nwra.com> - 5.0.1-2.1
+- Limit to x86 - no eclipse-cdt on ppc64 for el6
+
 * Tue Sep 6 2011 Orion Poplawski <orion at cora.nwra.com> - 5.0.1-2
 - Fixup some dependencies
 


More information about the scm-commits mailing list