[java-sig-commits] [icu4j/f16] Add ExclusiveArch for rhel.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Nov 30 16:48:10 UTC 2011


commit aadcafb158ac116d52235c6733a5ba4d00a38476
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Wed Nov 30 18:47:27 2011 +0200

    Add ExclusiveArch for rhel.

 icu4j.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/icu4j.spec b/icu4j.spec
index 91a7420..1d38200 100644
--- a/icu4j.spec
+++ b/icu4j.spec
@@ -42,7 +42,7 @@
 
 Name:           icu4j
 Version:        4.4.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Epoch:          1
 Summary:        International Components for Unicode for Java
 License:        MIT and EPL 
@@ -73,6 +73,9 @@ Requires:       java >= 1:1.6.0
 %if %{with_eclipse}
 BuildRequires:  eclipse-pde >= 0:3.2.1
 %global         debug_package %{nil}
+%if 0%{?rhel} >= 6
+ExclusiveArch: %{ix86} x86_64
+%endif
 %else
 BuildArch:      noarch
 %endif
@@ -185,6 +188,9 @@ cp %{name}-4.4.2.pom $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
 %endif
 
 %changelog
+* Wed Nov 30 2011 Alexander Kurtakov <akurtako at redhat.com> 1:4.4.2-5
+- Add ExclusiveArch for rhel.
+
 * Tue Nov 15 2011 Alexander Kurtakov <akurtako at redhat.com> 1:4.4.2-4
 - Add proper manifest to the jar in the main package.
 


More information about the java-sig-commits mailing list