rpms/clisp/FC-3 clisp.spec,1.4,1.5

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Wed Aug 17 22:25:33 UTC 2005


Author: gemi

Update of /cvs/extras/rpms/clisp/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17855

Modified Files:
	clisp.spec 
Log Message:
disable postgres


Index: clisp.spec
===================================================================
RCS file: /cvs/extras/rpms/clisp/FC-3/clisp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- clisp.spec	17 Aug 2005 22:14:16 -0000	1.4
+++ clisp.spec	17 Aug 2005 22:25:31 -0000	1.5
@@ -1,14 +1,14 @@
 Name:		clisp
 Summary:	Common Lisp (ANSI CL) implementation
 Version:	2.34
-Release: 	4%{?dist}
+Release: 	5%{?dist}
 
 Group:		Development/Languages
 License:	GPL
 URL:		http://sourceforge.net/projects/clisp
 Source:		http://download.sourceforge.net/clisp/clisp-2.34.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	readline-devel, XFree86-devel, gettext, pcre-devel, postgresql-devel
+BuildRequires:	readline-devel, XFree86-devel, gettext, pcre-devel
 BuildRequires:	libsigsegv-devel, db4-devel, zlib-devel
 ExcludeArch:	ppc ppc64
 
@@ -50,7 +50,6 @@
 	    --with-module=clx/new-clx \
 	    --with-module=i18n \
 	    --with-module=pcre \
-	    --with-module=postgresql \
 	    --with-module=rawsock \
 	    --with-module=regexp \
 	    --with-module=syscalls \
@@ -107,6 +106,9 @@
 
 
 %changelog
+* Thu Aug 18 2005 Gerard Milmeister <gemi at bluewin.ch> - 2.34-5
+- Don't build with postgres (8.0 required)
+
 * Wed Aug 17 2005 Gerard Milmeister <gemi at bluewin.ch> - 2.34-3
 - Build fails on ppc, exclude for now
 




More information about the fedora-extras-commits mailing list