From 5e20261e75b7a12b8438dd18ffed9dee444eccd9 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Sep 19 2013 17:15:15 +0000 Subject: Fix Bug 1009448. --- diff --git a/eclipse-linuxtools.spec b/eclipse-linuxtools.spec index 1e4d310..93f711f 100644 --- a/eclipse-linuxtools.spec +++ b/eclipse-linuxtools.spec @@ -6,7 +6,7 @@ Name: %{?scl_prefix}eclipse-linuxtools Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Linux specific Eclipse plugins License: EPL @@ -154,6 +154,9 @@ All test bundles for the Linux Tools project. %pom_disable_module lttng %pom_disable_module libhover +# Do not package swt-chart +sed -i '/org.swtchart/,/<\/iu>/ d' releng/org.eclipse.linuxtools.releng-site/category.xml + %build %{?scl:%scl_maven_opts} export MAVEN_OPTS="-XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}" @@ -220,6 +223,8 @@ mv ./features/*callgraph* %{buildroot}%{eclipse_dropin}/systemtap/features #linuxtools mv ./plugins/* %{buildroot}%{eclipse_dropin}/linuxtools/plugins mv ./features/* %{buildroot}%{eclipse_dropin}/linuxtools/features +# Use system swt-chart +ln -s %{_javadir}/swt-chart.jar %{buildroot}%{eclipse_dropin}/linuxtools/plugins popd @@ -331,6 +336,9 @@ popd %{_javadir}/linuxtools-tests %changelog +* Thu Sep 19 2013 Roland Grunberg - 2.0.0-4 +- Fix Bug 1009448. + * Tue Aug 13 2013 Roland Grunberg - 2.0.0-3 - Add eclipse-linuxtools-tests subpackage.