diff --git a/gtk-doc.spec b/gtk-doc.spec index 4f409e9..b9925ee 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -2,7 +2,7 @@ Name: gtk-doc Version: 1.33.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: API documentation generation tool for GTK+ and GNOME License: GPLv2+ and GFDL @@ -36,6 +36,9 @@ Requires: docbook-utils /usr/bin/xsltproc docbook-style-xsl Requires: python3-pygments Requires: python3-lxml +# Required for cmake directory +Requires: cmake-filesystem + %description gtk-doc is a tool for generating API reference documentation. It is used for generating the documentation for GTK+, GLib @@ -69,9 +72,12 @@ mv doc/README doc/README.docs %{_datadir}/gtk-doc/ %{_datadir}/pkgconfig/gtk-doc.pc %{_datadir}/help/*/gtk-doc-manual/ -%{_libdir}/cmake/ +%{_libdir}/cmake/GtkDoc/ %changelog +* Tue Jan 31 2023 Jeremy Newton - 1.33.2-8 +- Fix ownership of cmake directory + * Thu Jan 19 2023 Fedora Release Engineering - 1.33.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild