[eclipse-dltk] Fix FTBFS.

Krzysztof Daniel kdaniel at fedoraproject.org
Mon Aug 5 15:55:35 UTC 2013


commit 8602ebc63b27688699db5b60eec7d28b9b71ac95
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Mon Aug 5 17:55:27 2013 +0200

    Fix FTBFS.

 eclipse-dltk.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-dltk.spec b/eclipse-dltk.spec
index e6cfacb..55de512 100644
--- a/eclipse-dltk.spec
+++ b/eclipse-dltk.spec
@@ -2,7 +2,7 @@
 
 Name:      eclipse-dltk
 Version:   5.0.0
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Dynamic Languages Toolkit (DLTK) Eclipse plugin
 Group:     System Environment/Libraries
 License:   EPL
@@ -147,7 +147,7 @@ sed -i -e "s/org.eclipse.mylyn.internal.provisional.commons.ui.CommonImages/org.
 %build
 # Note: Use date from the cvs tag as the context qualifier.
 OPTIONS="-DforceContextQualifier=v201201070225 -DskipTychoVersionCheck -Dmaven.test.skip=true clean install"
-
+export MAVEN_OPTS="-XX:CompileCommand=exclude,org/eclipse/tycho/core/osgitools/EquinoxResolver,newState ${MAVEN_OPTS}"
 #export JAVA_HOME=%{java_home}
 #export PATH=%{java_bin}:/usr/bin:$PATH
 
@@ -237,6 +237,9 @@ popd
 %doc org.eclipse.dltk.core/core/features/org.eclipse.dltk.core.sdk/rootfiles/*
 
 %changelog
+* Mon Aug 5 2013 Krzysztof Daniel <kdaniel at redhat.com> 5.0.0-3
+- Fix FTBFS.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list