Fridrich Strba 2019-11-06 09:31:00 +00:00 committed by Git OBS Bridge
parent 78c1a04558
commit 9844bbff29
4 changed files with 20 additions and 5 deletions

15
_service Normal file
View File

@ -0,0 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/eclipse/jetty.toolchain.git</param>
<param name="revision">jetty-artifact-remote-resources-1.2</param>
<param name="versionformat">1.2</param>
<param name="subdir">jetty-artifact-remote-resources</param>
<param name="filename">jetty-artifact-remote-resources</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3a8565ced99127ff76bd2fab6479bd97905623be763505a95000669d50b8258
size 239864

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b04018d001e85e3ff146e7633834d65365ccab90dbfb161784bbf8c5cbf48188
size 9416

View File

@ -23,7 +23,7 @@ Summary: Jetty toolchain artifact remote resources
License: Apache-2.0 OR EPL-1.0
Group: Development/Libraries/Java
URL: http://www.eclipse.org/jetty/
Source0: https://github.com/eclipse/jetty.toolchain/archive/%{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.xz
BuildRequires: maven-local
BuildRequires: xz
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
@ -35,7 +35,7 @@ BuildArch: noarch
Jetty toolchain artifact remote resources
%prep
%setup -q -n jetty.toolchain-%{name}-%{version}/%{name}
%setup -q
%build
%{mvn_build}