rpms/clisp/FC-4 clisp.spec,1.3,1.4

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Thu Aug 18 18:11:57 UTC 2005


Author: gemi

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

Modified Files:
	clisp.spec 
Log Message:
ulimit for ppc


Index: clisp.spec
===================================================================
RCS file: /cvs/extras/rpms/clisp/FC-4/clisp.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- clisp.spec	17 Aug 2005 21:57:59 -0000	1.3
+++ clisp.spec	18 Aug 2005 18:11:55 -0000	1.4
@@ -1,7 +1,7 @@
 Name:		clisp
 Summary:	Common Lisp (ANSI CL) implementation
 Version:	2.34
-Release: 	3%{?dist}
+Release: 	5%{?dist}
 
 Group:		Development/Languages
 License:	GPL
@@ -10,7 +10,6 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	readline-devel, XFree86-devel, gettext, pcre-devel, postgresql-devel
 BuildRequires:	libsigsegv-devel, db4-devel, zlib-devel
-ExcludeArch:	ppc ppc64
 
 %description
 Common Lisp is a high-level, general-purpose programming language.
@@ -42,23 +41,21 @@
 # during test phase something goes wrong during file copying, so disable check
 sed -i -e 's|^  make check$||' configure
 # setting CFLAGS breaks the build
+ulimit -S -s 8192
 ./configure --prefix=%{_prefix} \
 	    --libdir=%{_libdir} \
 	    --fsstnd=redhat \
 	    --with-dynamic-ffi \
 	    --with-module=berkeley-db \
 	    --with-module=clx/new-clx \
-	    --with-module=i18n \
 	    --with-module=pcre \
 	    --with-module=postgresql \
 	    --with-module=rawsock \
-	    --with-module=regexp \
-	    --with-module=syscalls \
 	    --with-module=wildcard \
 	    --with-module=zlib \
    	    --with-module=bindings/glibc \
 	    --with-readline \
-	    --build
+	    --build build
 
 
 %install
@@ -107,6 +104,9 @@
 
 
 %changelog
+* Thu Aug 18 2005 Gerard Milmeister <gemi at bluewin.ch> - 2.34-4
+- Use ulimit for the build to succeed on ppc
+
 * 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