From 975f26fd3a450838d3d493788727e734366593c5 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Aug 13 2007 18:46:11 +0000 Subject: - Also explode SDK tarball on alpha - Resolves: #251958 --- diff --git a/eclipse.spec b/eclipse.spec index 82f9b9f..148e51f 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -19,7 +19,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 6%{?dist} +Release: 7%{?dist} License: Eclipse Public License Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -754,7 +754,7 @@ install -d -m 755 $RPM_BUILD_ROOT%{_libdir}/%{name}/features # Explode the resulting SDK tarball tar -C $RPM_BUILD_ROOT%{_datadir} -zxf result/linux-gtk-%{eclipse_arch}-sdk.tar.gz -%ifarch ppc64 s390 s390x sparc sparc64 +%ifarch ppc64 s390 s390x sparc sparc64 alpha cp launchertmp/eclipse $RPM_BUILD_ROOT%{_datadir}/eclipse cp features/org.eclipse.platform/gtk/eclipse.ini $RPM_BUILD_ROOT%{_datadir}/eclipse %endif @@ -1653,6 +1653,10 @@ fi %{_libdir}/%{name}/plugins/org.eclipse.sdk_* %changelog +* Mon Aug 13 2007 Oliver Falk 3.3.0-7 +- Also explode SDK tarball on alpha +- Resolves: #251958 + * Tue Aug 07 2007 Ben Konrath 3.3.0-6 - Add links for jsp api, servlet api and jasper. - Add %%{_libdir}/%%{name}/features to the rcp %%files listing.