From cd0a42d9655deafd7d65c492b8759c7bff8f621a Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: May 12 2016 12:41:20 +0000 Subject: Fix natives compile for profiles not included upstream. --- diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec index 85143f7..4e06618 100644 --- a/eclipse-cdt.spec +++ b/eclipse-cdt.spec @@ -37,7 +37,7 @@ Epoch: 1 Summary: Eclipse C/C++ Development Tools (CDT) plugin Name: eclipse-cdt Version: %{majmin}.%{micro} -Release: 0.4.gitdff6b3b%{?dist} +Release: 0.5.gitdff6b3b%{?dist} License: EPL and CPL URL: http://www.eclipse.org/cdt @@ -202,6 +202,9 @@ sed -i -e 's/x86/%{eclipse_arch}/g' pom.xml sed -i -e 's/x86/%{eclipse_arch}/g' META-INF/MANIFEST.MF mv os/linux/x86 os/linux/%{eclipse_arch} popd +pushd org.eclipse.cdt.core.linux +sed -i -e 's/x86/%{eclipse_arch}/g' pom.xml +popd popd pushd releng/org.eclipse.cdt.native-feature sed -i -e 's/"org.eclipse.cdt.core.linux.x86"/"org.eclipse.cdt.core.linux.%{eclipse_arch}"/g' feature.xml @@ -421,6 +424,9 @@ cp man/cdtdebug.man $manInstallDir/cdtdebug.1 %endif %changelog +* Thu May 12 2016 Alexander Kurtakov 1:9.0.0-0.5.gitdff6b3b +- Fix natives compile for profiles not included upstream. + * Thu May 12 2016 Alexander Kurtakov 1:9.0.0-0.4.gitdff6b3b - New snapshot with natives build hooked in the maven build.