From 999e898b68e90df9432e1756c8c0caf356f5070b Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Feb 23 2017 12:34:35 +0000 Subject: Use build-classpath to symlink junit JAR --- diff --git a/atinject.spec b/atinject.spec index 83006a2..0ec33ad 100644 --- a/atinject.spec +++ b/atinject.spec @@ -1,6 +1,6 @@ Name: atinject Version: 1 -Release: 23.20100611svn86%{?dist} +Release: 24.20100611svn86%{?dist} Summary: Dependency injection specification for Java (JSR-330) License: ASL 2.0 URL: http://code.google.com/p/atinject/ @@ -53,7 +53,8 @@ Requires: junit %prep %setup -q cp %{SOURCE3} LICENSE -ln -s %{_javadir} lib +mkdir lib +build-jar-repository -p lib junit %patch0 -p1 @@ -101,6 +102,9 @@ cp -pr build/tck/javadoc/* %{buildroot}%{_javadocdir}/%{name}/tck %{_javadocdir}/atinject %changelog +* Thu Feb 23 2017 Mikolaj Izdebski - 1-24.20100611svn86 +- Use build-classpath to symlink junit JAR + * Fri Feb 10 2017 Fedora Release Engineering - 1-23.20100611svn86 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild