Update to 2.1.18

(cherry picked from commit 25db75efc5918b95db5bf33fbce83290b48957d5)
This commit is contained in:
wk333 2022-06-07 16:15:23 +08:00 committed by openeuler-sync-bot
parent 6447c0a145
commit 2ae65806e1
3 changed files with 13 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global namedreltag .Final
%global namedversion %{version}%{?namedreltag}
Name: jboss-logmanager
Version: 2.0.4
Version: 2.1.18
Release: 1
Summary: JBoss Log Manager
License: ASL 2.0
@ -10,6 +10,11 @@ Source0: https://github.com/jboss-logging/jboss-logmanager/archive/%
BuildArch: noarch
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.jboss:jboss-parent:pom:) mvn(org.jboss.modules:jboss-modules)
BuildRequires: mvn(javax.json:javax.json-api) mvn(org.wildfly.common:wildfly-common)
BuildRequires: mvn(org.jboss.byteman:byteman) mvn(org.jboss.byteman:byteman-bmunit)
BuildRequires: java-11-openjdk-devel
Requires: java-11-openjdk
Requires: javapackages-tools
%description
This package contains the JBoss Log Manager
@ -23,6 +28,10 @@ This package contains the API documentation for %{name}.
%pom_remove_plugin :maven-source-plugin
%build
#set openjdk11 for build
export JAVA_HOME=%{_jvmdir}/java-11-openjdk
export CFLAGS="${RPM_OPT_FLAGS}"
export CXXFLAGS="${RPM_OPT_FLAGS}"
%mvn_build
%install
@ -35,5 +44,8 @@ This package contains the API documentation for %{name}.
%license LICENSE.txt
%changelog
* Tue Jun 07 2022 wangkai <wangkai385@h-partners.com> - 2.1.18-1
- Update to 2.1.18
* Wed Aug 26 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 2.0.4-1
- Package init