[eclipse-birt] Add ExclusiveArch for RHEL.

Andrew Overholt overholt at fedoraproject.org
Sat Dec 3 00:09:37 UTC 2011


commit 017d55f7fb2ad7d0b15c850f4ab3255a02cefb1e
Author: Andrew Overholt <overholt at redhat.com>
Date:   Fri Dec 2 19:09:21 2011 -0500

    Add ExclusiveArch for RHEL.

 eclipse-birt.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-birt.spec b/eclipse-birt.spec
index ce7700d..20f1c6b 100644
--- a/eclipse-birt.spec
+++ b/eclipse-birt.spec
@@ -3,7 +3,7 @@
 
 Name:      eclipse-birt
 Version:   3.7.0
-Release:   4%{?dist}
+Release:   5%{?dist}
 Summary:   Eclipse-based reporting system
 Group:     System Environment/Libraries
 License:   EPL
@@ -17,7 +17,11 @@ Source2:   %{name}-fedora-data-feature.tar.bz2
 Patch0:    birt-remove-smil.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+%if 0%{?rhel} >= 6
+ExclusiveArch: %{ix86} x86_64
+%else
 BuildArch:        noarch
+%endif
 
 BuildRequires:    java-devel 
 BuildRequires:    jpackage-utils
@@ -155,6 +159,9 @@ rm -rf %{buildroot}
 %doc features/org.eclipse.birt.data.fedora.feature/epl-v10.html
 
 %changelog
+* Fri Dec 2 2011 Andrew Overholt <overholt at redhat.com> 3.7.0-5
+- Add ExclusiveArch for RHEL.
+
 * Thu Jul 14 2011 Andrew Overholt <overholt at redhat.com> 3.7.0-4
 - Downgrade EMF and GEF Requires until we get those versions into Fedora.
 


More information about the scm-commits mailing list