package init
This commit is contained in:
parent
94050ee59a
commit
2c78707e69
41
jetty-build-support.spec
Normal file
41
jetty-build-support.spec
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
Name: jetty-build-support
|
||||||
|
Version: 1.4
|
||||||
|
Release: 1
|
||||||
|
Summary: Jetty build support files
|
||||||
|
License: ASL 2.0 or EPL
|
||||||
|
URL: http://www.eclipse.org/jetty/
|
||||||
|
Source0: http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/snapshot/org.eclipse.jetty.toolchain-%{name}-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.maven.enforcer:enforcer-api)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-artifact) mvn(org.apache.maven:maven-core)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven:maven-project)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
||||||
|
BuildRequires: mvn(org.eclipse.jetty.toolchain:jetty-toolchain:pom:)
|
||||||
|
%description
|
||||||
|
Build Support for Jetty. Contains enforcer rules, PMD rulesets, etc.
|
||||||
|
|
||||||
|
%package javadoc
|
||||||
|
Summary: API documentation for %{name}
|
||||||
|
%description javadoc
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n org.eclipse.jetty.toolchain-%{name}-%{version} -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%mvn_build -- -f %{name}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%mvn_install
|
||||||
|
|
||||||
|
%files -f .mfiles
|
||||||
|
%doc jetty-distribution-remote-resources/src/main/resources/*
|
||||||
|
|
||||||
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
%doc jetty-distribution-remote-resources/src/main/resources/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Aug 5 2020 huanghaitao <huanghaitao8@huawei.com> - 1.4-1
|
||||||
|
- package init
|
||||||
4
jetty-build-support.yaml
Normal file
4
jetty-build-support.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: https://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git
|
||||||
|
tag_prefix: "jetty-build-support-"
|
||||||
|
seperator: "."
|
||||||
BIN
org.eclipse.jetty.toolchain-jetty-build-support-1.4.tar.gz
Normal file
BIN
org.eclipse.jetty.toolchain-jetty-build-support-1.4.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user