Remove a hack for building executable.

This commit is contained in:
Krzysztof Daniel 2012-10-23 11:32:50 +02:00
parent 9929ce368c
commit b17e6a35bc

View File

@ -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 <kdaniel@redhat.com> 1:4.2.1-8
- Remove a hack for building executable.
* Tue Oct 23 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-7
- Add profiles in the equinox executable for ppc and arm.