From 6bc3c07175612b9e593bd63a5e91271d655d77a9 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Oct 16 2006 16:11:20 +0000 Subject: * Mon Oct 16 2006 Jeff Johnston 3.1.1-2 - Fix build so only single platform is built at a time - Bugzilla 208622 --- diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index 89446a3..8bd3fe2 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -21,7 +21,7 @@ Epoch: 1 Summary: %{pkg_summary} Name: %{eclipse_name}-cdt Version: %{majmin}.%{micro} -Release: 1%{dist} +Release: 2%{dist} License: Eclipse Public License - v 1.0 (EPL) Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/cdt @@ -46,8 +46,8 @@ Source0: %{name}-fetched-src-%{version}.tar.bz2 Source1: %{name}-autotools-0.0.5.tar.gz Patch1: %{name}-no-cvs2-patch -Patch2: %{name}-platform-build-linux.patch -Patch3: %{name}-sdk-build-linux.patch +Patch2: %{name}-platform-build-linux-%{eclipse_arch}.patch +Patch3: %{name}-sdk-build-linux-%{eclipse_arch}.patch Patch4: %{name}-no-tests.patch Patch5: %{name}-subconsole.patch Patch6: %{name}-scannerinfoplus.patch @@ -270,6 +270,10 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Mon Oct 16 2006 Jeff Johnston 3.1.1-2 +- Fix build so only single platform is built at a time +- Bugzilla 208622 + * Thu Sep 28 2006 Jeff Johnston 3.1.1-1 - Rebase autotools to 0.0.5 source. - Rebase CDT to 3.1.1 source.