This commit is contained in:
parent
540a997881
commit
ab3f820e0f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 15:39:52 UTC 2018 - fstrba@suse.com
|
||||
|
||||
- Depend on asm3 and not objectweb-asm, since the binaries
|
||||
are equivalent.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 09:07:44 UTC 2018 - fstrba@suse.com
|
||||
|
||||
|
@ -31,9 +31,9 @@ BuildRequires: ant >= 1.6
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
# Needed for maven conversions
|
||||
BuildRequires: asm3
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: javapackages-tools
|
||||
BuildRequires: objectweb-asm
|
||||
BuildRequires: unzip
|
||||
Provides: %{name}-nohook = %{version}-%{release}
|
||||
Obsoletes: %{name}-nohook < %{version}-%{release}
|
||||
@ -57,7 +57,7 @@ runtime.
|
||||
%setup -q -T -c -n %{name}
|
||||
unzip -q %{SOURCE0}
|
||||
rm lib/*.jar
|
||||
build-jar-repository -s -p lib objectweb-asm ant
|
||||
build-jar-repository -s -p lib asm3 ant
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user