!4 Update to version 2.1.19
From: @wang--ge Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
8f334256a5
BIN
2.1.19.Final.tar.gz
Normal file
BIN
2.1.19.Final.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,17 +1,21 @@
|
||||
%global namedreltag .Final
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
Name: jboss-logmanager
|
||||
Version: 2.1.18
|
||||
Version: 2.1.19
|
||||
Release: 1
|
||||
Summary: JBoss Log Manager
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/jboss-logging/jboss-logmanager
|
||||
Source0: https://github.com/jboss-logging/jboss-logmanager/archive/%{namedversion}/%{name}-%{namedversion}.tar.gz
|
||||
Source0: https://github.com/jboss-logging/jboss-logmanager/archive/refs/tags/2.1.19.Final.tar.gz
|
||||
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: mvn(org.eclipse.aether:aether-connector-basic)
|
||||
BuildRequires: mvn(org.eclipse.aether:aether-transport-wagon)
|
||||
BuildRequires: mvn(org.apache.maven.wagon:wagon-http)
|
||||
BuildRequires: mvn(org.apache.maven.wagon:wagon-provider-api)
|
||||
BuildRequires: java-11-openjdk-devel
|
||||
Requires: java-11-openjdk
|
||||
Requires: javapackages-tools
|
||||
@ -32,7 +36,7 @@ This package contains the API documentation for %{name}.
|
||||
export JAVA_HOME=%{_jvmdir}/java-11-openjdk
|
||||
export CFLAGS="${RPM_OPT_FLAGS}"
|
||||
export CXXFLAGS="${RPM_OPT_FLAGS}"
|
||||
%mvn_build
|
||||
%mvn_build -b
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -44,6 +48,9 @@ export CXXFLAGS="${RPM_OPT_FLAGS}"
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Aug 03 2023 Ge Wang <wang__ge@126.com> - 2.1.19-1
|
||||
- Update to version 2.1.19
|
||||
|
||||
* Tue Jun 07 2022 wangkai <wangkai385@h-partners.com> - 2.1.18-1
|
||||
- Update to 2.1.18
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user