Update to 2.1.18
(cherry picked from commit 25db75efc5918b95db5bf33fbce83290b48957d5)
This commit is contained in:
parent
6447c0a145
commit
2ae65806e1
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 namedreltag .Final
|
||||||
%global namedversion %{version}%{?namedreltag}
|
%global namedversion %{version}%{?namedreltag}
|
||||||
Name: jboss-logmanager
|
Name: jboss-logmanager
|
||||||
Version: 2.0.4
|
Version: 2.1.18
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: JBoss Log Manager
|
Summary: JBoss Log Manager
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -10,6 +10,11 @@ Source0: https://github.com/jboss-logging/jboss-logmanager/archive/%
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin)
|
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(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
|
%description
|
||||||
This package contains the JBoss Log Manager
|
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
|
%pom_remove_plugin :maven-source-plugin
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#set openjdk11 for build
|
||||||
|
export JAVA_HOME=%{_jvmdir}/java-11-openjdk
|
||||||
|
export CFLAGS="${RPM_OPT_FLAGS}"
|
||||||
|
export CXXFLAGS="${RPM_OPT_FLAGS}"
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -35,5 +44,8 @@ This package contains the API documentation for %{name}.
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 26 2020 Shaoqiang Kang <kangshaoqiang1@huawei.com> - 2.0.4-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user