From 55afd257697389d1ab6fe8d93bf569e4675af0dc Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Oct 23 2008 16:35:39 +0000 Subject: Use our own splash. --- diff --git a/eclipse.spec b/eclipse.spec index 021559a..95e163d 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -30,7 +30,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 4%{?dist} +Release: 5%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -964,6 +964,9 @@ cp -p features/org.eclipse.platform/gtk/eclipse.ini.patched \ $sdkDir/eclipse.ini # We have /usr/share/eclipse/dropins in eclipse.ini sed -i "s|/usr/share|%{_datadir}|" $sdkDir/eclipse.ini +# Use our own splash +sed -i "s|org.eclipse.platform|org.fedoraproject.ide.platform|" $sdkDir/eclipse.ini + # Add a compatibility symlink to startup.jar pushd $sdkDir @@ -1531,6 +1534,9 @@ fi #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source %changelog +* Thu Oct 23 2008 Alexander Kurtakov 3.4.1-5 +- Fix splashscreen (#467259). + * Fri Oct 17 2008 Andrew Overholt 3.4.1-4 - Fix quoting bug in pdebuild.sh again.