[sbcl] 1.0.46

Rex Dieter rdieter at fedoraproject.org
Mon Mar 7 15:40:10 UTC 2011


commit bfd9169d09653a41a2cac87d5e6cb55f43ba28d8
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Mar 7 09:41:58 2011 -0600

    1.0.46

 .gitignore |    4 ++--
 sbcl.spec  |   19 ++++++++++++-------
 sources    |    4 ++--
 3 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5694da5..dfce99a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/sbcl-1.0.44-documentation-html.tar.bz2
-/sbcl-1.0.44-source.tar.bz2
+/sbcl-1.0.46-documentation-html.tar.bz2
+/sbcl-1.0.46-source.tar.bz2
diff --git a/sbcl.spec b/sbcl.spec
index 5922381..3d1c407 100644
--- a/sbcl.spec
+++ b/sbcl.spec
@@ -8,7 +8,7 @@
 ## texinfo seems borked on sparc atm 
 ## fixme/todo : pregenerate info docs too, so we can skip 
 ## this altogether -- Rex
-%define doc 1
+%define docs 1
 %endif
 
 # define to enable verbose build for debugging
@@ -17,8 +17,8 @@
 
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
-Version: 1.0.44
-Release: 2%{?dist}
+Version: 1.0.46
+Release: 1%{?dist}
 
 License: BSD
 Group: 	 Development/Languages
@@ -94,10 +94,12 @@ Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 # %%check/tests
 BuildRequires: ed
+%if 0%{?docs}
 # doc generation
 BuildRequires: ghostscript
 BuildRequires: texinfo
 BuildRequires: time
+%endif
 
 %description
 Steel Bank Common Lisp (SBCL) is a Open Source development environment
@@ -162,7 +164,7 @@ export SBCL_HOME=%{_prefix}/lib/sbcl
   %{?bootstrap}
 
 # docs
-%if 0%{?doc}
+%if 0%{?docs}
 make -C doc/manual info
 %endif
 
@@ -213,7 +215,7 @@ find %{buildroot} -name 'test-passed' | xargs rm -vf
 
 
 %post
-%if 0%{?doc}
+%if 0%{?docs}
 /sbin/install-info %{_infodir}/sbcl.info %{_infodir}/dir ||:
 /sbin/install-info %{_infodir}/asdf.info %{_infodir}/dir ||:
 %endif
@@ -221,7 +223,7 @@ find %{buildroot} -name 'test-passed' | xargs rm -vf
 
 %preun
 if [ $1 -eq 0 ]; then
-%if 0%{?doc}
+%if 0%{?docs}
   /sbin/install-info --delete %{_infodir}/sbcl.info %{_infodir}/dir ||:
   /sbin/install-info --delete %{_infodir}/asdf.info %{_infodir}/dir ||:
 %endif
@@ -238,7 +240,7 @@ fi
 %{_mandir}/man1/sbcl.1*
 %doc doc/manual/sbcl.html
 %doc doc/manual/asdf.html
-%if 0%{?doc}
+%if 0%{?docs}
 %{_infodir}/asdf.info*
 %{_infodir}/sbcl.info*
 %endif
@@ -253,6 +255,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Mar 04 2011 Rex Dieter <rdieter at fedoraproject.org> 1.0.46-1
+- 1.0.46
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.44-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 147842a..a58c759 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b84b87aa91bc409bb70f028c732c7daa  sbcl-1.0.44-documentation-html.tar.bz2
-f34a3995db6e12439996096fd437f878  sbcl-1.0.44-source.tar.bz2
+433ea4c266d537b6858b36d263202072  sbcl-1.0.46-documentation-html.tar.bz2
+83f094aa36edce2d69214330890f05e5  sbcl-1.0.46-source.tar.bz2


More information about the scm-commits mailing list