forked from pool/cglib
This commit is contained in:
@@ -30,12 +30,11 @@ Source1: http://central.maven.org/maven2/%{name}/%{name}/%{version}/%{nam
|
||||
Patch0: %{name}-build_xml.patch
|
||||
Patch1: fix-javadoc.patch
|
||||
BuildRequires: ant >= 1.6
|
||||
# Needed for maven conversions
|
||||
BuildRequires: asm5
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
# Needed for maven conversions
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: javapackages-tools
|
||||
BuildRequires: objectweb-asm >= 5
|
||||
Provides: %{name}-nohook = %{version}-%{release}
|
||||
Obsoletes: %{name}-nohook < %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
@@ -57,7 +56,7 @@ runtime.
|
||||
%prep
|
||||
%setup -q -n %{name}-%{tarball_name}
|
||||
rm lib/*.jar
|
||||
build-jar-repository -s -p lib asm5 ant
|
||||
build-jar-repository -s -p lib objectweb-asm ant
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
|
Reference in New Issue
Block a user