rpms/clisp/devel clisp.spec,1.22,1.23

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Dec 9 23:09:45 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/clisp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25159

Modified Files:
	clisp.spec 
Log Message:
disable berkeley db support for now


Index: clisp.spec
===================================================================
RCS file: /cvs/extras/rpms/clisp/devel/clisp.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- clisp.spec	9 Dec 2006 13:56:42 -0000	1.22
+++ clisp.spec	9 Dec 2006 23:09:15 -0000	1.23
@@ -1,15 +1,21 @@
 Name:		clisp
 Summary:	Common Lisp (ANSI CL) implementation
 Version:	2.41
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 
 Group:		Development/Languages
 License:	GPL
 URL:		http://clisp.cons.org
 Source:		http://download.sourceforge.net/clisp/clisp-2.41.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	readline-devel, gettext, pcre-devel, postgresql-devel
-BuildRequires:	libsigsegv-devel, db4-devel, zlib-devel
+BuildRequires:	readline-devel
+BuildRequires:  gettext
+BuildRequires:  pcre-devel
+BuildRequires:  postgresql-devel
+BuildRequires:	libsigsegv-devel
+# no berkeley db until fixed for new version
+#BuildRequires:  db4-devel
+BuildRequires:  zlib-devel
 BuildRequires:  libICE-devel
 BuildRequires:  libSM-devel
 BuildRequires:  libX11-devel
@@ -56,14 +62,17 @@
 
 %prep
 %setup -q
+# enforced stack size seems to be too small
+sed -i "s|ulimit -s 8192|ulimit -s unlimited|" configure
 
 
 %build
+# no berkeley db until fixed for new version
+# 	    --with-module=berkeley-db
 CFLAGS="" ./configure --prefix=%{_prefix} \
 	    --libdir=%{_libdir} \
 	    --fsstnd=redhat \
 	    --with-dynamic-ffi \
-	    --with-module=berkeley-db \
 	    --with-module=clx/new-clx \
 	    --with-module=pcre \
 	    --with-module=postgresql \
@@ -129,6 +138,9 @@
 
 
 %changelog
+* Sat Dec  9 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.41-3
+- rebuild without berkeley-db for now
+
 * Fri Oct 13 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.41-1
 - new version 2.41
 




More information about the fedora-extras-commits mailing list