!6 Upgrade to version 6.4.1

From: @wk333 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-04-25 07:16:10 +00:00 committed by Gitee
commit db23c830e5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
bcel-6.4.1-src.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,12 @@
Name: bcel
Version: 6.2
Release: 4
Version: 6.4.1
Release: 1
Summary: Byte Code Engineering Library
License: ASL 2.0
URL: http://commons.apache.org/proper/commons-bcel/
Source0: http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz
BuildArch: noarch
BuildRequires: maven-local mvn(org.apache.commons:commons-parent:pom:) mvn(junit:junit)
BuildRequires: mvn(net.java.dev.jna:jna) mvn(net.java.dev.jna:jna-platform) mvn(org.apache.commons:commons-lang3)
BuildRequires: maven-local mvn(org.apache.commons:commons-parent:pom:)
Obsoletes: bcel-javadoc < %{version}-%{release}
Provides: bcel-javadoc = %{version}-%{release}
@ -19,11 +18,12 @@ Java class files (those ending with .class).
%prep
%autosetup -n %{name}-%{version}-src
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :spotbugs-maven-plugin
%mvn_alias : bcel: apache:
%mvn_file : %{name}
%build
%mvn_build
%mvn_build -f
%install
%mvn_install
@ -37,5 +37,8 @@ Java class files (those ending with .class).
%{_javadocdir}/%{name}
%changelog
* Thu Apr 14 2022 wangkai <wangkai385@h-partners.com> - 6.4.1-1
- Upgrade to version 6.4.1
* Thu Dec 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 6.2-4
- Package init