rpms/sbcl/devel sbcl-0.9.5-optflags.patch, NONE, 1.1 sbcl.spec, 1.20, 1.21 sbcl-0.9.4-optflags.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Sep 27 20:07:30 UTC 2005


Author: rdieter

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

Modified Files:
	sbcl.spec 
Added Files:
	sbcl-0.9.5-optflags.patch 
Removed Files:
	sbcl-0.9.4-optflags.patch 
Log Message:
* Tue Sep 27 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-6
- drop ppc
- cleaner optflags patch


sbcl-0.9.5-optflags.patch:

--- NEW FILE sbcl-0.9.5-optflags.patch ---
--- sbcl-0.9.5/src/runtime/Config.ppc-linux.optflags	2005-09-21 10:01:15.000000000 -0500
+++ sbcl-0.9.5/src/runtime/Config.ppc-linux	2005-09-27 15:03:06.295658344 -0500
@@ -9,7 +9,7 @@
 # provided with absolutely no warranty. See the COPYING and CREDITS
 # files for more information.
 
-CFLAGS = -g
+CFLAGS += $(RPM_OPT_FLAGS)
 LINKFLAGS += -v -rdynamic
 NM = ./linux-nm
 
--- sbcl-0.9.5/src/runtime/Config.x86_64-linux.optflags	2005-09-21 10:01:15.000000000 -0500
+++ sbcl-0.9.5/src/runtime/Config.x86_64-linux	2005-09-27 15:04:31.690676328 -0500
@@ -34,7 +34,7 @@
                       > /dev/null 2>&1; \
                    then echo "-lpthread"; fi)
 
-CFLAGS += -fno-omit-frame-pointer
+CFLAGS += -fno-omit-frame-pointer $(RPM_OPT_FLAGS)
 
 GC_SRC = gencgc.c
 
--- sbcl-0.9.5/src/runtime/Config.x86-linux.optflags	2005-09-21 10:01:15.000000000 -0500
+++ sbcl-0.9.5/src/runtime/Config.x86-linux	2005-09-27 15:05:03.562831024 -0500
@@ -34,6 +34,8 @@
                       > /dev/null 2>&1; \
                    then echo "-lpthread"; fi)
 
+CFLAGS += $(RPM_OPT_FLAGS)
+
 GC_SRC = gencgc.c
 
 # Nothing to do for after-grovel-headers.


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/devel/sbcl.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sbcl.spec	27 Sep 2005 19:31:50 -0000	1.20
+++ sbcl.spec	27 Sep 2005 20:07:27 -0000	1.21
@@ -3,14 +3,14 @@
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 0.9.5
-Release: 5%{?dist}
+Release: 6%{?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)
-ExclusiveArch: %{ix86} x86_64 ppc
+ExclusiveArch: %{ix86} x86_64
 
 ## x86 section
 #Source10: http://dl.sourceforge.net/sourceforge/sbcl/sbcl-0.9.4-x86-linux-binary.tar.bz2
@@ -45,7 +45,7 @@
 
 Patch1: sbcl-0.8.18-default-sbcl-home.patch
 Patch2: sbcl-0.9.5-personality.patch
-Patch3: sbcl-0.9.4-optflags.patch
+Patch3: sbcl-0.9.5-optflags.patch
 Patch4: sbcl-0.9.4-LIB_DIR.patch
 
 Requires(post): /sbin/install-info
@@ -116,7 +116,7 @@
 
 %check || :
 pushd tests 
-sh ./run-tests.sh
+%{?setarch} sh ./run-tests.sh
 popd
 
 
@@ -165,6 +165,10 @@
 
 
 %changelog
+* Tue Sep 27 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-6
+- drop ppc
+- cleaner optflags patch
+
 * Tue Sep 27 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-5
 - set/use SBCL_ARCH/setarch (esp on ppc)
 - allow arch-specific build-options


--- sbcl-0.9.4-optflags.patch DELETED ---




More information about the fedora-extras-commits mailing list