37 lines
1.2 KiB
RPMSpec
37 lines
1.2 KiB
RPMSpec
Name: jetty-distribution-remote-resources
|
|
Version: 1.2
|
|
Release: 1
|
|
Summary: Jetty toolchain artifact for distribution remote resources
|
|
License: ASL 2.0 or EPL-1.0
|
|
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
|
|
cd %{name}/
|
|
%mvn_build
|
|
|
|
%install
|
|
cd %{name}/
|
|
%mvn_install
|
|
|
|
%files -f %{name}/.mfiles
|
|
%doc %{name}/src/main/resources/*.html
|
|
|
|
%changelog
|
|
* Thu Jan 25 2024 xu_ping <707078654@qq.com> - 1.2-1
|
|
- Upgrade version to 1.2
|
|
|
|
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 1.1-2
|
|
- modify license identifier
|
|
|
|
* Wed Aug 5 2020 huanghaitao <huanghaitao8@huawei.com> - 1.1-1
|
|
- package init
|