diff --git a/eclipse.spec b/eclipse.spec index 651cdb8..9ff3992 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -513,6 +513,10 @@ rm -f plugins/org.junit_3.8.1/junit.jar # FIXME: temporarily remove org.eclipse.osgi_3.1.0.jar rm \ .%{_libdir}/%{name}/plugins/org.eclipse.osgi_%{eclipse_majmin}.%{eclipse_micro}.jar.so +# FIXME: temporarily remove org.eclipse.ui.workbench_3.1.0.jar.so +# see: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=151919 +rm \ + .%{_libdir}/%{name}/plugins/org.eclipse.ui.workbench_%{eclipse_majmin}.%{eclipse_micro}.jar.so pushd .%{_libdir}/%{name}/plugins/org.eclipse.jdt.core_3.1.0 gcj -O2 --main=org.eclipse.jdt.internal.compiler.batch.Main \ @@ -1066,8 +1070,9 @@ fi %{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_3.1.0 %changelog -* Wed Apr 19 2005 Ben Konrath 3.1.0_fc-0.M6.8 +* Thu Apr 21 2005 Ben Konrath 3.1.0_fc-0.M6.8 - Fix updatesite patch. +- Temporarily remove org.eclipse.ui.workbench_3.1.0.jar.so (r.c#151919) * Mon Apr 18 2005 Andrew Overholt 3.1.0_fc-0.M6.7 - Add %if %{gcj_support} blocks.