rpms/icu4j/devel icu4j.spec,1.14,1.15

Ville Skyttä scop at fedoraproject.org
Wed Oct 8 16:36:27 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/icu4j/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15788

Modified Files:
	icu4j.spec 
Log Message:
* Wed Oct  8 2008 Ville Skyttä <ville.skytta at iki.fi> - 0:3.8.1-4
- Disable debuginfo package when built with Eclipse support, change to
  noarch when built without it (#464017).



Index: icu4j.spec
===================================================================
RCS file: /cvs/pkgs/rpms/icu4j/devel/icu4j.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- icu4j.spec	28 Aug 2008 19:50:22 -0000	1.14
+++ icu4j.spec	8 Oct 2008 16:35:57 -0000	1.15
@@ -50,7 +50,7 @@
 
 Name:           icu4j
 Version:        3.8.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Epoch:          0
 Summary:        International Components for Unicode for Java
 License:        MIT and EPL 
@@ -79,6 +79,9 @@
 Requires:       java >= 1:1.6.0
 %if %{with_eclipse}
 BuildRequires:  eclipse-pde >= 0:3.2.1
+%define         debug_package %{nil}
+%else
+BuildArch:      noarch
 %endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -186,6 +189,10 @@
 %endif
 
 %changelog
+* Wed Oct  8 2008 Ville Skyttä <ville.skytta at iki.fi> - 0:3.8.1-4
+- Disable debuginfo package when built with Eclipse support, change to
+  noarch when built without it (#464017).
+
 * Mon Aug 11 2008 Andrew Overholt <overholt at redhat.com> 3.8.1-3
 - Get rid of eclipse_name macro
 - Rebuild with Eclipse 3.4 and put into Eclipse stuff into




More information about the scm-commits mailing list