rpms/clisp/devel clisp.spec,1.26,1.27

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Fri May 4 06:17:13 UTC 2007


Author: dwmw2

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

Modified Files:
	clisp.spec 
Log Message:
remove stack patch, use specfile. Why in hell doesn't it build in the build system when it builds everywhere else?


Index: clisp.spec
===================================================================
RCS file: /cvs/extras/rpms/clisp/devel/clisp.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- clisp.spec	3 May 2007 20:25:35 -0000	1.26
+++ clisp.spec	4 May 2007 06:16:38 -0000	1.27
@@ -1,13 +1,12 @@
 Name:		clisp
 Summary:	Common Lisp (ANSI CL) implementation
 Version:	2.41
-Release: 	5%{?dist}
+Release: 	6%{?dist}
 
 Group:		Development/Languages
 License:	GPL
 URL:		http://clisp.cons.org
 Source:		http://download.sourceforge.net/clisp/clisp-2.41.tar.bz2
-Patch:		clisp-config-stacksize.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	readline-devel
 BuildRequires:  gettext
@@ -27,7 +26,8 @@
 BuildRequires:  libXrender-devel
 BuildRequires:  libXt-devel
 BuildRequires:	imake
-ExcludeArch: ppc64
+ExcludeArch:	ppc64
+
 
 %description
 ANSI Common Lisp is a high-level, general-purpose programming
@@ -62,9 +62,8 @@
 
 %prep
 %setup -q
-%patch -p0
 # enforced stack size seems to be too small
-sed -i "s|STACK_LIMIT=16384|STACK_LIMIT=unlimited|" configure
+sed -i "s|ulimit -s 8192|ulimit -s unlimited|" configure
 
 
 %build
@@ -139,7 +138,10 @@
 
 
 %changelog
-* Mon May  3 2007 David Woodhouse <dwmw2 at infradead.org> - 2.41-5
+* Fri May  4 2007 David Woodhouse <dwmw2 at infradead.org> - 2.41-6
+- Revert to overriding stack limit in specfile
+
+* Thu May  3 2007 David Woodhouse <dwmw2 at infradead.org> - 2.41-5
 - Exclude ppc64 for now
 
 * Mon Apr 30 2007 David Woodhouse <dwmw2 at infradead.org> - 2.41-4




More information about the fedora-extras-commits mailing list