!1 package init

Merge pull request !1 from wang_yue111/master
This commit is contained in:
openeuler-ci-bot 2020-08-27 22:02:12 +08:00 committed by Gitee
commit 5ca06ec105
3 changed files with 43 additions and 0 deletions

BIN
1.0.1.Final.tar.gz Normal file

Binary file not shown.

38
jul-to-slf4j-stub.spec Normal file
View 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
View 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: "."