Accepting request 586678 from devel:languages:misc
- Be aware that source tree of gnulib is GPL-3.0 or later - change xorg-x11-devel --> pkgconfig(x11), pkgconfig(xaw6) pkgconfig(xext), pkgconfig(xpm) - Add explicit buildrequires on pkgconfig(zlib), glib2-devel, ncurses-devel. OBS-URL: https://build.opensuse.org/request/show/586678 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clisp?expand=0&rev=47
This commit is contained in:
commit
b159f0f194
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 08:03:57 UTC 2018 - werner@suse.de
|
||||
|
||||
- Be aware that source tree of gnulib is GPL-3.0 or later
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 13:36:16 UTC 2018 - crrodriguez@opensuse.org
|
||||
|
||||
- change xorg-x11-devel --> pkgconfig(x11), pkgconfig(xaw6)
|
||||
pkgconfig(xext), pkgconfig(xpm)
|
||||
- Add explicit buildrequires on pkgconfig(zlib), glib2-devel,
|
||||
ncurses-devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 09:02:18 UTC 2018 - werner@suse.de
|
||||
|
||||
|
11
clisp.spec
11
clisp.spec
@ -20,7 +20,8 @@ Name: clisp
|
||||
Version: 2.49.92
|
||||
Release: 0
|
||||
Summary: A Common Lisp Interpreter
|
||||
License: GPL-2.0+
|
||||
# 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: http://clisp.cons.org
|
||||
|
||||
@ -58,9 +59,11 @@ BuildRequires: ffcall
|
||||
#BuildRequires: gcc8
|
||||
#%endif
|
||||
BuildRequires: gdbm-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: libglade2-devel
|
||||
BuildRequires: libsigsegv-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: net-tools
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pcre-devel
|
||||
@ -68,7 +71,11 @@ BuildRequires: postgresql-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: screen
|
||||
BuildRequires: vim-data
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xaw6)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xpm)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
#
|
||||
# If set to yes do not forget to add
|
||||
# gcc-c++
|
||||
|
Loading…
Reference in New Issue
Block a user