From e37a1cd0ef6b54ee02a648ecbe30fd8ed6c1e582 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Oct 17 2008 10:16:51 +0000 Subject: Fix swt symlinks in %%libdir/eclipse. --- diff --git a/eclipse.spec b/eclipse.spec index 542403f..e1c4c85 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -1032,6 +1032,7 @@ pushd $RPM_BUILD_ROOT%{_libdir}/%{name} for lib in $(find configuration -name libswt\*.so); do ln -s $lib `basename $lib` done +popd # Ensure the shared libraries have the correct permissions pushd $RPM_BUILD_ROOT%{_libdir}/%{name} @@ -1530,6 +1531,9 @@ fi #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source %changelog +* Fri Oct 16 2008 Alexander Kurtakov 3.4.1-3 +- Fix swt symlinks in %%libdir/eclipse. + * Thu Oct 16 2008 Alexander Kurtakov 3.4.1-2 - Fix quoting bug in pdebuild.sh.