Temporarily remove org.eclipse.ui.workbench_3.1.0.jar.so (r.c#151919)

This commit is contained in:
Ben Konrath 2005-04-21 04:10:02 +00:00
parent 4bcf195580
commit 22389803f1
1 changed files with 6 additions and 1 deletions

View File

@ -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 <bkonrath@redhat.com> 3.1.0_fc-0.M6.8
* Thu Apr 21 2005 Ben Konrath <bkonrath@redhat.com> 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 <overholt@redhat.com> 3.1.0_fc-0.M6.7
- Add %if %{gcj_support} blocks.