diff --git a/gtk-doc.changes b/gtk-doc.changes index bf89886..aaca427 100644 --- a/gtk-doc.changes +++ b/gtk-doc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Feb 25 12:57:32 UTC 2012 - coolo@suse.com + +- Add libxml2-tools BuildRequires for xmlcatalog, now that libxml2 + got split. +- Change python BuildRequires to python-base as the full python + isn't needed. +- Change libxml2 Requires to libxml2-tools for the same reason. + ------------------------------------------------------------------- Thu Dec 22 09:38:31 UTC 2011 - vuntz@opensuse.org diff --git a/gtk-doc.spec b/gtk-doc.spec index e562f10..8a4dc9e 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -1,7 +1,7 @@ # # spec file for package gtk-doc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: gtk-doc Version: 1.18 Release: 0 @@ -27,15 +28,16 @@ Source: http://download.gnome.org/sources/gtk-doc/1.18/%{name}-%{version # in glib2. BuildRequires: docbook-xsl-stylesheets BuildRequires: gnome-doc-utils-devel +BuildRequires: libxml2-tools BuildRequires: libxslt BuildRequires: openjade BuildRequires: pkg-config -BuildRequires: python +BuildRequires: python-base BuildRequires: sgml-skel Requires: docbook-dsssl-stylesheets Requires: docbook-xsl-stylesheets Requires: docbook_4 -Requires: libxml2 +Requires: libxml2-tools Requires: libxslt Requires: openjade Recommends: source-highlight