diff --git a/jetty-toolchain.spec b/jetty-toolchain.spec new file mode 100644 index 0000000000000000000000000000000000000000..55bffeb5fe4d75ca8116a1f5ecd5eecdb4d785a7 --- /dev/null +++ b/jetty-toolchain.spec @@ -0,0 +1,32 @@ +Name: jetty-toolchain +Version: 1.4 +Release: 1 +Summary: Jetty Toolchain main POM file +License: ASL 2.0 or EPL +URL: http://www.eclipse.org/jetty/ +Source0: https://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/snapshot/org.eclipse.jetty.toolchain-jetty-toolchain-1.4.tar.gz +BuildArch: noarch +BuildRequires: maven-local mvn(org.eclipse.jetty:jetty-parent:pom:) +%description +Jetty Toolchain main POM file + +%prep +%setup -q -n org.eclipse.jetty.toolchain-jetty-toolchain-1.4 +cp -p jetty-distribution-remote-resources/src/main/resources/* . +pushd %{name} +%pom_remove_plugin :maven-release-plugin + +%build +pushd %{name} +%mvn_build + +%install +pushd %{name} +%mvn_install + +%files -f %{name}/.mfiles +%doc LICENSE-APACHE-2.0.txt LICENSE-ECLIPSE-1.0.html notice.html + +%changelog +* Thu Jul 30 2020 shaoqiang kang - 1.4-1 +- Package init diff --git a/jetty-toolchain.yaml b/jetty-toolchain.yaml new file mode 100644 index 0000000000000000000000000000000000000000..657d123ef00801637fbfbde0b0ac692c635a7a51 --- /dev/null +++ b/jetty-toolchain.yaml @@ -0,0 +1,5 @@ +git_url: https://github.com/eclipse/jetty.toolchain +version_control: github +src_repo: eclipse/jetty.toolchain +tag_prefix: "jetty-toolchain-" +seperator: "." diff --git a/org.eclipse.jetty.toolchain-jetty-toolchain-1.4.tar.gz b/org.eclipse.jetty.toolchain-jetty-toolchain-1.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..140d8123b43b784540159c22dbf43cf77b2c8147 Binary files /dev/null and b/org.eclipse.jetty.toolchain-jetty-toolchain-1.4.tar.gz differ