Another missing ppc64 fragment.

This commit is contained in:
Alexander Kurtakov 2009-08-07 16:21:31 +00:00
parent bb632b3e6c
commit b26d853df8
2 changed files with 26 additions and 2 deletions

View File

@ -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"/>
+
+ <plugin
+ id="org.eclipse.core.filesystem.linux.ppc64"
+ os="linux"
+ arch="ppc64"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
<plugin
id="org.eclipse.core.filesystem.linux.x86"

View File

@ -13,7 +13,6 @@ Epoch: 1
%define swtver 3.5.0.v3550
%define initialize 1
# All arches line up between Eclipse and Linux kernel names except i386 -> 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 <akurtako@redhat.com> 1:3.5.0-0.3.35
- Another missing ppc64 fragment.
* Fri Aug 7 2009 Alexander Kurtakov <akurtako@redhat.com> 1:3.5.0-0.3.34
- Fix missing fragment on ppc64.