diff --git a/gtk-doc.changes b/gtk-doc.changes index 7764431..17f8903 100644 --- a/gtk-doc.changes +++ b/gtk-doc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 13 08:58:56 UTC 2023 - Dominique Leuenberger + +- BuildRequire dblatex and xmlgraphics-fop: allow meson to + find the right paths and inject them into the gtkdoc config. + ------------------------------------------------------------------- Sat Apr 23 01:04:42 UTC 2022 - Ferdinand Thiessen diff --git a/gtk-doc.spec b/gtk-doc.spec index 9d5dfb9..9ceced8 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,6 +39,7 @@ Group: Documentation/HTML URL: http://www.gtk.org/gtk-doc/ Source0: https://gitlab.gnome.org/GNOME/gtk-doc/-/archive/%{version}/gtk-doc-%{version}.tar.bz2 +BuildRequires: dblatex BuildRequires: docbook-xsl-stylesheets BuildRequires: libxml2-tools BuildRequires: meson >= 0.62 @@ -46,6 +47,7 @@ BuildRequires: pkgconfig BuildRequires: python3-base BuildRequires: python3-pygments BuildRequires: sgml-skel +BuildRequires: xmlgraphics-fop %if %{with doc} BuildRequires: fdupes BuildRequires: yelp-tools