diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index 8f77221..f62c200 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -32,7 +32,7 @@ Epoch: 1 Summary: Eclipse C/C++ Development Tools (CDT) plugin Name: %{?scl_prefix}eclipse-cdt Version: %{majmin}.%{micro} -Release: 8%{?dist} +Release: 9%{?dist} License: EPL and CPL URL: http://www.eclipse.org/cdt @@ -302,6 +302,13 @@ for pom in `find . -name pom.xml`; do done set -e +cat << EOF > eclipse-runCDTTestBundles +#! /bin/bash +eclipse-runTestBundles %{_javadir}/eclipse-cdt-tests +EOF + +install -D -m 755 eclipse-runCDTTestBundles %{buildroot}%{_bindir}/eclipse-runCDTTestBundles + # Unzip CDT Standalone Debug plugin which contains installation scripts for the end-user to use pushd ${installDir}/eclipse/plugins DEBUGAPPLICATIONVERSION=$(ls . | grep org.eclipse.cdt.debug.application_ | sed 's/org.eclipse.cdt.debug.application_//' |sed 's/.jar//') @@ -453,6 +460,7 @@ rm -rf $installDir/eclipse/binary %files tests %{_javadir}/eclipse-cdt-tests +%{_bindir}/eclipse-runCDTTestBundles %doc releng/org.eclipse.cdt.releng/epl-v10.html %doc releng/org.eclipse.cdt.releng/notice.html @@ -474,6 +482,9 @@ rm -rf $installDir/eclipse/binary %endif %changelog +* Tue Aug 04 2015 Roland Grunberg - 1:8.7.0-9 +- Add script for automatically launching CDT Test Bundles. + * Fri Jul 10 2015 Mat Booth - 1:8.7.0-8 - No longer R/BR nekohtml