package init

This commit is contained in:
wang_yue111 2020-08-25 13:54:59 +08:00
parent 46e6a57492
commit b261478f39
3 changed files with 39 additions and 4 deletions

BIN
1.0.1.Final.tar.gz Normal file

Binary file not shown.

View File

@ -1,4 +1,39 @@
%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 help
Summary: Javadocs for %{name}
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
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 help -f .mfiles-javadoc
%changelog %changelog
* Tue Aug 25 2020 wangyue <wangyue92@huawei.com> - -1 * Mon Aug 24 2020 wangyue <wangyue92@huawei.com> - 1.0.1-1
- package init - package init

View File

@ -1,5 +1,5 @@
git_url: https://github.com/ git_url: https://github.com/jboss-logging/jul-to-slf4j-stub
version_control: github version_control: github
src_repo: src_repo: jboss-logging/jul-to-slf4j-stub
tag_prefix: "^v" tag_pattern: "(.*?).Final"
seperator: "." seperator: "."