[objectweb-asm3] Install asm-parent POM

Mikolaj Izdebski mizdebsk at fedoraproject.org
Tue Dec 3 14:58:13 UTC 2013


commit 356d38b008019c19a85665ea24da76233c3992d1
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Tue Dec 3 15:31:46 2013 +0100

    Install asm-parent POM

 objectweb-asm3.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/objectweb-asm3.spec b/objectweb-asm3.spec
index 0e075b1..3b2a9a4 100644
--- a/objectweb-asm3.spec
+++ b/objectweb-asm3.spec
@@ -1,6 +1,6 @@
 Name:           objectweb-asm3
 Version:        3.3.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Java bytecode manipulation and analysis framework
 License:        BSD
 URL:            http://asm.ow2.org/
@@ -36,6 +36,7 @@ sed -i /Class-path/d archive/asm-xml.xml
 %ant -Dobjectweb.ant.tasks.path= jar jdoc
 
 %install
+%mvn_artifact output/dist/lib/asm-parent-%{version}.pom
 for m in asm asm-analysis asm-commons asm-tree asm-util asm-xml all/asm-all; do
     %mvn_artifact output/dist/lib/${m}-%{version}.pom \
                   output/dist/lib/${m}-%{version}.jar
@@ -53,6 +54,9 @@ done
 %doc LICENSE.txt
 
 %changelog
+* Tue Dec  3 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.3.1-3
+- Install asm-parent POM
+
 * Thu Nov 14 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.3.1-2
 - Remove classpath from manifest
 - Install %{name}-processor command


More information about the scm-commits mailing list