commit
e01c41ddfd
BIN
2.2.1.Final.tar.gz
Normal file
BIN
2.2.1.Final.tar.gz
Normal file
Binary file not shown.
40
jboss-threads.spec
Normal file
40
jboss-threads.spec
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
%global namedreltag .Final
|
||||||
|
%global namedversion %{version}%{?namedreltag}
|
||||||
|
Name: jboss-threads
|
||||||
|
Version: 2.2.1
|
||||||
|
Release: 1
|
||||||
|
Summary: JBoss Threads
|
||||||
|
License: LGPLv2+
|
||||||
|
URL: https://github.com/jbossas/jboss-threads
|
||||||
|
Source0: https://github.com/jbossas/jboss-threads/archive/%{namedversion}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: maven-local mvn(jdepend:jdepend) mvn(junit:junit)
|
||||||
|
BuildRequires: mvn(org.jboss:jboss-parent:pom:) mvn(org.jboss.apiviz:apiviz)
|
||||||
|
BuildRequires: mvn(org.jboss.logging:jboss-logging)
|
||||||
|
BuildRequires: mvn(org.jboss.logging:jboss-logging-annotations)
|
||||||
|
BuildRequires: mvn(org.jboss.logging:jboss-logging-processor)
|
||||||
|
%description
|
||||||
|
This package contains JBoss Threads
|
||||||
|
|
||||||
|
%package javadoc
|
||||||
|
Summary: Javadoc for jboss-threads
|
||||||
|
%description javadoc
|
||||||
|
This package contains the API documentation for jboss-threads.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n jboss-threads-%{namedversion}
|
||||||
|
%pom_remove_plugin :maven-source-plugin
|
||||||
|
|
||||||
|
%build
|
||||||
|
%mvn_build -- -Dmaven.test.failure.ignore=true
|
||||||
|
|
||||||
|
%install
|
||||||
|
%mvn_install
|
||||||
|
|
||||||
|
%files -f .mfiles
|
||||||
|
|
||||||
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Aug 14 2020 yaokai <yaokai13@huawei.com> - 2.2.1-1
|
||||||
|
- Package init
|
||||||
4
jboss-threads.yaml
Normal file
4
jboss-threads.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: jbossas/jboss-threads
|
||||||
|
tag_pattern: "(.*?).Final"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user