jetty-parent/jetty-parent.spec

33 lines
862 B
RPMSpec
Raw Normal View History

2020-08-19 11:25:30 +08:00
Name: jetty-parent
Version: 19
Release: 1
Summary: Jetty parent POM file
License: ASL 2.0 or EPL
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
* Thu Jul 30 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 19-1
- Package init