From 1a1736b24bdc4b1f41fb925e096bd5d358697def Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Sat, 5 Jan 2013 17:26:47 +0100 Subject: [PATCH] Fix missing about files on arm and ppc. --- eclipse-secondary-arches.patch | 60 ++++++++++++++++++++++++++++++++++ eclipse.spec | 5 ++- 2 files changed, 64 insertions(+), 1 deletion(-) diff --git a/eclipse-secondary-arches.patch b/eclipse-secondary-arches.patch index a1c5e5d..028210a 100644 --- a/eclipse-secondary-arches.patch +++ b/eclipse-secondary-arches.patch @@ -443,3 +443,63 @@ *) echo "*** Unknown MODEL <${MODEL}>" ;; +--- eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties.bak 2013-01-04 10:10:25.000000000 +0100 ++++ eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties 2013-01-05 15:59:10.250002296 +0100 +@@ -29,6 +29,10 @@ + root.linux.gtk.x86.permissions.755=libcairo-swt.so,eclipse + root.linux.gtk.ppc64=target/resources/linux.gtk.ppc64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc64 + root.linux.gtk.ppc64.permissions.755=eclipse ++root.linux.gtk.ppc=target/resources/linux.gtk.ppc,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc ++root.linux.gtk.ppc.permissions.755=eclipse ++root.linux.gtk.arm=target/resources/linux.gtk.arm,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/arm ++root.linux.gtk.arm.permissions.755=eclipse + root.linux.gtk.x86_64=target/resources/linux.gtk.x86_64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64 + root.linux.gtk.x86_64.permissions.755=libcairo-swt.so,eclipse + root.linux.gtk.s390x=target/resources/linux.gtk.s390x,../../rt.equinox.binaries/org.eclipse.equinox.executable/contributed/gtk/linux/s390x +--- eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml.bak 2013-01-05 16:00:33.000000000 +0100 ++++ eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml 2013-01-05 16:41:39.390622453 +0100 +@@ -79,6 +79,44 @@ + + + ++ copy-resources-gtk.linux.ppc ++ validate ++ ++ copy-resources ++ ++ ++ ${basedir}/target/resources/linux.gtk.ppc ++ ++ ++ ../../eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc ++ ++ about_files/* ++ about.html ++ ++ ++ ++ ++ ++ ++ copy-resources-gtk.linux.arm ++ validate ++ ++ copy-resources ++ ++ ++ ${basedir}/target/resources/linux.gtk.arm ++ ++ ++ ../../eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.arm ++ ++ about_files/* ++ about.html ++ ++ ++ ++ ++ ++ + copy-resources-gtk.linux.s390 + validate + diff --git a/eclipse.spec b/eclipse.spec index 710b5f5..a629e29 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -65,7 +65,7 @@ fi; Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_version} -Release: 0.2.git20121217%{?dist} +Release: 0.3.git20121217%{?dist} License: EPL Group: Development/Tools URL: http://www.eclipse.org/ @@ -1350,6 +1350,9 @@ rm -rf %{_bindir}/efj/ %{_mavendepmapfragdir}/%{name}-equinox-osgi %changelog +* Sat Jan 5 2013 Krzysztof Daniel 1:4.2.2-0.3.git20121217 +- Fix missing about files on arm and ppc. + * Wed Jan 2 2013 Krzysztof Daniel 1:4.2.2-0.2.git20121217 - Enable bootstrap (for the purpose of arm build). - Fix the launcher build for arm.