Checkout sources from upstream with service
OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/xterm-console?expand=0&rev=2
This commit is contained in:
parent
4545978a96
commit
06f17c6257
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<services>
|
||||||
|
<service name="obs_scm" mode="disabled">
|
||||||
|
<param name="extract">psf2bdf.pl</param>
|
||||||
|
<param name="extract">xterm-console</param>
|
||||||
|
<param name="extract">xterm-console.spec</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
<param name="url">git://github.com/os-autoinst/xterm_console.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="revision">master</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="changesauthor">okurz@suse.com</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled"/>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 28 12:34:04 UTC 2020 - okurz@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.0:
|
||||||
|
*
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 28 12:26:32 UTC 2020 - okurz@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.0:
|
||||||
|
*
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 25 13:21:00 UTC 2018 - slindomansilla@suse.com
|
Mon Jun 25 13:21:00 UTC 2018 - slindomansilla@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xterm
|
# spec file for package xterm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015-2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@ Release: 0
|
|||||||
Summary: A Linux vt console look-alike xterm wrapper
|
Summary: A Linux vt console look-alike xterm wrapper
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
Url: https://build.opensuse.org/package/show/home:froh/xterm-console
|
Url: https://github.com/os-autoinst/xterm-console/tree/master
|
||||||
Source: xterm-console
|
Source: xterm-console
|
||||||
Source1: psf2bdf.pl
|
Source1: psf2bdf.pl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user