jetty-distribution-remote-r.../jetty-distribution-remote-resources.spec

32 lines
1.0 KiB
RPMSpec
Raw Normal View History

2020-08-25 19:08:32 +08:00
Name: jetty-distribution-remote-resources
Version: 1.1
2022-05-11 16:46:50 +08:00
Release: 2
2020-08-25 19:08:32 +08:00
Summary: Jetty toolchain artifact for distribution remote resources
2022-05-11 16:46:50 +08:00
License: ASL 2.0 or EPL-1.0
2020-08-25 19:08:32 +08:00
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
2022-05-11 16:46:50 +08:00
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 1.1-2
- modify license identifier
2020-08-25 19:08:32 +08:00
* Wed Aug 5 2020 huanghaitao <huanghaitao8@huawei.com> - 1.1-1
- package init