Upgrade to version 6.4.1

This commit is contained in:
wk333 2022-04-14 19:50:42 +08:00
parent a07cd87789
commit 5698d7c600
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 Name: bcel
Version: 6.2 Version: 6.4.1
Release: 4 Release: 1
Summary: Byte Code Engineering Library Summary: Byte Code Engineering Library
License: ASL 2.0 License: ASL 2.0
URL: http://commons.apache.org/proper/commons-bcel/ URL: http://commons.apache.org/proper/commons-bcel/
Source0: http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz Source0: http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: maven-local mvn(org.apache.commons:commons-parent:pom:) mvn(junit:junit) BuildRequires: maven-local mvn(org.apache.commons:commons-parent:pom:)
BuildRequires: mvn(net.java.dev.jna:jna) mvn(net.java.dev.jna:jna-platform) mvn(org.apache.commons:commons-lang3)
Obsoletes: bcel-javadoc < %{version}-%{release} Obsoletes: bcel-javadoc < %{version}-%{release}
Provides: bcel-javadoc = %{version}-%{release} Provides: bcel-javadoc = %{version}-%{release}
@ -19,11 +18,12 @@ Java class files (those ending with .class).
%prep %prep
%autosetup -n %{name}-%{version}-src %autosetup -n %{name}-%{version}-src
%pom_remove_plugin :maven-source-plugin %pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :spotbugs-maven-plugin
%mvn_alias : bcel: apache: %mvn_alias : bcel: apache:
%mvn_file : %{name} %mvn_file : %{name}
%build %build
%mvn_build %mvn_build -f
%install %install
%mvn_install %mvn_install
@ -37,5 +37,8 @@ Java class files (those ending with .class).
%{_javadocdir}/%{name} %{_javadocdir}/%{name}
%changelog %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 * Thu Dec 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 6.2-4
- Package init - Package init