[eclipse-mylyn-context] Set noarch conditionally.

swagiaal swagiaal at fedoraproject.org
Fri Dec 2 21:10:09 UTC 2011


commit b4890916b525bd34a99cf32fe285d614d7f0480a
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Fri Dec 2 13:53:02 2011 -0500

    Set noarch conditionally.

 eclipse-mylyn-context.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-mylyn-context.spec b/eclipse-mylyn-context.spec
index 5c77d99..e78c112 100644
--- a/eclipse-mylyn-context.spec
+++ b/eclipse-mylyn-context.spec
@@ -14,13 +14,14 @@
 Name: eclipse-mylyn-context
 Summary: Eclipse Mylyn context specific features
 Version: 3.6.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: EPL
 URL: http://www.eclipse.org/mylyn
 
-BuildArch: noarch
 %if 0%{?rhel} >= 6
 ExclusiveArch: %{ix86} x86_64
+%else
+BuildArch: noarch
 %endif
 
 Source0: http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.context.git/snapshot/R_3_6_4.tar.bz2
@@ -177,6 +178,9 @@ unzip -q -o -d %{buildroot}%{install_loc}/mylyn-cdt \
 %doc org.eclipse.mylyn.team-feature/epl-v10.html
 
 %changelog
+* Fri Dec 2 2011 Sami Wagiaalla <swagiaal at redhat.com> 3.6.4-3
+- Set noarch conditionally.
+
 * Wed Nov 30 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