32 lines
1.1 KiB
RPMSpec
32 lines
1.1 KiB
RPMSpec
Name: jetty-distribution-remote-resources
|
|
Version: 1.1
|
|
Release: 2
|
|
Summary: Jetty toolchain artifact for distribution remote resources
|
|
License: Apache-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
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc src/main/resources/LICENSE*
|
|
|
|
%changelog
|
|
* Wed Nov 09 2022 Ge Wang <wangge20@h-partners.com> 1.1-2
|
|
- bring source file into correspondence with described in spec file
|
|
|
|
* Wed Aug 5 2020 huanghaitao <huanghaitao8@huawei.com> - 1.1-1
|
|
- package init
|