SPECS: clisp.spec - up to 2.37 - added bcond tests (default on), r...

twittner twittner at pld-linux.org
Sun Jan 8 16:46:24 CET 2006


Author: twittner                     Date: Sun Jan  8 15:46:24 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 2.37
- added bcond tests (default on), run test suite (passed without errors on
  my computer)
- pass compiler through `CC'

---- Files affected:
SPECS:
   clisp.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/clisp.spec
diff -u SPECS/clisp.spec:1.32 SPECS/clisp.spec:1.33
--- SPECS/clisp.spec:1.32	Mon Dec  5 13:28:31 2005
+++ SPECS/clisp.spec	Sun Jan  8 16:46:19 2006
@@ -1,14 +1,17 @@
 # $Revision$, $Date$
+#
+%bcond_without	tests # run test suite `make check'
+#
 Summary:	Common Lisp (ANSI CL) implementation
 Summary(pl):	Implementacja Common Lisp (ANSI CL)
 Summary(pt_BR):	Implementaçăo do Common Lisp (ANSI CL)
 Name:		clisp
-Version:	2.36
-Release:	1
+Version:	2.37
+Release:	1	
 License:	GPL
 Group:		Development/Languages
 Source0:	http://dl.sourceforge.net/clisp/%{name}-%{version}.tar.bz2
-# Source0-md5:	b6b5f6b7e6d0ce9f42bc07d59fbddc09
+# Source0-md5:	f2445b3935b6f97b443d9548c38872e9
 Patch0:		%{name}-shell.patch
 Patch1:		%{name}-alpha.patch
 Icon:		clisp.gif
@@ -76,8 +79,8 @@
 #%{__perl} -pi -e "s@' -O2?([^0])@' %{rpmcflags} -fno-strict-aliasing\$1@" src/makemake.in
 
 %build
-./configure \
-	--prefix=%{_prefix}
+CC="%{__cc}" ./configure \
+		--prefix=%{_prefix} 
 
 cd src
 ./makemake \
@@ -93,7 +96,8 @@
 %{__make} config.lisp
 %{__make} \
 	libdir=%{_libdir}
-#make check
+
+%{?with_tests:%{__make} check}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -138,6 +142,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2006/01/08 15:46:19  twittner
+- up to 2.37
+- added bcond tests (default on), run test suite (passed without errors on
+  my computer)
+- pass compiler through `CC'
+
 Revision 1.32  2005/12/05 12:28:31  undefine
 - up to 2.36
 - remove system(built by default) modules
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/clisp.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list