package init

This commit is contained in:
hht8 2020-08-25 19:08:32 +08:00
parent e3a26a3195
commit d37cc9cbef
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,28 @@
Name: jetty-distribution-remote-resources
Version: 1.1
Release: 1
Summary: Jetty toolchain artifact for distribution remote resources
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: jpackage-utils maven-local maven-remote-resources-plugin jetty-toolchain
Requires: jpackage-utils maven maven-remote-resources-plugin jetty-toolchain
%description
Jetty toolchain artifact for distribution remote distribution resources
%prep
%autosetup -n org.eclipse.jetty.toolchain-%{name}-%{version} -p1
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc src/main/resources/LICENSE*
%changelog
* Wed Aug 5 2020 huanghaitao <huanghaitao8@huawei.com> - 1.1-1
- package init

View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git
tag_prefix: "jetty-distribution-remote-resources-"
seperator: "."