diff --git a/eclipse.spec b/eclipse.spec index 2950307..a8dd14a 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: 0.3.26%{?dist} +Release: 0.3.27%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -926,12 +926,6 @@ popd sed --in-place "s|SDKProfile|PlatformProfile|" \ $RPM_BUILD_ROOT%{_libdir}/%{name}/configuration/config.ini -%ifarch ppc64 sparc sparcv9 sparc64 alpha ia64 -cp -p features/org.eclipse.platform/gtk/eclipse.ini $sdkDir -%endif - - - # Add a compatibility symlink to startup.jar pushd $sdkDir LAUNCHERNAME=$(ls plugins | grep equinox.launcher_) @@ -1491,6 +1485,9 @@ fi #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source %changelog +* Tue Aug 4 2009 Alexander Kurtakov 1:3.5.0-0.3.27 +- No need to copy eclipse.ini for secondary archs. + * Tue Aug 4 2009 Alexander Kurtakov 1:3.5.0-0.3.26 - eclipse/about_files are not installed on ppc for some reason.