Name: jetty-parent Version: 19 Release: 2 Summary: Jetty parent POM file License: ASL 2.0 or EPL-1.0 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 * Wed Apr 20 2022 liukuo - 19-2 - Change the license to "ASL 2.0 or EPL-1.0" * Thu Jul 30 2020 shaoqiang kang - 19-1 - Package init