[eclipse-cdt] Drop the ExclusiveArch it only complicates things and is growing too big with ppc64le and aarch64 to

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Jun 25 14:24:04 UTC 2014


commit 4e3680a150dc1f351e0a8a4ed223e082b003a811
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Jun 25 17:23:58 2014 +0300

    Drop the ExclusiveArch it only complicates things and is growing too big
    with ppc64le and aarch64 to be added.

 eclipse-cdt.spec |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec
index 3fc953b..0542f7c 100644
--- a/eclipse-cdt.spec
+++ b/eclipse-cdt.spec
@@ -31,7 +31,7 @@ Epoch: 1
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           %{?scl_prefix}eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        0.6.git20140506%{?dist}
+Release:        0.7.git20140506%{?dist}
 License:        EPL and CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -110,12 +110,6 @@ Requires:	%{?scl_prefix}eclipse-rse >= 3.4
 Requires:	%{?scl_prefix}eclipse-remote
 Requires: 	nekohtml >= 1.9.14
 
-%if 0%{?rhel} >= 6
-ExclusiveArch: %{ix86} x86_64
-%else
-ExclusiveArch: %{ix86} x86_64 ppc ia64 ppc64 %{arm} s390 s390x
-%endif
-
 %description
 Eclipse features and plugins that are useful for C and C++ development.
 
@@ -484,6 +478,9 @@ rm -rf $installDir/eclipse/binary
 %doc %{cdt_snapshot}/releng/org.eclipse.cdt.releng/notice.html
 
 %changelog
+* Wed Jun 25 2014 Alexander Kurtakov <akurtako at redhat.com> 1:8.4.0-0.7.git20140506
+- Drop the ExclusiveArch it only complicates things and is growing too big with ppc64le and aarch64 to be added.
+
 * Thu Jun 19 2014 Jeff Johnston <jjohnstn at redhat.com>  1:8.4.0-0.6.git20140506
 - Add desktop integration for standalone debugger executable
 


More information about the scm-commits mailing list