diff --git a/jetty-distribution-remote-resources.spec b/jetty-distribution-remote-resources.spec index 5f48733..30fff4e 100644 --- a/jetty-distribution-remote-resources.spec +++ b/jetty-distribution-remote-resources.spec @@ -1,6 +1,6 @@ Name: jetty-distribution-remote-resources -Version: 1.1 -Release: 2 +Version: 1.2 +Release: 1 Summary: Jetty toolchain artifact for distribution remote resources License: ASL 2.0 or EPL-1.0 URL: http://www.eclipse.org/jetty/ @@ -15,15 +15,20 @@ Jetty toolchain artifact for distribution remote distribution resources %autosetup -n org.eclipse.jetty.toolchain-%{name}-%{version} -p1 %build +cd %{name}/ %mvn_build %install +cd %{name}/ %mvn_install -%files -f .mfiles -%doc src/main/resources/LICENSE* +%files -f %{name}/.mfiles +%doc %{name}/src/main/resources/*.html %changelog +* Thu Jan 25 2024 xu_ping <707078654@qq.com> - 1.2-1 +- Upgrade version to 1.2 + * Mon May 9 2022 baizhonggui - 1.1-2 - modify license identifier diff --git a/jetty-distribution-remote-resources.yaml b/jetty-distribution-remote-resources.yaml index cf0decb..4cb97e1 100644 --- a/jetty-distribution-remote-resources.yaml +++ b/jetty-distribution-remote-resources.yaml @@ -1,4 +1,4 @@ -version_control: git -src_repo: https://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git +version_control: github +src_repo: jetty/jetty-toolchain tag_prefix: "jetty-distribution-remote-resources-" seperator: "." diff --git a/org.eclipse.jetty.toolchain-jetty-distribution-remote-resources-1.1.tar.gz b/org.eclipse.jetty.toolchain-jetty-distribution-remote-resources-1.1.tar.gz deleted file mode 100644 index 5f573fa..0000000 Binary files a/org.eclipse.jetty.toolchain-jetty-distribution-remote-resources-1.1.tar.gz and /dev/null differ diff --git a/org.eclipse.jetty.toolchain-jetty-distribution-remote-resources-1.2.tar.gz b/org.eclipse.jetty.toolchain-jetty-distribution-remote-resources-1.2.tar.gz new file mode 100644 index 0000000..624654f Binary files /dev/null and b/org.eclipse.jetty.toolchain-jetty-distribution-remote-resources-1.2.tar.gz differ