[sbcl] - omit texinfo generation on f19

Rex Dieter rdieter at fedoraproject.org
Wed Feb 20 20:31:52 UTC 2013


commit 099e4fa76f58cea81bdc487a7ed1fe48c2d8972e
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Feb 20 14:31:18 2013 -0600

    - omit texinfo generation on f19
    
    texinfo-5.0 is borked (#913274)

 sbcl.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/sbcl.spec b/sbcl.spec
index 5896420..55dbeb3 100644
--- a/sbcl.spec
+++ b/sbcl.spec
@@ -8,8 +8,11 @@
 ## texinfo seems borked on sparc atm 
 ## fixme/todo : pregenerate info docs too, so we can skip 
 ## this altogether -- Rex
+## f19/texinfo-5.0 is busted, https://bugzilla.redhat.com/913274
+%if 0%{?fedora} < 19
 %define docs 1
 %endif
+%endif
 
 # define to enable verbose build for debugging
 #define sbcl_verbose 1 
@@ -98,7 +101,7 @@ Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 # doc generation
 BuildRequires: ghostscript
-BuildRequires: texinfo-tex
+BuildRequires: texinfo
 BuildRequires: time
 %endif
 
@@ -275,6 +278,7 @@ rm -rf %{buildroot}
 %changelog
 * Wed Feb 20 2013 Rex Dieter <rdieter at fedoraproject.org> 1.1.4-1
 - 1.1.4
+- omit texinfo generation on f19, texinfo-5.0 is borked (#913274)
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list