rpms/sbcl/FC-3 sbcl.spec, 1.9, 1.10 sbcl.sh, 1.3, NONE sbcl.sysconfig, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Sep 16 19:22:20 UTC 2005


Author: rdieter

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

Modified Files:
	sbcl.spec 
Removed Files:
	sbcl.sh sbcl.sysconfig 
Log Message:
* Fri Sep 16 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.4-14
- re-enable ppc
- drop Req: setarch
- drop extraneous app-wrapper bits

* Tue Sep 13 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.4-13
- don't enable sb-thread



Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-3/sbcl.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sbcl.spec	13 Sep 2005 17:04:26 -0000	1.9
+++ sbcl.spec	16 Sep 2005 19:22:18 -0000	1.10
@@ -9,7 +9,6 @@
 
 %if "%{?fedora}" >= "3"
 BuildRequires:setarch
-Requires:setarch
 %define setarch setarch %{_target_cpu}
 %endif
 
@@ -17,28 +16,22 @@
 %define setarch setarch %{_target_cpu} -R
 %endif
 
-%if "%{?rhel}" >= "4"
+%if "%{?rhel}" >= "3"
 BuildRequires:setarch
-Requires:setarch
 %define setarch setarch %{_target_cpu}
 %endif
 
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 0.9.4
-Release: 12%{?dist}
+Release: 14%{?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
-
-# App-wrapper
-Source1: sbcl.sh
-# /etc/sysconfig/sbcl
-Source2: sbcl.sysconfig
+ExclusiveArch: %{ix86} x86_64 ppc 
 
 %if "%{?sbcl_bootstrap}" == "%{nil}"
 # local Bootstrap binaries
@@ -97,7 +90,7 @@
 #define kernel_ver %(uname -r | cut -d- -f1 | cut -d. -f-2 )
 #if "%{?kernel_ver}" >= "2.6"
 %ifarch %{ix86} x86_64
-sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr
+#sed -i -e "s|; :sb-thread|:sb-thread|" base-target-features.lisp-expr
 %endif
 #endif
 
@@ -148,14 +141,6 @@
 # (may) still need setarch if using ADDR_NO_RANDOMIZE-proc patch
 sh ./install.sh
 
-# app-wrapper 
-%if 0
-mv $RPM_BUILD_ROOT%{_bindir}/sbcl $RPM_BUILD_ROOT%{_libdir}/sbcl/sbcl
-install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/sbcl
-install -p -m644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/sbcl
-#{?setarch:echo "SBCL_SETARCH=\"%{setarch}\"|" >> $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/sbcl 
-%endif
-
 ## Unpackaged files
 rm -rf $RPM_BUILD_ROOT%{_docdir}/sbcl
 rm -f  $RPM_BUILD_ROOT%{_infodir}/dir
@@ -192,6 +177,14 @@
 
 
 %changelog
+* Fri Sep 16 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.4-14
+- re-enable ppc
+- drop Req: setarch
+- drop extraneous app-wrapper bits
+
+* Tue Sep 13 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.4-13
+- don't enable sb-thread
+
 * Tue Sep 13 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.4-12
 - omit ppc (for now, broken buildsystem)
 


--- sbcl.sh DELETED ---


--- sbcl.sysconfig DELETED ---




More information about the fedora-extras-commits mailing list