- Do really fix the arm build.
- Add buildid in the about dialog.
This commit is contained in:
parent
fb07882322
commit
458c12139f
@ -369,8 +369,8 @@
|
||||
<profile>
|
||||
<id>build-native-launchers-win32.win32.x86_64</id>
|
||||
<activation>
|
||||
--- rt.equinox.framework/bundles/org.eclipse.equinox.executable/library/gtk/build.sh.bak 2012-11-20 07:45:12.580081610 -0500
|
||||
+++ rt.equinox.framework/bundles/org.eclipse.equinox.executable/library/gtk/build.sh 2012-11-20 07:49:33.792018170 -0500
|
||||
--- rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh.bak 2012-11-20 07:45:12.580081610 -0500
|
||||
+++ rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh 2012-11-20 07:49:33.792018170 -0500
|
||||
@@ -94,6 +94,11 @@
|
||||
defaultJava=DEFAULT_JAVA_EXEC
|
||||
OUTPUT_DIR="$EXEC_DIR/bin/$defaultWS/$defaultOS/$defaultOSArch"
|
||||
|
10
eclipse.spec
10
eclipse.spec
@ -51,7 +51,7 @@ fi;
|
||||
Summary: An open, extensible IDE
|
||||
Name: %{?scl_prefix}eclipse
|
||||
Version: %{eclipse_version}
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: EPL
|
||||
Group: Development/Tools
|
||||
URL: http://www.eclipse.org/
|
||||
@ -502,9 +502,9 @@ pushd eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.%{eclipse_
|
||||
popd
|
||||
|
||||
export GTK_VERSION=3.0
|
||||
mvn-rpmbuild clean verify \
|
||||
mvn-rpmbuild clean verify -P update-branding-plugins \
|
||||
-Dmaven.test.skip=true -Dnative=gtk.linux.%{eclipse_arch} -DskipTychoVersionCheck \
|
||||
-Dtycho.local.keepTarget
|
||||
-Dtycho.local.keepTarget -DbuildId=`echo "%{release}" | tr -d "."`
|
||||
|
||||
#symlink necessary plugins (that are provided by other packages)
|
||||
dependencies/./replace_platform_plugins_with_symlinks.sh \
|
||||
@ -1004,6 +1004,10 @@ fi
|
||||
%{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 2 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-10
|
||||
- Do really fix the arm build.
|
||||
- Add buildid in the about dialog.
|
||||
|
||||
* Thu Aug 1 2013 Krzysztof Daniel <kdaniel@redhat.com> 1:4.3.0-9
|
||||
- An attempt to fix the arm build.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user