rpms/icu4j/F-11 icu4j.spec,1.16,1.17

Karsten Hopp karsten at fedoraproject.org
Tue Apr 28 11:02:17 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/icu4j/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13580

Modified Files:
	icu4j.spec 
Log Message:
- 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



Index: icu4j.spec
===================================================================
RCS file: /cvs/extras/rpms/icu4j/F-11/icu4j.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- icu4j.spec	25 Feb 2009 06:45:34 -0000	1.16
+++ icu4j.spec	28 Apr 2009 11:01:46 -0000	1.17
@@ -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
 %endif
 
 %changelog
+* Tue Apr 28 2009 Karsten Hopp <karsten at redhat.com> 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 <rel-eng at lists.fedoraproject.org> - 0:3.8.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list