[eclipse] Add ExclusiveArch for RHEL.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Nov 25 18:46:47 UTC 2011


commit 5ffafab5970d5c1e0aaad8a9600bbdd735ded1c5
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Fri Nov 25 20:42:15 2011 +0200

    Add ExclusiveArch for RHEL.

 eclipse.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 5be6fc6..decfd3e 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -16,7 +16,7 @@ Epoch:  1
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        5%{?dist}
+Release:        6%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -65,6 +65,10 @@ BuildRequires: sat4j >= 2.3.0-1
 BuildRequires: objectweb-asm >= 3.3.1-1
 BuildRequires: zip
 
+%if 0%{?rhel} >= 6
+ExclusiveArch: %{ix86} x86_64
+%endif
+
 %description
 The Eclipse platform is designed for building integrated development
 environments (IDEs), server-side applications, desktop applications, and
@@ -643,6 +647,9 @@ rm -rf %{_bindir}/efj/
 %{_libdir}/%{name}/dropins/sdk
 
 %changelog
+* Fri Nov 25 2011 Alexander Kurtakov <akurtako at redhat.com> 1:3.7.1-6
+- Add ExclusiveArch for RHEL.
+
 * Fri Nov 25 2011 Roland Grunberg <rgrunber at redhat.com> 1:3.7.1-5
 - (Re-apply) Upgrade to Tomcat 7 Jasper.
 - Include org.eclipse.jdt.core as part of platform to avoid cyclic


More information about the scm-commits mailing list