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
|
Wed May 16 09:07:44 UTC 2018 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -31,9 +31,9 @@ BuildRequires: ant >= 1.6
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: java-devel >= 1.8
|
BuildRequires: java-devel >= 1.8
|
||||||
# Needed for maven conversions
|
# Needed for maven conversions
|
||||||
|
BuildRequires: asm3
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: javapackages-tools
|
BuildRequires: javapackages-tools
|
||||||
BuildRequires: objectweb-asm
|
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
Provides: %{name}-nohook = %{version}-%{release}
|
Provides: %{name}-nohook = %{version}-%{release}
|
||||||
Obsoletes: %{name}-nohook < %{version}-%{release}
|
Obsoletes: %{name}-nohook < %{version}-%{release}
|
||||||
@ -57,7 +57,7 @@ runtime.
|
|||||||
%setup -q -T -c -n %{name}
|
%setup -q -T -c -n %{name}
|
||||||
unzip -q %{SOURCE0}
|
unzip -q %{SOURCE0}
|
||||||
rm lib/*.jar
|
rm lib/*.jar
|
||||||
build-jar-repository -s -p lib objectweb-asm ant
|
build-jar-repository -s -p lib asm3 ant
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user