.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=62
This commit is contained in:
parent
3e8f816e84
commit
ad051215f0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 12:20:06 UTC 2017 - werner@suse.de
|
||||
|
||||
- Remove -L option on screen call dues API change, now we depend
|
||||
on environment variables only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 13:45:20 UTC 2016 - werner@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package clisp
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -205,8 +205,8 @@ unset cfi386 noexec nommap safety
|
||||
#
|
||||
# Environment for the case of missing terminal
|
||||
#
|
||||
%global _configure screen -L -D -m setarch $(uname -m) -R ./configure
|
||||
%global _make screen -L -D -m setarch $(uname -m) -R make
|
||||
%global _configure screen -D -m setarch $(uname -m) -R ./configure
|
||||
%global _make screen -D -m setarch $(uname -m) -R make
|
||||
SCREENDIR=$(mktemp -d ${PWD}/screen.XXXXXX) || exit 1
|
||||
SCREENRC=${SCREENDIR}/clisp
|
||||
export SCREENRC SCREENDIR
|
||||
@ -214,6 +214,7 @@ exec 0< /dev/null
|
||||
SCREENLOG=${SCREENDIR}/log
|
||||
cat > $SCREENRC<<-EOF
|
||||
deflogin off
|
||||
deflog on
|
||||
logfile $SCREENLOG
|
||||
logfile flush 1
|
||||
logtstamp off
|
||||
|
Loading…
Reference in New Issue
Block a user