diff --git a/gnome-doc-utils-0.2.0-add-endterm-support.patch b/gnome-doc-utils-0.2.0-add-endterm-support.patch new file mode 100644 index 0000000..b010ccd --- /dev/null +++ b/gnome-doc-utils-0.2.0-add-endterm-support.patch @@ -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 + +--- 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 @@ + + + +- ++ + + + + diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 45b3f16..eb62547 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -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 - 0.2.0-2 +- Add patch that might fix yelp links (bug 146862) + * Fri Apr 8 2005 Ray Strode - 0.2.0-1 - Update to upstream version 0.2.0