[eclipse/f16] Add ExclusiveArch for RHEL.

Alexander Kurtakov akurtakov at fedoraproject.org
Fri Nov 25 18:45:52 UTC 2011


commit 4f6aefc8d120b09c8e71eb5dcb6f03926f28ef8c
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Fri Nov 25 20:45:38 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 8a15c84..799d9b8 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -23,7 +23,7 @@ Epoch:  1
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -70,6 +70,10 @@ BuildRequires: hamcrest >= 0:1.1-9.2
 BuildRequires: sat4j >= 2.3.0-1
 BuildRequires: objectweb-asm >= 3.3.1-1
 
+%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
@@ -550,6 +554,9 @@ rm -rf %{_bindir}/efj/
 %{_libdir}/%{name}/dropins/sdk
 
 %changelog
+* Fri Nov 25 2011 Alexander Kurtakov <akurtako at redhat.com> 1:3.7.1-5
+- Add ExclusiveArch for RHEL.
+
 * Thu Nov 17 2011 Roland Grunberg <rgrunber at redhat.com> 1:3.7.1-4
 - Remove efj folder before installing efj file.
 


More information about the scm-commits mailing list