Enable asm-debug-all module
This commit is contained in:
parent
1090fe69be
commit
e0e5fd84de
@ -1,6 +1,6 @@
|
|||||||
Name: objectweb-asm
|
Name: objectweb-asm
|
||||||
Version: 5.0
|
Version: 5.0
|
||||||
Release: 0.2.beta%{?dist}
|
Release: 0.3.beta%{?dist}
|
||||||
Summary: Java bytecode manipulation and analysis framework
|
Summary: Java bytecode manipulation and analysis framework
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://asm.ow2.org/
|
URL: http://asm.ow2.org/
|
||||||
@ -43,7 +43,7 @@ sed -i -e '/kind="lib"/d' -e 's|output/eclipse|output/build|' .classpath
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_artifact output/dist/lib/asm-parent-%{version}_BETA.pom
|
%mvn_artifact output/dist/lib/asm-parent-%{version}_BETA.pom
|
||||||
for m in asm asm-analysis asm-commons asm-tree asm-util asm-xml all/asm-all; do
|
for m in asm asm-analysis asm-commons asm-tree asm-util asm-xml all/asm-all all/asm-debug-all; do
|
||||||
%mvn_artifact output/dist/lib/${m}-%{version}_BETA.pom \
|
%mvn_artifact output/dist/lib/${m}-%{version}_BETA.pom \
|
||||||
output/dist/lib/${m}-%{version}_BETA.jar
|
output/dist/lib/${m}-%{version}_BETA.jar
|
||||||
done
|
done
|
||||||
@ -60,6 +60,9 @@ done
|
|||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0-0.3.beta
|
||||||
|
- Enable asm-debug-all module
|
||||||
|
|
||||||
* Mon Jan 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0-0.2.beta
|
* Mon Jan 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0-0.2.beta
|
||||||
- Remove Eclipse Orbit alias
|
- Remove Eclipse Orbit alias
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user