[eclipse/f18] Remove a hack for building executable.

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Oct 24 11:34:53 UTC 2012


commit 0d3ec92fc36b6e42ea48684365cf23d9a99212be
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed Oct 24 13:31:16 2012 +0200

    Remove a hack for building executable.
    
    Conflicts:
    	eclipse.spec

 eclipse.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index ca57303..6281013 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -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 at redhat.com> 1:4.2.1-9
+- Remove a hack for building executable.
+
 * Tue Oct 23 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.1-8
 - Add profiles in the equinox executable for ppc and arm.
 


More information about the scm-commits mailing list