diff --git a/eclipse.spec b/eclipse.spec index 26324bb..14d4c49 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -424,6 +424,9 @@ rm -f plugins/org.apache.ant/lib/ant-xslp.jar # BEGIN LUCENE ## ln -sf %{_javadir}/lucene.jar plugins/org.apache.lucene/lucene-1.4.3.jar ln -sf %{_datadir}/lucene/lucene-demos-1.4.3.jar plugins/org.apache.lucene/parser.jar +# FIXME: Remove this zip until we have a lucene-devel package containing it. +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=170343 +rm -f plugins/org.apache.lucene_*/lucene-1.4.3-src.zip # END LUCENE ## ln -sf %{_javadir}/jsch.jar plugins/org.eclipse.team.cvs.ssh2/jsch-0.1.18.jar ## BEGIN TOMCAT ## @@ -788,6 +791,9 @@ rm -f plugins/org.apache.ant_*/lib/ant-xslp.jar # BEGIN LUCENE ## ln -sf %{_javadir}/lucene.jar plugins/org.apache.lucene_*/lucene-1.4.3.jar ln -sf %{_datadir}/lucene/lucene-demos-1.4.3.jar plugins/org.apache.lucene_*/parser.jar +# FIXME: Remove this zip until we have a lucene-devel package containing it. +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=170343 +rm -f plugins/org.apache.lucene_*/lucene-1.4.3-src.zip # END LUCENE ## ln -sf %{_javadir}/jsch.jar plugins/org.eclipse.team.cvs.ssh2_*/jsch-0.1.18.jar ## BEGIN TOMCAT ## @@ -1160,6 +1166,7 @@ fi - Remove MOZILLA_FIVE_HOME magic from eclipse.script. - Remove jdtCompilerAdapter.jar due to aot-compile-rpm smarts. - Bump gcc and java-gcj-compat requirements. +- Remove lucene-1.4.3-src.zip (rh#170343). * Wed Aug 24 2005 Andrew Overholt 3.1.0_fc-14 - /usr/lib -> %{_libdir} in eclipse.script (rh#159031).