From 1c24280f475e721831f9ee2e4fac944abf138bda Mon Sep 17 00:00:00 2001 From: Igor Foox Date: Feb 17 2006 22:05:00 +0000 Subject: - Added patch for ppc64. --- diff --git a/eclipse.spec b/eclipse.spec index 3484422..7c0f180 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -22,7 +22,7 @@ Epoch: 1 Summary: %{pkg_summary} Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 1jpp_9fc +Release: 1jpp_10fc License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -111,6 +111,9 @@ Patch47: %{name}-launcher-link.patch Patch48: %{name}-javadoclinks.patch # Always generate debug info when building RPMs (Andrew Haley) Patch49: %{name}-ecj-rpmdebuginfo.patch +# Add support for ppc64: +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172172 +Patch51: %{name}-ppc64.patch %if %{gcj_support} ExcludeArch: s390 s390x @@ -433,6 +436,8 @@ pushd plugins/org.eclipse.platform.doc.isv sed --in-place "s:/usr/share/:%{_datadir}/:g" platformOptions popd %patch49 -p0 +pwd +%patch51 -p0 %if %{gcj_support} # Fedora splash screen. @@ -1279,6 +1284,9 @@ fi %{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_%{version} %changelog +* Fri Feb 17 2006 Igor Foox - 1:3.1.2-1jpp_10fc +- Added patch for ppc64. + * Fri Feb 17 2006 Igor Foox - 1:3.1.2-1jpp_9fc - Try build on ppc64.