rpms/gcl/FC-5 gcl.spec,1.19,1.20

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat May 6 10:10:54 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/gcl/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2045/FC-5

Modified Files:
	gcl.spec 
Log Message:



Index: gcl.spec
===================================================================
RCS file: /cvs/extras/rpms/gcl/FC-5/gcl.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gcl.spec	14 Apr 2006 09:44:15 -0000	1.19
+++ gcl.spec	6 May 2006 10:10:54 -0000	1.20
@@ -1,6 +1,6 @@
 Name:           gcl
 Version:        2.6.7
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        GNU Common Lisp
 
 Group:          Development/Languages
@@ -21,7 +21,7 @@
 
 
 %description
-GCL is a Common Lisp currently compliant with the CLtL1 standard. Lisp
+GCL is a Common Lisp currently compliant with the ANSI standard. Lisp
 compilation produces native code through the intermediary of the
 system's C compiler, from which GCL derives efficient performance and
 facile portability. Currently uses TCL/Tk as GUI.
@@ -34,7 +34,7 @@
 
 
 %build
-%configure --enable-readine --enable-ansi --enable-tclconfig=%{_libdir} --enable-tkconfig=%{_libdir}
+%configure --enable-readline --enable-ansi --enable-tclconfig=%{_libdir} --enable-tkconfig=%{_libdir}
 perl -pi -e 's|/usr/lib/tk|%{_datadir}/tk|' debian/gcl.sh makedefc makedefs
 perl -pi -e 's|/usr/lib/tcl|%{_datadir}/tcl|' debian/gcl.sh makedefc makedefs
 # %{?_smp_mflags} breaks the build
@@ -97,6 +97,10 @@
 
 
 %changelog
+* Sat May  6 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.6.7-11
+- fixed summary text (CLtL1 -> ANSI)
+- configure: readine -> readline
+
 * Fri Apr 14 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.6.7-10
 - added changes to SELinux policy
 




More information about the fedora-extras-commits mailing list