SPECS: clisp.spec - up to 2.45
lkrotowski
lkrotowski at pld-linux.org
Fri Jun 20 18:04:51 CEST 2008
Author: lkrotowski Date: Fri Jun 20 16:04:51 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 2.45
---- Files affected:
SPECS:
clisp.spec (1.46 -> 1.47)
---- Diffs:
================================================================
Index: SPECS/clisp.spec
diff -u SPECS/clisp.spec:1.46 SPECS/clisp.spec:1.47
--- SPECS/clisp.spec:1.46 Mon Feb 12 22:23:51 2007
+++ SPECS/clisp.spec Fri Jun 20 18:04:46 2008
@@ -1,4 +1,6 @@
# $Revision$, $Date$
+# TODO:
+# - review alpha patch
#
# Conditional build:
%bcond_with tests # run test suite `make check' (uses network, won't pass on vserver)
@@ -7,15 +9,16 @@
Summary(pl.UTF-8): Implementacja Common Lisp (ANSI CL)
Summary(pt_BR.UTF-8): Implementação do Common Lisp (ANSI CL)
Name: clisp
-Version: 2.41
+Version: 2.45
Release: 2
License: GPL
Group: Development/Languages
Source0: http://dl.sourceforge.net/clisp/%{name}-%{version}.tar.bz2
-# Source0-md5: 3a7a00e82ebeeb72a75a032f84c36c6c
+# Source0-md5: 1f26ef23ca310366e328df925c23c663
Patch0: %{name}-shell.patch
Patch1: %{name}-alpha.patch
URL: http://clisp.cons.org/
+BuildRequires: ffcall-devel
BuildRequires: gettext-devel
BuildRequires: libsigsegv >= 2.4
BuildRequires: ncurses-devel
@@ -73,7 +76,7 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
+#%patch1 -p1
# changing default -O to optflags causes memory fault on amd64
# - so something is broken... code or compiler
@@ -97,9 +100,11 @@
--with-module=bindings/glibc \
--with-module=clx/new-clx \
>Makefile
-%{__make} config.lisp
+%{__make} config.lisp \
+ TOPDIR=clisp
%{__make} \
- libdir=%{_libdir}
+ libdir=%{_libdir} \
+ TOPDIR=clisp
%{?with_tests:%{__make} check}
@@ -110,7 +115,8 @@
DESTDIR=$RPM_BUILD_ROOT \
libdir=%{_libdir} \
lispdocdir=%{_docdir}/%{name}-%{version} \
- mandir=%{_mandir}
+ mandir=%{_mandir} \
+ TOPDIR=clisp
install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/modules
install modules/*/*.dvi $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/modules
@@ -146,6 +152,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.47 2008/06/20 16:04:46 lkrotowski
+- up to 2.45
+
Revision 1.46 2007/02/12 21:23:51 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/clisp.spec?r1=1.46&r2=1.47&f=u
More information about the pld-cvs-commit
mailing list