From b17e6a35bc997a69b118e0a2422a6fb9202e5985 Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Oct 23 2012 09:32:50 +0000 Subject: Remove a hack for building executable. --- diff --git a/eclipse.spec b/eclipse.spec index e205505..9a4f5d8 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -78,7 +78,7 @@ fi; Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_version} -Release: 7%{?dist} +Release: 8%{?dist} License: EPL Group: Development/Tools URL: http://www.eclipse.org/ @@ -566,7 +566,6 @@ sed -i -e "s/1407/1503/" rt.equinox.framework/launcher-binary-parent/pom.xml sed -i -e "s/1500/1503/" rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.%{eclipse_arch}/pom.xml #hack - there should be a patch providing a profile for each arch -sed -i -e "s/x86_64/%{eclipse_arch}/" rt.equinox.framework/bundles/org.eclipse.equinox.executable/pom.xml mkdir -p rt.equinox.framework/bundles/org.eclipse.equinox.executable/bin/gtk/linux/%{eclipse_arch} %build @@ -1409,6 +1408,9 @@ rm -rf %{_bindir}/efj/ %{_mavendepmapfragdir}/%{name}-equinox-osgi %changelog +* Tue Oct 23 2012 Krzysztof Daniel 1:4.2.1-8 +- Remove a hack for building executable. + * Tue Oct 23 2012 Krzysztof Daniel 1:4.2.1-7 - Add profiles in the equinox executable for ppc and arm.