Remove a hack for building executable.

Conflicts:
	eclipse.spec
This commit is contained in:
Krzysztof Daniel 2012-10-24 13:31:16 +02:00
parent a4d7865ece
commit 0d3ec92fc3

View File

@ -78,7 +78,7 @@ fi;
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_version}
Release: 8%{?dist}
Release: 9%{?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 <kdaniel@redhat.com> 1:4.2.1-9
- Remove a hack for building executable.
* Tue Oct 23 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-8
- Add profiles in the equinox executable for ppc and arm.