!3 [sync] PR-2: Update to 2.1.18
From: @openeuler-sync-bot Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
368b894061
Binary file not shown.
BIN
jboss-logmanager-2.1.18.Final.tar.gz
Normal file
BIN
jboss-logmanager-2.1.18.Final.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user