[eclipse/f18] Do really fix the swt.jar (RHBZ#908112)

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Feb 6 08:44:28 UTC 2013


commit ef924f410656203f18b49d3ed49ce74fb44d2838
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed Feb 6 09:44:14 2013 +0100

    Do really fix the swt.jar (RHBZ#908112)

 eclipse.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index b95bcf7..adb8989 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -65,7 +65,7 @@ fi;
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_version}
-Release:        0.6.git20121217%{?dist}
+Release:        0.7.git20121217%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -904,7 +904,7 @@ pushd $RPM_BUILD_ROOT/%{_libdir}/%{name}
 pushd plugins
 SWT_JAR=`ls | grep swt.gtk`
 cd ${SWT_JAR}
-zip "../${SWT_JAR}.jar" *
+zip -r "../${SWT_JAR}.jar" *
 popd
     ln -s  %{_libdir}/%{name}/plugins/"${SWT_JAR}.jar" swt.jar
     ln -s  %{_libdir}/%{name}/plugins/"${SWT_JAR}.jar" swt-gtk.jar
@@ -1317,6 +1317,9 @@ rm -rf %{_bindir}/efj/
 %{_mavendepmapfragdir}/%{name}-equinox-osgi
 
 %changelog
+* Wed Feb 6 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.2-0.7.git20121217
+- Do really fix the swt.jar (RHBZ#908112)
+
 * Tue Feb 5 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.2.2-0.6.git20121217
 - Fix the generated swt.jar.
 


More information about the scm-commits mailing list