From 26ff54d117de4f2c7170cc2d84a423f56f3bf54a Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Sun, 23 Jul 2006 14:36:34 +0000 Subject: [PATCH] exclude jar not jar.so --- eclipse.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse.spec b/eclipse.spec index 63c8633..c84411e 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1140,9 +1140,9 @@ popd %if %{gcj_support} %ifarch ia64 # FIXME: auto get version number; tweak aot-compile-rpm to fix this -aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.team.cvs.core_3.2.0.M20060628.jar --exclude %{_datadir}/%[name}/plugins/org.eclipse.ant.ui_3.2.0.v20060531.jar.so +aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.team.cvs.core_3.2.0.M20060628.jar --exclude %{_datadir}/%[name}/plugins/org.eclipse.ant.ui_3.2.0.v20060531.jar %else -aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ant.ui_3.2.0.v20060531.jar.so +aot-compile-rpm --exclude %{_datadir}/%{name}/plugins/org.eclipse.ant.ui_3.2.0.v20060531.jar %endif %endif