[takari-lifecycle] Replace bundled test dependency with symlink to system JAR

Mikolaj Izdebski mizdebsk at fedoraproject.org
Thu Mar 12 16:41:07 UTC 2015


commit e42168a254bff6f1cc30df38d6dfda1d036c87e5
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Thu Mar 12 15:09:41 2015 +0100

    Replace bundled test dependency with symlink to system JAR

 takari-lifecycle.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/takari-lifecycle.spec b/takari-lifecycle.spec
index 6c28088..eace87e 100644
--- a/takari-lifecycle.spec
+++ b/takari-lifecycle.spec
@@ -2,7 +2,7 @@
 
 Name:           takari-lifecycle
 Version:        1.10.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Optimized replacement for the Maven default lifecycle
 License:        EPL
 URL:            http://takari.io
@@ -77,6 +77,9 @@ This package provides %{summary}.
 
 %patch0 -p1
 
+# Replace bundled test dependency with symlink to system JAR
+ln -sf %{_javadir}/commons-lang.jar takari-lifecycle-plugin/src/test/jars/commons-lang-2.0.jar
+
 # XXX skip ITs for now
 %pom_disable_module takari-lifecycle-plugin-its
 
@@ -128,6 +131,9 @@ This package provides %{summary}.
 
 
 %changelog
+* Thu Mar 12 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.10.2-3
+- Replace bundled test dependency with symlink to system JAR
+
 * Fri Mar 06 2015 Michael Simacek <msimacek at redhat.com> - 1.10.2-2
 - Working build
 


More information about the scm-commits mailing list