diff --git a/eclipse.spec b/eclipse.spec index 5f3e15d..21c8a3b 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -10,7 +10,7 @@ Epoch: 1 %define eclipse_minor 5 %define eclipse_majmin %{eclipse_major}.%{eclipse_minor} %define eclipse_micro 0 -%define swtver 3.5.0.v3538 +%define swtver 3.5.0.v3539 %define initialize 1 # All arches line up between Eclipse and Linux kernel names except i386 -> x86 @@ -29,7 +29,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 0.2.1%{?dist} +Release: 0.2.2%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -398,14 +398,18 @@ find features/org.eclipse.equinox.executable -type f -name eclipse | xargs rm SWT_MAJ_VER=$(grep maj_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =) SWT_MIN_VER=$(grep min_ver plugins/org.eclipse.swt/Eclipse\ SWT/common/library/make_common.mak | cut -f 2 -d =) SWT_VERSION=$SWT_MAJ_VER$SWT_MIN_VER -swt_frag_ver=$(grep v$SWT_VERSION plugins/org.eclipse.swt.gtk.linux.x86/build.xml | sed "s:.*<.*\"\(.*\)\"/>:\1:") -swt_frag_ver_s390x=$(grep "version\.suffix\" value=" plugins/org.eclipse.swt.gtk.linux.s390x/build.xml | sed "s:.*<.*\"\(.*\)\"/>:\1:") +swt_frag_ver=$(grep v$SWT_VERSION plugins/org.eclipse.swt.gtk.linux.x86/build.xml | sed "s:.*<.*\"\(.*\)\" />:\1:") +swt_frag_ver_s390x=$(grep "version\.suffix\" value=" plugins/org.eclipse.swt.gtk.linux.s390x/build.xml | sed "s:.*<.*\"\(.*\)\" />:\1:") sed --in-place "s|$swt_frag_ver_s390x|$swt_frag_ver|g" plugins/org.eclipse.swt.gtk.linux.s390x/build.xml \ plugins/org.eclipse.swt.gtk.linux.s390x/META-INF/MANIFEST.MF \ plugins/org.eclipse.swt.gtk.linux.s390x.source_3.5.0.HEAD/META-INF/MANIFEST.MF \ plugins/org.eclipse.swt.gtk.linux.s390x.source_3.5.0.HEAD/build.xml \ assemble.org.eclipse.sdk.linux.gtk.s390x.xml \ - features/org.eclipse.rcp/build.xml + features/org.eclipse.rcp/build.xml \ + features/org.eclipse.rcp.source/build.xml +mv plugins/org.eclipse.swt.gtk.linux.s390.source_{3.5.0.HEAD,%{swtver}} +mv plugins/org.eclipse.swt.gtk.linux.s390x.source_{3.5.0.HEAD,%{swtver}} +mv plugins/org.eclipse.swt.gtk.linux.ia64.source_{3.5.0.HEAD,%{swtver}} # Nasty hack to get suppport for ppc64, sparc{,64} and alpha %patch24 -p1 @@ -1603,6 +1607,9 @@ fi #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source %changelog +* Tue Apr 14 2009 Alexander Kurtakov 1:3.5.0-0.2.2 +- Fix version of source bundles. + * Mon Apr 13 2009 Alexander Kurtakov 1:3.5.0-0.2.1 - Create org.eclipse.swt.gtk.linux.* based on the ppc version.