Replace jpackage-utils by javapackages-tools
OBS-URL: https://build.opensuse.org/package/show/Java:packages/objectweb-asm?expand=0&rev=25
This commit is contained in:
parent
3e84f986f0
commit
86b7ae6848
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user