rpms/sbcl/FC-3 .cvsignore, 1.5, 1.6 sbcl.spec, 1.24, 1.25 sources, 1.5, 1.6

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Dec 6 18:59:37 UTC 2005


Author: rdieter

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

Modified Files:
	.cvsignore sbcl.spec sources 
Log Message:
* Mon Nov 28 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.7-1
- 0.9.7



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	27 Oct 2005 17:34:32 -0000	1.5
+++ .cvsignore	6 Dec 2005 18:59:35 -0000	1.6
@@ -3,3 +3,4 @@
 sbcl-0.9.5-source.tar.bz2
 sbcl-0.9.5-x86-linux-binary.tar.bz2
 sbcl-0.9.6-source.tar.bz2
+sbcl-0.9.7-source.tar.bz2


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/sbcl.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sbcl.spec	27 Oct 2005 20:12:23 -0000	1.24
+++ sbcl.spec	6 Dec 2005 18:59:35 -0000	1.25
@@ -5,12 +5,15 @@
 #define min_bootstrap 1
 
 # define to enable verbose build for debugging
-#define verbose 1 
+%define sbcl_verbose 1 
+
+# shell to use
+%define sbcl_shell /bin/bash -x
 
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
-Version: 0.9.6
-Release: 5%{?dist}
+Version: 0.9.7
+Release: 1%{?dist}
 
 License: BSD/MIT
 Group: 	 Development/Languages
@@ -93,7 +96,7 @@
 %patch3 -p1 -b .optflags
 %patch4 -p1 -b .LIB_DIR
 %patch5 -p1 -b .make-config-fix
-%{?verbose:%patch6 -p1 -b .verbose-build}
+%{?sbcl_verbose:%patch6 -p1 -b .verbose-build}
 %patch7 -p1 -b .permissive
 
 # Enable sb-thread
@@ -110,7 +113,7 @@
 %if "%{?sbcl_bootstrap_src}" != "%{nil}"
 mkdir sbcl-bootstrap
 pushd sbcl-*-linux
-INSTALL_ROOT=`pwd`/../sbcl-bootstrap sh %{?verbose:-x} ./install.sh
+INSTALL_ROOT=`pwd`/../sbcl-bootstrap %{?sbcl_shell} ./install.sh
 popd
 %endif
 
@@ -141,7 +144,7 @@
 export EXTRA_CFLAGS="$CFLAGS"
 export DEFAULT_SBCL_HOME=%{_libdir}/sbcl
 %{?sbcl_arch:export SBCL_ARCH=%{sbcl_arch}}
-%{?setarch} %{?my_setarch} sh %{?verbose:-x} ./make.sh %{?bootstrap}
+%{?setarch} %{?my_setarch} %{?sbcl_shell} ./make.sh %{?bootstrap}
 
 
 
@@ -162,7 +165,7 @@
 pushd tests 
 # Only x86 builds are expected to pass all
 # Don't worry about thread.impure failure(s), threading is optional anyway.
-%{?setarch} sh ./run-tests.sh ||:
+%{?setarch} %{?sbcl_shell} ./run-tests.sh ||:
 popd
 
 
@@ -174,7 +177,7 @@
 unset SBCL_HOME 
 export INSTALL_ROOT=$RPM_BUILD_ROOT%{_prefix} 
 export LIB_DIR=$RPM_BUILD_ROOT%{_libdir} 
-sh %{?verbose:-x} ./install.sh 
+%{?sbcl_shell} ./install.sh 
 
 ## Unpackaged files
 rm -rf $RPM_BUILD_ROOT%{_docdir}/sbcl
@@ -182,8 +185,8 @@
 # CVS crud 
 find $RPM_BUILD_ROOT -name CVS -type d | xargs rm -rf
 find $RPM_BUILD_ROOT -name .cvsignore | xargs rm -f
-# 'test-passed' files from %%check (leave these in, for now -- Rex)
-# find $RPM_BUILD_ROOT -name 'test-passed' | xargs rm -f
+# 'test-passed' files from %%check
+find $RPM_BUILD_ROOT -name 'test-passed' | xargs rm -vf
 
 
 %if "%{?min_bootstrap}" == "%{nil}"
@@ -223,8 +226,11 @@
 
 
 %changelog
+* Mon Nov 28 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.7-1
+- 0.9.7
+
 * Thu Oct 27 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.6-5
-- override friggen sb-posix test failure(s).
+- override (bogus/mock-induced) sb-posix test failure(s).
 
 * Thu Oct 27 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.6-4
 - drop -D_FILE_OFFSET_BITS=64


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	27 Oct 2005 17:34:32 -0000	1.5
+++ sources	6 Dec 2005 18:59:35 -0000	1.6
@@ -1,4 +1,4 @@
 3a72d0785ce0a8e02f9af632c2a4f217  sbcl-0.8.15-powerpc-linux-binary.tar.bz2
 67ec41e624a3f2ad7f6f3cde1bd001d3  sbcl-0.9.4-x86-64-linux-binary.tar.bz2
 cb01b462b517889723eeaf63b5474c70  sbcl-0.9.5-x86-linux-binary.tar.bz2
-5e94122e73bc59c1411ff93fee948bfb  sbcl-0.9.6-source.tar.bz2
+d5e5e4ae500f12b7523989222cb4cc88  sbcl-0.9.7-source.tar.bz2




More information about the scm-commits mailing list