- Add patch that might fix yelp links (bug 146862)

epel9
Ray Strode 20 years ago
parent 91a787b335
commit b00a2e9cb0

@ -0,0 +1,18 @@
Apply this patch to
/usr/share/xml/gnome/xslt/docbook/html/db2html-xref.xsl to fix the
issue in http://bugzilla.gnome.org/show_bug.cgi?id=170074
Patch written by Tollef Fog Heen <tfheen@err.no>
--- gnome-doc-utils-0.2.0/xslt/docbook/html/db2html-xref.xsl 2005-03-13 00:55:50.904495855 +0100
+++ gnome-doc-utils-0.2.0/xslt/docbook/html/db2html-xref.xsl 2005-03-06 20:39:48.000000000 +0100
@@ -114,7 +114,7 @@
<xsl:copy-of select="$content"/>
</xsl:when>
<xsl:when test="$endterm">
- <xsl:apply-templates select="key('idkey', $endterm)"/>
+ <xsl:value-of select="key('idkey', $endterm)" />
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="db.xref.content">

@ -1,7 +1,7 @@
Summary: Documentation utilities for the GNOME project
Name: gnome-doc-utils
Version: 0.2.0
Release: 1
Release: 2
License: LGPL
Group: Development/Tools
URL: http://www.gnome.org/
@ -13,6 +13,8 @@ BuildPrereq: libxslt-devel >= 1.1.8
Requires: libxml2 >= 2.6.12
Requires: libxslt >= 1.1.8
Patch0: gnome-doc-utils-0.2.0-add-endterm-support.patch
%description
gnome-doc-utils is a collection of documentation utilities for the GNOME
@ -22,6 +24,7 @@ XSLT stylesheets that were once distributed with Yelp.
%prep
%setup -q
%patch0 -p1 -b .add-endterm-support
%build
%configure
@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gnome-doc-utils
%changelog
* Tue Apr 26 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-2
- Add patch that might fix yelp links (bug 146862)
* Fri Apr 8 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-1
- Update to upstream version 0.2.0

Loading…
Cancel
Save