[eclipse-mylyn] Set noarch conditionally.

swagiaal swagiaal at fedoraproject.org
Fri Dec 2 16:55:04 UTC 2011


commit 586ceca469834e6fdc65eda06e4890f0994feb0f
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Fri Dec 2 11:34:18 2011 -0500

    Set noarch conditionally.

 eclipse-mylyn.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-mylyn.spec b/eclipse-mylyn.spec
index 564eeb2..3aca96c 100644
--- a/eclipse-mylyn.spec
+++ b/eclipse-mylyn.spec
@@ -14,9 +14,10 @@ URL: http://www.eclipse.org/mylyn
 Source0: eclipse-mylyn-R_3_6_4-fetched-src.tar.bz2
 Source1: fetch-eclipse-mylyn.sh
 
-BuildArch: noarch
 %if 0%{?rhel} >= 6
 ExclusiveArch: %{ix86} x86_64
+%else
+BuildArch: noarch
 %endif
 
 BuildRequires: java-devel >= 1.5.0
@@ -66,6 +67,9 @@ unzip -q -o -d %{buildroot}%{install_loc}/mylyn \
 %doc org.eclipse.mylyn-feature/license.html
 
 %changelog
+* Fri Dec 2 2011 Sami Wagiaalla <swagiaal at redhat.com> 3.6.4-2
+- Set noarch conditionally. 
+
 * Tue Nov 29 2011 Sami Wagiaalla <swagiaal at redhat.com> 3.6.4-2
 - Add ExclusiveArch: %{ix86} x86_64 for RHEL.
 


More information about the scm-commits mailing list