38 lines
1.1 KiB
RPMSpec
38 lines
1.1 KiB
RPMSpec
Name: jboss-logging-tools
|
|
Version: 2.0.1
|
|
Release: 8
|
|
Summary: Tool for create internationalized log statements and exceptions
|
|
License: ASL 2.0 and LGPLv2+
|
|
URL: https://github.com/jboss-logging/jboss-logging-tools
|
|
Source0: https://github.com/jboss-logging/jboss-logging-tools/archive/%{version}.Final.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: maven-local mvn(org.testng:testng) mvn(org.apache.maven.surefire:surefire-testng)
|
|
BuildRequires: mvn(org.jboss:jboss-parent:pom:) mvn(org.jboss.jdeparser:jdeparser)
|
|
BuildRequires: mvn(org.jboss.logging:jboss-logging) mvn(org.jboss.logmanager:jboss-logmanager)
|
|
|
|
Provides: %{name}-javadoc
|
|
Obsoletes: %{name}-javadoc
|
|
|
|
%description
|
|
The JBoss logging tools are used to create internationalized log statements and exceptions.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version}.Final
|
|
|
|
%pom_disable_module processor-tests
|
|
|
|
%build
|
|
%mvn_build -- -Dmaven.test.failure.ignore=true
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles -f .mfiles-javadoc
|
|
|
|
%changelog
|
|
* Fri Dec 13 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.0.1-8
|
|
- Package init
|
|
|