[eclipse] Fix the /usr/lib/java/swt.jar symlink.

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Feb 27 13:25:39 UTC 2013


commit 28edf38a5c2aaafd55a66086ddd4ce4151156021
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed Feb 27 14:25:29 2013 +0100

    Fix the /usr/lib/java/swt.jar symlink.

 eclipse.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 852292b..99f0d69 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -55,7 +55,7 @@ fi;
 Summary:        An open, extensible IDE
 Name:           %{?scl_prefix}eclipse
 Version:        %{eclipse_version}
-Release:        0.18.git3fd9eca%{?dist}
+Release:        0.19.git3fd9eca%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -645,7 +645,7 @@ popd
     ln -s  %{_libdir}/%{pkg_name}/plugins/"${SWT_JAR}.jar" swt.jar
     ln -s  %{_libdir}/%{pkg_name}/plugins/"${SWT_JAR}.jar" swt-gtk.jar
 	mkdir -p ../../lib/java
-	ln -s ../%{pkg_name}/swt.jar ../../lib/java/swt.jar
+	ln -s  %{_libdir}/%{pkg_name}/swt.jar ../../lib/java/swt.jar
 popd
 
 #eclipse ini
@@ -1013,6 +1013,9 @@ echo "pushd %{_javadir}/eclipse-testing;./runtests.sh -os linux -ws gtk -arch %{
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
 
 %changelog
+* Wed Feb 27 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.19.git3fd9eca
+- Fix the /usr/lib/java/swt.jar symlink.
+
 * Wed Feb 27 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.18.git3fd9eca
 - Add support for jetty 9 (still disabled).
 


More information about the scm-commits mailing list