From 082488e8d2553f5d8098ded8839ae20ec2fb4bed Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Apr 28 2009 11:01:46 +0000 Subject: - we currently don't have eclipse on mainframe, disable eclipse stuff for s390 and s390x even though that means that we can't use noarch --- diff --git a/icu4j.spec b/icu4j.spec index 95a8d55..9d86895 100644 --- a/icu4j.spec +++ b/icu4j.spec @@ -31,7 +31,9 @@ # If you want to build with eclipse support # give rpmbuild option '--with eclipse' +%ifnarch s390 s390x %define _with_eclipse 1 +%endif %define with_eclipse %{?_with_eclipse:1}%{!?_with_eclipse:0} %define without_eclipse %{!?_with_eclipse:1}%{?_with_eclipse:0} @@ -50,7 +52,7 @@ Name: icu4j Version: 3.8.1 -Release: 5%{?dist} +Release: 5%{?dist}.1 Epoch: 0 Summary: International Components for Unicode for Java License: MIT and EPL @@ -80,8 +82,8 @@ Requires: java >= 1:1.6.0 %if %{with_eclipse} BuildRequires: eclipse-pde >= 0:3.2.1 %define debug_package %{nil} -%else -BuildArch: noarch +#else +#BuildArch: noarch %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -189,6 +191,11 @@ unzip -qq -d %{buildroot}/%{eclipse_base} eclipseProjects/ICU4J.com.ibm.icu/com. %endif %changelog +* Tue Apr 28 2009 Karsten Hopp 3.8.1-5.1 +- we currently don't have eclipse on mainframe, disable + eclipse stuff for s390 and s390x even though that means that we can't + use noarch + * Tue Feb 24 2009 Fedora Release Engineering - 0:3.8.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild