rpms/sbcl/EL-4 sbcl.spec,1.33,1.34

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Dec 18 17:49:08 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/sbcl/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21123

Modified Files:
	sbcl.spec 
Log Message:
try again with sbcl-1.0/ppc bootstrap, using my_setarch this time



Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sbcl.spec	18 Dec 2006 17:31:20 -0000	1.33
+++ sbcl.spec	18 Dec 2006 17:48:38 -0000	1.34
@@ -10,7 +10,7 @@
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 1.0 
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
 
 License: BSD/MIT
 Group: 	 Development/Languages
@@ -42,7 +42,7 @@
 %endif
 
 ## ppc section
-Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.12-powerpc-linux-binary.tar.bz2
+Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-powerpc-linux-binary.tar.bz2
 %ifarch ppc 
 %define sbcl_arch ppc
 #BuildRequires: sbcl
@@ -133,9 +133,9 @@
 export PATH=`pwd`/sbcl-bootstrap/bin:${PATH}
 %endif
 
-# my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3 too
-#%{__cc} -o my_setarch %{optflags} %{SOURCE100} 
-#define my_setarch ./my_setarch
+## my_setarch, to set personality, (about) the same as setarch -R, but usable on fc3/el4 too
+%{__cc} -o my_setarch %{optflags} %{SOURCE100} 
+%define my_setarch ./my_setarch
 
 # WORKAROUND sb-posix STAT.2, STAT.4 test failures (fc3/fc4 only, fc5 passes?)
 # http://bugzilla.redhat.com/169506




More information about the fedora-extras-commits mailing list