36 lines
1.1 KiB
RPMSpec
36 lines
1.1 KiB
RPMSpec
Name: jetty-toolchain
|
|
Version: 1.4
|
|
Release: 2
|
|
Summary: Jetty Toolchain main POM file
|
|
License: Apache-2.0 or EPL-1.0
|
|
URL: http://www.eclipse.org/jetty/
|
|
Source0: https://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/snapshot/org.eclipse.jetty.toolchain-jetty-toolchain-1.4.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: maven-local mvn(org.eclipse.jetty:jetty-parent:pom:)
|
|
%description
|
|
Jetty Toolchain main POM file
|
|
|
|
%prep
|
|
%setup -q -n org.eclipse.jetty.toolchain-jetty-toolchain-1.4
|
|
cp -p jetty-distribution-remote-resources/src/main/resources/* .
|
|
pushd %{name}
|
|
%pom_remove_plugin :maven-release-plugin
|
|
|
|
%build
|
|
pushd %{name}
|
|
%mvn_build
|
|
|
|
%install
|
|
pushd %{name}
|
|
%mvn_install
|
|
|
|
%files -f %{name}/.mfiles
|
|
%doc LICENSE-APACHE-2.0.txt LICENSE-ECLIPSE-1.0.html notice.html
|
|
|
|
%changelog
|
|
* Wed Nov 09 2022 Ge Wang <wangge20@h-partners.com> - 1.4-2
|
|
- Bring source file into correspondence with descirbed in spec file
|
|
|
|
* Thu Jul 30 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 1.4-1
|
|
- Package init
|