From 58ccbfbf12305a128b89bdc78daae932c2384d72 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Oct 16 2008 19:22:09 +0000 Subject: * Thu Oct 16 2008 Jeff Johnston 5.0.0-10 - Change runtests section to remove new libhover plugin rather than old com.redhat.* autotools plugin. Temporarily turn off runtests flag. --- diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index 5c76e11..37d549b 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -1,7 +1,7 @@ Epoch: 1 %define gcj_support 1 -%define run_tests 1 +%define run_tests 0 %define ship_tests 0 %define major 5 %define minor 0 @@ -20,7 +20,7 @@ Epoch: 1 Summary: Eclipse C/C++ Development Tools (CDT) plugin Name: eclipse-cdt Version: %{majmin}.%{micro} -Release: 9%{?dist} +Release: 10%{?dist} License: EPL and CPL Group: Development/Tools URL: http://www.eclipse.org/cdt @@ -518,12 +518,10 @@ cp -rpL %{eclipse_base} SDK.fortests # Remove any CDT or CDT tests we may have currently installed rm -rf SDK.fortests/dropins/cdt* cp -rpL $installDir SDK.fortests/dropins -# FIXME: will also need to rename this if autotools goes -# s/com.redhat/org.eclipse -# The autotools plugin offers lots of completions but these cause issues +# The libhover plugin offers lots of completions but these cause issues # with some of the tests which expect only a few completions. We should # update the tests or something ... -rm -rf SDK.fortests/dropins/cdt/eclipse/plugins/com.redhat* +rm -rf SDK.fortests/dropins/cdt/eclipse/plugins/org.eclipse.linuxtools.libhover.* cp -rpL ${installDir}-tests SDK.fortests/dropins # FIXME: I'd like to simulate real life with something like this ... #chown -R root:root SDK.fortests @@ -573,6 +571,10 @@ fi %endif %changelog +* Thu Oct 16 2008 Jeff Johnston 5.0.0-10 +- Change runtests section to remove new libhover plugin rather than old + com.redhat.* autotools plugin. + * Thu Oct 16 2008 Jeff Johnston 5.0.0-9 - Fix org.eclipse.linuxtools.libhover.glibc plugin to add toc.xml to binary file list.