.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=64
This commit is contained in:
parent
ad051215f0
commit
58f7f67c7f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 10 08:52:25 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
- Collect some informations on the build system for debugging
|
||||||
|
a random error on sockets during test suite
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 19 12:20:06 UTC 2017 - werner@suse.de
|
Thu Jan 19 12:20:06 UTC 2017 - werner@suse.de
|
||||||
|
|
||||||
|
@ -127,6 +127,15 @@ with the file README. The subdirectory
|
|||||||
contains two nice applications.
|
contains two nice applications.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
#
|
||||||
|
# Collect some informations on the build system for debugging
|
||||||
|
# a random error on sockets during test suite
|
||||||
|
#
|
||||||
|
type -p systemd-detect-virt > /dev/null 2>&1 && systemd-detect-virt
|
||||||
|
type -p uname > /dev/null 2>&1 && uname -a
|
||||||
|
type -p netstat > /dev/null 2>&1 && netstat -i
|
||||||
|
type -p netstat > /dev/null 2>&1 && netstat -x
|
||||||
|
#
|
||||||
%setup -qT -b0 -n clisp-%uuid
|
%setup -qT -b0 -n clisp-%uuid
|
||||||
%patch1 -p1 -b .sel
|
%patch1 -p1 -b .sel
|
||||||
%patch2 -p1 -b .wooh
|
%patch2 -p1 -b .wooh
|
||||||
|
Loading…
Reference in New Issue
Block a user