diff --git a/objectweb-asm.spec b/objectweb-asm.spec index 50c330a..b936d40 100644 --- a/objectweb-asm.spec +++ b/objectweb-asm.spec @@ -3,7 +3,7 @@ Name: %{?scl_prefix}objectweb-asm Version: 5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Java bytecode manipulation and analysis framework License: BSD URL: http://asm.ow2.org/ @@ -39,7 +39,7 @@ find -name *.jar -delete sed -i /Class-Path/d archive/*.bnd sed -i "s/Import-Package:/&org.objectweb.asm,org.objectweb.asm.util,/" archive/asm-xml.bnd -sed -i "s|\${config}/biz.aQute.bnd.jar|`build-classpath aqute-bnd slf4j/api slf4j/simple org.eclipse.osgi:org.eclipse.osgi.services`|" archive/*.xml +sed -i "s|\${config}/biz.aQute.bnd.jar|`build-classpath aqute-bnd slf4j/api slf4j/simple eclipse/osgi.services`|" archive/*.xml sed -i -e '/kind="lib"/d' -e 's|output/eclipse|output/build|' .classpath %build @@ -66,6 +66,9 @@ done %doc LICENSE.txt %changelog +* Wed Jun 1 2016 Mikolaj Izdebski - 5.1-3 +- Avoid calling XMvn from build-classpath + * Tue May 31 2016 Mikolaj Izdebski - 5.1-2 - Add missing JARs to BND classpath