package init
This commit is contained in:
parent
76e62bff49
commit
3ef43cbbd5
BIN
1.0.3.GA.tar.gz
Normal file
BIN
1.0.3.GA.tar.gz
Normal file
Binary file not shown.
38
slf4j-jboss-logmanager.spec
Normal file
38
slf4j-jboss-logmanager.spec
Normal file
@ -0,0 +1,38 @@
|
||||
%global namedreltag .GA
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
Name: slf4j-jboss-logmanager
|
||||
Version: 1.0.3
|
||||
Release: 1
|
||||
Summary: SLF4J backend for JBoss LogManager
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/jboss-logging/slf4j-jboss-logmanager
|
||||
Source0: https://github.com/jboss-logging/slf4j-jboss-logmanager/archive/%{namedversion}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: maven-local mvn(org.jboss:jboss-parent:pom:)
|
||||
BuildRequires: mvn(org.jboss.logmanager:jboss-logmanager) mvn(org.slf4j:slf4j-api)
|
||||
%description
|
||||
This package contains SLF4J backend for JBoss LogManager
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{namedversion}
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%mvn_file : %{name}
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
|
||||
%changelog
|
||||
* Sat Aug 15 2020 wangxiao <wangxiao65@huawei.com> - 1.0.3-1
|
||||
- Package init
|
||||
5
slf4j-jboss-logmanager.yaml
Normal file
5
slf4j-jboss-logmanager.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
git_url: https://github.com/jboss-logging/slf4j-jboss-logmanager
|
||||
version_control: github
|
||||
src_repo: jboss-logging/slf4j-jboss-logmanager
|
||||
tag_pattern: (.*?).GA
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user