Switch off _service and use remote assets.

This commit is contained in:
Matej Cepl 2022-06-08 10:17:37 +02:00
parent c0ece91336
commit a6fb2f21d0
4 changed files with 2 additions and 21 deletions

View File

@ -1,15 +0,0 @@
<services>
<service name="obs_scm" mode="buildtime">
<param name="versionprefix">0.7+git</param>
<param name="url">https://github.com/martanne/vis.git</param>
<param name="scm">git</param>
<param name="exclude">.git*</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="buildtime" />
</services>

View File

@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/martanne/vis.git</param>
<param name="changesrevision">0cc684f26b136029f4f49d808761d69228f42dff</param></service></servicedata>

Binary file not shown.

View File

@ -25,8 +25,8 @@ License: ISC
Group: Productivity/Text/Editors
URL: https://github.com/martanne/vis
# Source0: https://github.com/martanne/%%{name}/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz
Source0: vis-%{version}.tar.gz
Source1: https://github.com/martanne/vis-test/releases/download/v%{test_version}/vis-test-%{test_version}.tar.gz
#!RemoteAssetUrl: git+https://github.com/martanne/vis.git
#!RemoteAssetUrl: git+https://github.com/martanne/vis-test.git#v0.5
Source99: vis-rpmlintrc
# PATCH-FEATURE-UPSTREAM 675-non-block_subproc.patch gh#martanne/vis#675 mcepl@suse.com
# adds function vis.commuincate which spawns a process and returns handles to its std files.