[eclipse] Fix SWT symlink in %%{_libdir} (rhbz#715470)

Andrew Overholt overholt at fedoraproject.org
Fri Jun 24 12:46:39 UTC 2011


commit 31947491d1b63c6c5cb835915d99a95a3e3651f3
Author: Andrew Overholt <overholt at redhat.com>
Date:   Fri Jun 24 08:46:01 2011 -0400

    Fix SWT symlink in %%{_libdir} (rhbz#715470)

 eclipse.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 4eea599..794f87c 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -23,7 +23,7 @@ Epoch:  1
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        1.1%{?dist}
+Release:        1.2%{?dist}
 License:        EPL
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -260,7 +260,7 @@ echo "-XX:CompileCommand=exclude,org/python/pydev/ui/filetypes/FileTypesPreferen
 
 # SWT JAR symlink in libdir
 pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
-ln -s ../%{name}/swt-gtk-%{eclipse_majmin}.%{eclipse_micro}.jar ../java/swt.jar
+ln -s ../%{name}/swt.jar ../java/swt.jar
 popd
 
 # A sanity check.
@@ -556,6 +556,9 @@ fi
 %{_libdir}/%{name}/dropins/sdk
 
 %changelog
+* Fri Jun 24 2011 Andrew Overholt <overholt at redhat.com> 1:3.7.0-1.2
+- Fix SWT symlink in %%{_libdir} (rhbz#715470)
+
 * Sun Jun 19 2011 Chris Aniszczyk <zx at redhat.com> 1:3.7.0-1.1
 - Fix upload of e-b snapshot
 


More information about the scm-commits mailing list