Name: clisp Summary: Common Lisp (ANSI CL) implementation Version: 2.43 Release: 3%{?dist} Group: Development/Languages License: GPLv2 URL: http://clisp.cons.org Source: http://download.sourceforge.net/clisp/clisp-2.43.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: diffutils BuildRequires: imake BuildRequires: libsigsegv-devel BuildRequires: readline-devel BuildRequires: gdbm-devel BuildRequires: gettext BuildRequires: gtk2-devel BuildRequires: libglade2-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel BuildRequires: libXaw-devel BuildRequires: libXext-devel BuildRequires: libXft-devel BuildRequires: libXmu-devel BuildRequires: libXrender-devel BuildRequires: libXt-devel BuildRequires: pcre-devel BuildRequires: postgresql-devel BuildRequires: zlib-devel # no berkeley db until fixed for new version #BuildRequires: db4-devel ExcludeArch: ppc64 %description ANSI Common Lisp is a high-level, general-purpose programming language. GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It mostly supports the Lisp described in the ANSI Common Lisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MiB of RAM. It is Free Software and may be distributed under the terms of GNU GPL, while it is possible to distribute commercial proprietary applications compiled with GNU CLISP. The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed at run time. GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, sockets, i18n, fast bignums and more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages. %package devel Summary: Development files for CLISP Group: Development/Languages Requires: %{name} = %{version}-%{release} %description devel Files necessary for linking CLISP. %prep %setup -q # enforced stack size seems to be too small sed -i "s|STACK_LIMIT=.*|STACK_LIMIT=unlimited|" configure %build # no berkeley db until fixed for new version # --with-module=berkeley-db ./configure --prefix=%{_prefix} \ --libdir=%{_libdir} \ --fsstnd=redhat \ --with-dynamic-ffi \ --with-module=bindings/glibc \ --with-module=clx/new-clx \ --with-module=gdbm \ --with-module=gtk2 \ --with-module=pcre \ --with-module=postgresql \ --with-module=rawsock \ --with-module=wildcard \ --with-module=zlib \ --with-readline \ --build build \ CFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make -C \ build \ prefix=%{_prefix} \ libdir=%{_libdir} \ mandir=%{_mandir} \ docdir=%{_docdir}/clisp-%{version} \ DESTDIR=$RPM_BUILD_ROOT \ install rm -f $RPM_BUILD_ROOT%{_docdir}/clisp-%{version}/doc/clisp.{dvi,1,ps} cp -p doc/mop-spec.pdf $RPM_BUILD_ROOT%{_docdir}/clisp-%{version}/doc %find_lang %{name} %find_lang %{name}low cat %{name}low.lang >> %{name}.lang %files -f %{name}.lang %defattr(-,root,root,-) %{_bindir}/clisp %{_mandir}/man1/* %{_docdir}/clisp-%{version} %dir %{_libdir}/clisp-*/base %dir %{_libdir}/clisp-*/full %dir %{_libdir}/clisp-* %{_libdir}/clisp-*/base/lispinit.mem %{_libdir}/clisp-*/base/lisp.run %{_libdir}/clisp-*/full/lispinit.mem %{_libdir}/clisp-*/full/lisp.run %{_libdir}/clisp-*/data %{_datadir}/emacs/site-lisp/* %{_datadir}/vim/vimfiles/after/syntax/* %files devel %defattr(-,root,root,-) %attr(0755,root,root) %{_libdir}/clisp-*/clisp-link %{_libdir}/clisp-*/base/*.a %{_libdir}/clisp-*/base/*.o %{_libdir}/clisp-*/base/*.h %{_libdir}/clisp-*/base/*.dvi %{_libdir}/clisp-*/base/makevars %{_libdir}/clisp-*/full/*.a %{_libdir}/clisp-*/full/*.o %{_libdir}/clisp-*/full/*.h %{_libdir}/clisp-*/full/*.dvi %{_libdir}/clisp-*/full/makevars %{_libdir}/clisp-*/linkkit %clean rm -fr $RPM_BUILD_ROOT %changelog * Sat Nov 24 2007 Gerard Milmeister - 2.43-1 - new release 2.43 * Tue Oct 16 2007 Gerard Milmeister - 2.42-1 - new release 2.42 * Fri May 4 2007 David Woodhouse - 2.41-6 - Revert to overriding stack limit in specfile * Thu May 3 2007 David Woodhouse - 2.41-5 - Exclude ppc64 for now * Mon Apr 30 2007 David Woodhouse - 2.41-4 - Fix stack size in configure, restore ppc build * Sat Dec 9 2006 Gerard Milmeister - 2.41-3 - rebuild without berkeley-db for now * Fri Oct 13 2006 Gerard Milmeister - 2.41-1 - new version 2.41 * Tue Oct 3 2006 Gerard Milmeister - 2.40-3 - Added patch for x86_64 * Mon Oct 2 2006 Gerard Milmeister - 2.40-1 - new version 2.40 * Mon Aug 28 2006 Gerard Milmeister - 2.39-4 - Rebuild for FE6 * Fri Jul 28 2006 Gerard Milmeister - 2.39-3 - changed url to canonical web page * Mon Jul 24 2006 Gerard Milmeister - 2.39-2 - rebuild with updated libsigsegv - set CFLAGS to "" * Mon Jul 17 2006 Gerard Milmeister - 2.39-1 - new version 2.39 * Fri Feb 17 2006 Gerard Milmeister - 2.38-2 - Rebuild for Fedora Extras 5 * Sun Jan 29 2006 Gerard Milmeister - 2.38-1 - new version 2.38 * Tue Jan 3 2006 Gerard Milmeister - 2.37-1 - new version 2.37 * Wed Dec 28 2005 Gerard Milmeister - 2.36-1 - New Version 2.36 * Tue Aug 30 2005 Gerard Milmeister - 2.35-1 - New Version 2.35 * Thu Aug 18 2005 Gerard Milmeister - 2.34-5 - do the compilation in the "build" directory * Thu Aug 18 2005 Gerard Milmeister - 2.34-4 - Use ulimit for the build to succeed on ppc * Wed Aug 17 2005 Gerard Milmeister - 2.34-3 - Build fails on ppc, exclude for now * Wed Aug 17 2005 Gerard Milmeister - 2.34-2 - Fix libdir for x86_64 * Tue Aug 16 2005 Gerard Milmeister - 2.34-1 - New Version 2.34