diff --git a/eclipse.spec b/eclipse.spec index bddb5cf..bf3684a 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1303,7 +1303,12 @@ rm $RPM_BUILD_ROOT%{_datadir}/%{name}/plugins/org.apache.ant_$ANTPLUGINVERSION/b # exclude org.eclipse.ui.ide to work around # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175547 UIIDEPLUGINVERSION=$(ls plugins | grep ui.ide_ | sed 's/org.eclipse.ui.ide_//') -aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ui.ide_$UIIDEPLUGINVERSION +%ifnarch ia64 +aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ui.ide_$UIIDEPLUGINVERSION +%else +aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ui.ide_$UIIDEPLUGINVERSION \ + --exclude %{_datadir}/%{name}/plugins/com.jcraft.jsch_0.1.28.jar +%endif %endif %clean @@ -1701,8 +1706,9 @@ fi %{_libdir}/%{name}/plugins/org.eclipse.sdk_* %changelog -* Wed Jan 03 2007 Ben Konrath 3.2.1-27 +* Fri Jan 05 2007 Ben Konrath 3.2.1-27 - Use /g in tomcat version replacement. +- Disable com.jcraft.jsch_0.1.28.jar on ia64. * Tue Dec 19 2006 Ben Konrath 3.2.1-26 - Use sed instead of patch for tomcat version.