Accepting request 1031152 from devel:languages:misc

- Depends on gzip as CLISP memory image data are compressed
  with gzip (boo#1132118). (forwarded request 1030408 from marxin)

OBS-URL: https://build.opensuse.org/request/show/1031152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clisp?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2022-10-26 12:21:55 +00:00 committed by Git OBS Bridge
commit 4b87c65f10
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 21 12:57:41 UTC 2022 - Martin Liška <mliska@suse.cz>
- Depends on gzip as CLISP memory image data are compressed
with gzip (boo#1132118).
-------------------------------------------------------------------
Mon Sep 9 07:50:29 UTC 2019 - Dr. Werner Fink <werner@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package clisp
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@ Summary: A Common Lisp Interpreter
# Included gllib is GPL-3.0-or-later
License: GPL-2.0-or-later AND GPL-3.0-or-later
Group: Development/Languages/Other
Url: https://gitlab.com/gnu-clisp/clisp
URL: https://gitlab.com/gnu-clisp/clisp
Source: %name-%version.tar.bz2
Source3: clisp-rpmlintrc
Source4: README.SUSE
@ -87,6 +87,8 @@ BuildRequires: pkgconfig(zlib)
Requires(pre): vim
Requires(pre): vim-data
Requires: ffcall
# CLISP memory image data are compressed with gzip
Requires: /usr/bin/gzip
Provides: %{name}-devel
Suggests: %{name}-doc
@ -327,6 +329,7 @@ then
type -p ip > /dev/null 2>&1 && ip link || :
type -p ss > /dev/null 2>&1 && ss -x || :
fi
#
%install
#