rpms/sbcl/EL-4 sbcl.spec,1.35,1.36 sources,1.14,1.15

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Dec 18 18:13:10 UTC 2006


Author: rdieter

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

Modified Files:
	sbcl.spec sources 
Log Message:
* Thu Dec 14 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-2
- initial sparc support (bootstrap, optflags)
- initial epel-4 support, omitting ppc arch (#220053)



Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/EL-4/sbcl.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- sbcl.spec	18 Dec 2006 17:51:34 -0000	1.35
+++ sbcl.spec	18 Dec 2006 18:12:40 -0000	1.36
@@ -4,20 +4,25 @@
 #define min_bootstrap 1
 
 # define to enable verbose build for debugging
-%define sbcl_verbose 1 
+#define sbcl_verbose 1 
 %define sbcl_shell /bin/bash
 
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 1.0 
-Release: 1%{?dist}.2
+Release: 2%{?dist}
 
 License: BSD/MIT
 Group: 	 Development/Languages
 URL:	 http://sbcl.sourceforge.net/
 Source0: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-source.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+%if 0%{?fedora} > 2 
 ExclusiveArch: %{ix86} x86_64 ppc sparc
+%else
+# EL-4 ppc bootstrap segfaults (http://bugzilla.redhat.com/220053)
+ExclusiveArch: %{ix86} x86_64
+%endif
 
 # Pre-generated html docs (not used)
 #Source1: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-%{version}-html.tar.bz2
@@ -42,12 +47,12 @@
 %endif
 
 ## ppc section
-Source30: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-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
+BuildRequires: sbcl
 # or
-%define sbcl_bootstrap_src -a 30
+#define sbcl_bootstrap_src -a 30
 %endif
 
 ## sparc section
@@ -134,8 +139,8 @@
 %endif
 
 ## 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
+#{__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
@@ -233,6 +238,10 @@
 
 
 %changelog
+* Thu Dec 14 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-2
+- initial sparc support (bootstrap, optflags)
+- initial epel-4 support, omitting ppc arch (#220053)
+
 * Mon Dec 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-1
 - sbcl-1.0
 - don't enable sb:thread (for now), to avoid hang in 'make check' tests 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sbcl/EL-4/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	18 Dec 2006 17:51:34 -0000	1.14
+++ sources	18 Dec 2006 18:12:40 -0000	1.15
@@ -1,4 +1,3 @@
 52e07dcc8eef0dc45ecdc35e46d4999f  sbcl-1.0-source.tar.bz2
-ba1d967bbdba88da7c8ea965c5508f26  sbcl-1.0-powerpc-linux-binary.tar.bz2
 91b2538908ed40fa70e0450d0312839e  sbcl-1.0-x86-64-linux-binary.tar.bz2
 2d7d9289e036fcf6dd098585f01ff03e  sbcl-1.0-x86-linux-binary.tar.bz2




More information about the scm-commits mailing list