rpms/sbcl/devel sbcl-0.9.13-LIB_DIR.patch, NONE, 1.1 sbcl.spec, 1.43, 1.44 sbcl-0.9.10-make-config-ppc.patch, 1.1, NONE sbcl-0.9.4-LIB_DIR.patch, 1.3, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue May 30 20:15:32 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/sbcl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18064

Modified Files:
	sbcl.spec 
Added Files:
	sbcl-0.9.13-LIB_DIR.patch 
Removed Files:
	sbcl-0.9.10-make-config-ppc.patch sbcl-0.9.4-LIB_DIR.patch 
Log Message:
* Tue May 30 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-1
- 0.9.13


sbcl-0.9.13-LIB_DIR.patch:

--- NEW FILE sbcl-0.9.13-LIB_DIR.patch ---
--- sbcl-0.9.13/install.sh.LIB_DIR	2006-05-17 07:06:08.000000000 -0500
+++ sbcl-0.9.13/install.sh	2006-05-30 15:09:38.000000000 -0500
@@ -23,10 +23,11 @@
 MAN_DIR=${MAN_DIR-$INSTALL_ROOT/share/man}
 INFO_DIR=${INFO_DIR-$INSTALL_ROOT/share/info}
 DOC_DIR=${DOC_DIR-$INSTALL_ROOT/share/doc/sbcl}
+LIB_DIR=${LIB_DIR-$INSTALL_ROOT/lib}
 
 # Does the environment look sane?
 SBCL_SOURCE=`pwd`
-if [ -n "$SBCL_HOME" -a "$INSTALL_ROOT/lib/sbcl" != "$SBCL_HOME" ];then
+if [ -n "$SBCL_HOME" -a "$LIB_DIR/sbcl" != "$SBCL_HOME" ];then
    echo SBCL_HOME environment variable is set, and conflicts with INSTALL_ROOT.
    echo Aborting installation.  Unset one or reset the other, then try again
    echo INSTALL_ROOT="$INSTALL_ROOT"
@@ -47,10 +48,10 @@
     exit 1
 fi
 
-SBCL_HOME=$INSTALL_ROOT/lib/sbcl
+SBCL_HOME=$LIB_DIR/sbcl
 export SBCL_HOME INSTALL_ROOT
 ensure_dirs $BUILD_ROOT$INSTALL_ROOT $BUILD_ROOT$INSTALL_ROOT/bin \
-    $BUILD_ROOT$INSTALL_ROOT/lib  \
+    $BUILD_ROOT$LIB_DIR  \
     $BUILD_ROOT$MAN_DIR $BUILD_ROOT$MAN_DIR/man1 \
     $BUILD_ROOT$INFO_DIR $BUILD_ROOT$DOC_DIR \
     $BUILD_ROOT$DOC_DIR/html \
@@ -87,7 +88,7 @@
 echo
 echo "SBCL has been installed:"
 echo " binary $BUILD_ROOT$INSTALL_ROOT/bin/$RUNTIME"
-echo " core and contribs in $BUILD_ROOT$INSTALL_ROOT/lib/sbcl/"
+echo " core and contribs in $BUILD_ROOT$LIB_DIR/sbcl" 
 
 # Installing manual & misc bits of documentation
 #


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sbcl.spec	28 Apr 2006 14:32:32 -0000	1.43
+++ sbcl.spec	30 May 2006 20:15:31 -0000	1.44
@@ -9,8 +9,8 @@
 
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
-Version: 0.9.12
-Release: 2%{?dist}
+Version: 0.9.13
+Release: 1%{?dist}
 
 License: BSD/MIT
 Group: 	 Development/Languages
@@ -56,8 +56,8 @@
 Patch1: sbcl-0.8.18-default-sbcl-home.patch
 Patch2: sbcl-0.9.5-personality.patch
 Patch3: sbcl-0.9.5-optflags.patch
-Patch4: sbcl-0.9.4-LIB_DIR.patch
-#Patch5: sbcl-0.9.10-make-config-ppc.patch
+Patch4: sbcl-0.9.13-LIB_DIR.patch
+
 Patch6: sbcl-0.9.5-verbose-build.patch
 # Allow override of contrib test failure(s)
 Patch7: sbcl-0.9.9-permissive.patch
@@ -216,6 +216,9 @@
 
 
 %changelog
+* Tue May 30 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-1
+- 0.9.13
+
 * Mon Apr 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.12-2
 - respin, using new ppc bootstrap 
 


--- sbcl-0.9.10-make-config-ppc.patch DELETED ---


--- sbcl-0.9.4-LIB_DIR.patch DELETED ---




More information about the fedora-extras-commits mailing list