commit
5ca06ec105
BIN
1.0.1.Final.tar.gz
Normal file
BIN
1.0.1.Final.tar.gz
Normal file
Binary file not shown.
38
jul-to-slf4j-stub.spec
Normal file
38
jul-to-slf4j-stub.spec
Normal file
@ -0,0 +1,38 @@
|
||||
%global namedreltag .Final
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
Name: jul-to-slf4j-stub
|
||||
Version: 1.0.1
|
||||
Release: 1
|
||||
Summary: JUL log records SLF4J bridge
|
||||
License: LGPLv2+ and MIT
|
||||
URL: http://www.jboss.org/
|
||||
Source0: https://github.com/jboss-logging/jul-to-slf4j-stub/archive/%{namedversion}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: maven-local maven-compiler-plugin maven-install-plugin maven-jar-plugin
|
||||
BuildRequires: maven-javadoc-plugin maven-enforcer-plugin jboss-parent slf4j
|
||||
%description
|
||||
Helper to Bridge/route all JUL log records to the SLF4J API
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadocs for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{namedversion}
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_javadir}/%{name}
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
|
||||
%changelog
|
||||
* Mon Aug 24 2020 wangyue <wangyue92@huawei.com> - 1.0.1-1
|
||||
- package init
|
||||
5
jul-to-slf4j-stub.yaml
Normal file
5
jul-to-slf4j-stub.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
git_url: https://github.com/jboss-logging/jul-to-slf4j-stub
|
||||
version_control: github
|
||||
src_repo: jboss-logging/jul-to-slf4j-stub
|
||||
tag_pattern: "(.*?).Final"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user