jetty-parent/jetty-parent.spec

36 lines
964 B
RPMSpec
Raw Normal View History

2020-08-19 11:25:30 +08:00
Name: jetty-parent
Version: 19
2022-04-20 11:14:01 +08:00
Release: 2
2020-08-19 11:25:30 +08:00
Summary: Jetty parent POM file
2022-04-20 11:14:01 +08:00
License: ASL 2.0 or EPL-1.0
2020-08-19 11:25:30 +08:00
URL: https://www.eclipse.org/jetty/
Source0: https://repo1.maven.org/maven2/org/eclipse/jetty/%{name}/%{version}/%{name}-%{version}.pom
Source2: https://www.eclipse.org/legal/epl-v10.html
Source3: https://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
BuildRequires: maven-local
%description
Jetty parent POM file
%prep
%setup -q -c -T
cp -p %{SOURCE0} pom.xml
cp -p %{SOURCE2} %{SOURCE3} .
%pom_remove_plugin :maven-release-plugin
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc epl-v10.html LICENSE-2.0.txt
%changelog
2022-04-20 11:14:01 +08:00
* Wed Apr 20 2022 liukuo <liukuo@kylinos.cn> - 19-2
- Change the license to "ASL 2.0 or EPL-1.0"
2020-08-19 11:25:30 +08:00
* Thu Jul 30 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 19-1
- Package init