OBS-URL: https://build.opensuse.org/package/show/Java:packages/jetty-artifact-remote-resources?expand=0&rev=2
This commit is contained in:
parent
78c1a04558
commit
9844bbff29
15
_service
Normal file
15
_service
Normal 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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3a8565ced99127ff76bd2fab6479bd97905623be763505a95000669d50b8258
|
||||
size 239864
|
3
jetty-artifact-remote-resources-1.2.tar.xz
Normal file
3
jetty-artifact-remote-resources-1.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b04018d001e85e3ff146e7633834d65365ccab90dbfb161784bbf8c5cbf48188
|
||||
size 9416
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user