From 0f493cdc066f6684dddbb32e79c2ec1321e86d09 Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: May 11 2005 23:34:17 +0000 Subject: temporarily disable org.eclipse.cdt.managedbuilder.core_3.0.0/libmngbuildcore.jar.so. --- diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index 24f9716..ec990a6 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -22,7 +22,7 @@ ExclusiveArch: i386 x86_64 ppc Summary: %{pkg_summary} Name: %{eclipse_name}-cdt Version: %{majmin}.%{micro}_fc -Release: 0.M6.5 +Release: 0.M6.6 License: Eclipse Public License - v 1.0 (EPL) Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/cdt @@ -103,7 +103,7 @@ java -cp $SDK/startup.jar \ -DdontUnzip=true \ -DbaseLocation=$SDK \ -Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.0/scripts \ - -DdontFetchAnything=true + -DdontFetchAnything=true if ! [ -e $(pwd)/org.eclipse.cdt.releng/results/org.eclipse.cdt-*-linux.%{eclipse_arch}* ]; then buildArch="x86" @@ -179,6 +179,11 @@ done fi; done; + # FIXME: temporarily disable org.eclipse.cdt.managedbuilder.core_3.0.0/libmngbuildcore.jar.so + # see: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=157123 + mv \ + $RPM_BUILD_ROOT/%{_libdir}/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_3.0.0/libmngbuildcore.jar.so{,.bak} + %endif @@ -259,6 +264,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed May 11 2005 Ben Konrath 3.0.0_fc-0.M6.6 +- Temporarily disable org.eclipse.cdt.managedbuilder.core_3.0.0/libmngbuildcore.jar.so. + * Wed Apr 27 2005 Phil Muldoon 3.0.0_fc-0.M6.5 - Changed to find-and-aot-compile build usage - Added "if gcj_support" toggle