diff --git a/objectweb-asm.changes b/objectweb-asm.changes index 2b71534..58b78f8 100644 --- a/objectweb-asm.changes +++ b/objectweb-asm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 9 11:06:16 UTC 2013 - tchvatal@suse.com + +- Move from jpackage-utils to javapackage-tools + ------------------------------------------------------------------- Sun Dec 18 00:42:38 UTC 2011 - nlminhtl@gmail.com diff --git a/objectweb-asm.spec b/objectweb-asm.spec index ea52cf7..4d76239 100644 --- a/objectweb-asm.spec +++ b/objectweb-asm.spec @@ -1,7 +1,7 @@ # # spec file for package objectweb-asm # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,11 +20,11 @@ Name: objectweb-asm Version: 3.3.1 -Release: 1 +Release: 0 Summary: A code manipulation tool to implement adaptable systems License: BSD-3-Clause -Url: http://asm.objectweb.org/ Group: Development/Libraries/Java +Url: http://asm.objectweb.org/ Source0: http://download.forge.objectweb.org/asm/asm-3.3.1.tar.gz Source1: http://repo1.maven.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom Source2: http://repo1.maven.org/maven2/asm/asm-analysis/3.3.1/asm-analysis-3.3.1.pom @@ -38,10 +38,10 @@ Source9: asm-MANIFEST.MF Patch0: objectweb-asm-no-classpath-in-manifest.patch # Needed by asm-xml.jar Requires: xml-commons-apis -PreReq: jpackage-utils >= 1.7.4 -BuildRequires: jpackage-utils >= 1.7.4 -BuildRequires: java-devel +PreReq: javapackages-tools BuildRequires: ant >= 1.6.5 +BuildRequires: java-devel +BuildRequires: javapackages-tools BuildRequires: objectweb-anttask BuildRequires: xml-commons-apis BuildRequires: zip @@ -60,7 +60,6 @@ ASM offers similar functionalities as BCEL or SERP, but is much smaller. %package javadoc -License: BSD-3-Clause Summary: Javadoc for %{name} Group: Development/Libraries/Java