]> git.pld-linux.org Git - packages/gtk-doc.git/commitdiff
- back to non-namespaced stylesheets, release 2 auto/th/gtk-doc-1.28-2
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Jul 2018 19:32:42 +0000 (21:32 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Jul 2018 19:32:42 +0000 (21:32 +0200)
  Switching is not just changing import, but requires adaptation of XSLs,
  by using namespace in references to docbook symbols.
  E.g. <xsl:template match="book|article"> should be "d:book|d:article".
  Without this change .devhelp2 indexes are not generated.
  Unless one adds every required change, we need to stick to nons.

gtk-doc.spec

index fb23bf6d6a2b0a8ab59e1e524022e6544f8db0a1..79f57d191a4b2396f76be9885170f9331aafa03b 100644 (file)
@@ -9,18 +9,17 @@ Summary(pl.UTF-8):    Narzędzie do generowania dokumentacji API do GTK+ i GNOME
 Summary(pt_BR.UTF-8):  O gerador de documentação do GTK
 Name:          gtk-doc
 Version:       1.28
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Development/Tools
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/%{version}/%{name}-%{version}.tar.xz
 # Source0-md5: 48550c33f9b9b530f9e5f397979b613a
 Patch0:                %{name}-noarch.patch
-Patch1:                xsl-ns.patch
 URL:           http://www.gtk.org/gtk-doc/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
 BuildRequires: docbook-dtd43-xml
-BuildRequires: docbook-style-xsl-ns >= 1.74.0
+BuildRequires: docbook-style-xsl-nons >= 1.74.0
 %{?with_tests:BuildRequires:   glib2-devel >= 1:2.6.0}
 %{?with_tests:BuildRequires:   libtool >= 2:2.2}
 BuildRequires: libxml2 >= 1:2.3.6
@@ -36,7 +35,7 @@ BuildRequires:        xz
 %{?with_gnome:BuildRequires:   yelp-tools}
 Requires:      %{name}-automake = %{version}-%{release}
 Requires:      docbook-dtd43-xml
-Requires:      docbook-style-xsl-ns >= 1.74.0
+Requires:      docbook-style-xsl-nons >= 1.74.0
 Requires:      libxml2 >= 1:2.3.6
 Requires:      libxslt-progs >= 1.1.15
 Requires:      python-six
@@ -89,7 +88,6 @@ pomocą gtk-doc.
 %prep
 %setup -q
 %{!?with_tests:%patch0 -p1}
-%patch1 -p1
 %{__mv} doc/README doc/README.docs
 
 %build
This page took 0.157475 seconds and 4 git commands to generate.