]> git.pld-linux.org Git - packages/clisp.git/blobdiff - clisp.spec
*** empty log message ***
[packages/clisp.git] / clisp.spec
index c651168b50153893e8974215699ce5741bd3bc74..760b9d6dfc347e9502ac7c6b5902bc78c7007bdf 100644 (file)
@@ -2,14 +2,13 @@ Summary:      Common Lisp (ANSI CL) implementation
 Summary(pl):   Implementacja Common Lisp (ANSI CL)
 Summary(pt_BR):        ImplementaĆ§Ć£o do Common Lisp (ANSI CL)
 Name:          clisp
-Version:       2.30
+Version:       2.32
 Release:       1
 License:       GPL
 Group:         Development/Languages
-Source0:       ftp://cvs2.cons.org/pub/lisp/clisp/source/latest/%{name}-%{version}.tar.bz2
-# Source0-md5: 29e80e430c6098c78dbd2e56334aaa90
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+# Source0-md5: 20a036128ec04e7a48d44c1a1c6f8afe
 Patch0:                %{name}-shell.patch
-Patch1:                %{name}-no_LIBC.patch
 Icon:          clisp.gif
 URL:           http://clisp.cons.org/
 BuildRequires: readline-devel
@@ -65,7 +64,6 @@ software livre, distribu
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 ./configure --prefix=%{_prefix}
@@ -75,9 +73,12 @@ cd src
        --with-readline \
        --with-gettext \
        --with-dynamic-ffi \
+       --fsstnd=redhat \
        --with-module=wildcard \
        --with-module=regexp \
        --with-module=bindings/glibc \
+       --with-module=clx/new-clx \
+       --with-module=syscalls \
        >Makefile
 %{__make} config.lisp
 %{__make}
This page took 0.100772 seconds and 4 git commands to generate.