rpms/clisp/FC-3 clisp.spec,1.5,1.6 sources,1.2,1.3

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Mon Aug 29 23:11:56 UTC 2005


Author: gemi

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

Modified Files:
	clisp.spec sources 
Log Message:
new version 2.35


Index: clisp.spec
===================================================================
RCS file: /cvs/extras/rpms/clisp/FC-3/clisp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- clisp.spec	17 Aug 2005 22:25:31 -0000	1.5
+++ clisp.spec	29 Aug 2005 23:11:53 -0000	1.6
@@ -1,28 +1,36 @@
 Name:		clisp
 Summary:	Common Lisp (ANSI CL) implementation
-Version:	2.34
-Release: 	5%{?dist}
+Version:	2.35
+Release: 	1%{?dist}
 
 Group:		Development/Languages
 License:	GPL
 URL:		http://sourceforge.net/projects/clisp
-Source:		http://download.sourceforge.net/clisp/clisp-2.34.tar.bz2
+Source:		http://download.sourceforge.net/clisp/clisp-2.35.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	readline-devel, XFree86-devel, gettext, pcre-devel
 BuildRequires:	libsigsegv-devel, db4-devel, zlib-devel
-ExcludeArch:	ppc ppc64
 
 %description
-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.
-
-GNU CLISP includes an interpreter, a compiler, a debugger, a large
-subset of CLOS, a foreign language interface and a socket interface.
-An X11 interface is available through CLX, Garnet, CLUE/CLIO.  GNU
-CLISP runs Maxima, ACL2 and many other Common Lisp packages.
+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 MB 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
@@ -39,8 +47,6 @@
 
 %build
 sed -i -e 's|-Wpointer-arith|-Wpointer-arith -falign-functions=4|' src/makemake.in
-# during test phase something goes wrong during file copying, so disable check
-sed -i -e 's|^  make check$||' configure
 # setting CFLAGS breaks the build
 ./configure --prefix=%{_prefix} \
 	    --libdir=%{_libdir} \
@@ -48,21 +54,18 @@
 	    --with-dynamic-ffi \
 	    --with-module=berkeley-db \
 	    --with-module=clx/new-clx \
-	    --with-module=i18n \
 	    --with-module=pcre \
 	    --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
 rm -rf $RPM_BUILD_ROOT
-make -C src prefix=%{_prefix} libdir=%{_libdir} DESTDIR=$RPM_BUILD_ROOT  mandir=%{_mandir} install
+make -C build prefix=%{_prefix} libdir=%{_libdir} mandir=%{_mandir} 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}
@@ -106,6 +109,9 @@
 
 
 %changelog
+* Tue Aug 30 2005 Gerard Milmeister <gemi at bluewin.ch> - 2.35-1
+- New Version 2.35
+
 * Thu Aug 18 2005 Gerard Milmeister <gemi at bluewin.ch> - 2.34-5
 - Don't build with postgres (8.0 required)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/clisp/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	17 Aug 2005 18:26:10 -0000	1.2
+++ sources	29 Aug 2005 23:11:53 -0000	1.3
@@ -1 +1 @@
-68b20ad2d13bdc544e57000e38c856de  clisp-2.34.tar.bz2
+a8e3136c4ecfb5deb65fe53e22ca2c07  clisp-2.35.tar.bz2




More information about the scm-commits mailing list