diff --git a/jetty-artifact-remote-resources.spec b/jetty-artifact-remote-resources.spec index e02409b..4339b6b 100644 --- a/jetty-artifact-remote-resources.spec +++ b/jetty-artifact-remote-resources.spec @@ -1,6 +1,6 @@ Name: jetty-artifact-remote-resources -Version: 1.0 -Release: 2 +Version: 1.1 +Release: 1 Summary: Jetty toolchain artifact remote resources License: ASL 2.0 or EPL-1.0 URL: http://www.eclipse.org/jetty/ @@ -17,15 +17,20 @@ Jetty toolchain artifact remote resources cp -p %{SOURCE2} %{SOURCE3} . %build +cd %{name} %mvn_build %install +cd %{name} %mvn_install -%files -f .mfiles +%files -f %{name}/.mfiles %doc LICENSE-2.0.txt epl-v10.html %changelog +* Wed Jan 24 2024 xu_ping <707078654@qq.com> - 1.1-1 +- Upgrade version to 1.1 + * Mon May 9 2022 baizhonggui - 1.0-2 - modify license identifier diff --git a/jetty-artifact-remote-resources.yaml b/jetty-artifact-remote-resources.yaml index ea6d0f5..1ecddf8 100644 --- a/jetty-artifact-remote-resources.yaml +++ b/jetty-artifact-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-artifact-remote-resources-" seperator: "." diff --git a/org.eclipse.jetty.toolchain-jetty-artifact-remote-resources-1.0.tar.gz b/org.eclipse.jetty.toolchain-jetty-artifact-remote-resources-1.0.tar.gz deleted file mode 100644 index bd346ed..0000000 Binary files a/org.eclipse.jetty.toolchain-jetty-artifact-remote-resources-1.0.tar.gz and /dev/null differ diff --git a/org.eclipse.jetty.toolchain-jetty-artifact-remote-resources-1.1.tar.gz b/org.eclipse.jetty.toolchain-jetty-artifact-remote-resources-1.1.tar.gz new file mode 100644 index 0000000..e6dd2f6 Binary files /dev/null and b/org.eclipse.jetty.toolchain-jetty-artifact-remote-resources-1.1.tar.gz differ