diff --git a/eclipse-add-ppc64-filesystem.patch b/eclipse-add-ppc64-filesystem.patch new file mode 100644 index 0000000..5d77ce1 --- /dev/null +++ b/eclipse-add-ppc64-filesystem.patch @@ -0,0 +1,19 @@ +--- ./features/org.eclipse.platform/feature.xml 2009-08-07 18:30:54.000000000 +0300 ++++ ./features/org.eclipse.platform/feature.xml 2009-08-07 18:50:29.043863537 +0300 +@@ -440,6 +440,16 @@ + version="0.0.0" + fragment="true" + unpack="false"/> ++ ++ + + x86 %ifarch %{ix86} %define eclipse_arch x86 @@ -30,7 +29,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 0.3.34%{?dist} +Release: 0.3.35%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -151,6 +150,8 @@ Patch47: %{name}-jdt_launch-customBuild.patch # https://bugs.eclipse.org/bugs/attachment.cgi?id=131060 Patch48: %{name}-swt-buildagainstxulrunner.patch +Patch49: %{name}-add-ppc64-filesystem.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ant BuildRequires: jpackage-utils >= 0:1.5, make, gcc @@ -388,6 +389,7 @@ sed --in-place "s|$swt_frag_ver_s390x|$swt_frag_ver|g" plugins/org.eclipse.swt.g %ifarch ppc64 %patch24 -p1 %patch28 +%patch49 %endif #%patch30 %patch31 -p1 @@ -1491,6 +1493,9 @@ fi #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source %changelog +* Fri Aug 7 2009 Alexander Kurtakov 1:3.5.0-0.3.35 +- Another missing ppc64 fragment. + * Fri Aug 7 2009 Alexander Kurtakov 1:3.5.0-0.3.34 - Fix missing fragment on ppc64.