rpms/clisp/FC-4 .cvsignore, 1.2, 1.3 clisp.spec, 1.6, 1.7 sources, 1.2, 1.3

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Mon Aug 29 22:54:17 UTC 2005


Author: gemi

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/clisp/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	17 Aug 2005 18:26:10 -0000	1.2
+++ .cvsignore	29 Aug 2005 22:54:14 -0000	1.3
@@ -1 +1 @@
-clisp-2.34.tar.bz2
+clisp-2.35.tar.bz2


Index: clisp.spec
===================================================================
RCS file: /cvs/extras/rpms/clisp/FC-4/clisp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- clisp.spec	18 Aug 2005 18:41:52 -0000	1.6
+++ clisp.spec	29 Aug 2005 22:54:14 -0000	1.7
@@ -1,27 +1,36 @@
 Name:		clisp
 Summary:	Common Lisp (ANSI CL) implementation
-Version:	2.34
-Release: 	7%{?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, postgresql-devel
 BuildRequires:	libsigsegv-devel, db4-devel, zlib-devel
 
 %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
@@ -32,16 +41,14 @@
 %description devel
 Files necessary for linking CLISP.
 
+
 %prep
 %setup -q
 
 
 %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
-ulimit -S -s 8192
 ./configure --prefix=%{_prefix} \
 	    --libdir=%{_libdir} \
 	    --fsstnd=redhat \
@@ -60,7 +67,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make -C build 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}
@@ -104,6 +111,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
 - do the compilation in the "build" directory
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/clisp/FC-4/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 22:54:14 -0000	1.3
@@ -1 +1 @@
-68b20ad2d13bdc544e57000e38c856de  clisp-2.34.tar.bz2
+a8e3136c4ecfb5deb65fe53e22ca2c07  clisp-2.35.tar.bz2




More information about the fedora-extras-commits mailing list