remove unnecessary dependency on parent POM

This commit is contained in:
Fabio Valentini 2020-08-30 11:26:47 +02:00
parent 0306d5f596
commit a8e3e3bd5a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

View File

@ -2,7 +2,7 @@
Name: cglib
Version: 3.2.9
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Code Generation Library for Java
# ASM MethodVisitor is based on ASM code and therefore
# BSD-licensed. Everything else is ASL 2.0.
@ -17,7 +17,6 @@ BuildRequires: javapackages-local
BuildRequires: mvn(org.apache.ant:ant)
BuildRequires: mvn(org.ow2.asm:asm)
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
%description
cglib is a powerful, high performance and quality code generation library
@ -33,6 +32,9 @@ Documentation for the cglib code generation library.
%prep
%setup -q -n %{name}-%{tarball_name}
# remove unnecessary dependency on parent POM
%pom_remove_parent
%pom_disable_module cglib-nodep
%pom_disable_module cglib-integration-test
%pom_disable_module cglib-jmh
@ -73,6 +75,9 @@ Documentation for the cglib code generation library.
%license LICENSE NOTICE
%changelog
* Sun Aug 30 2020 Fabio Valentini <decathorpe@gmail.com> - 3.2.9-8
- Remove unnecessary dependency on parent POM.
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.9-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild