From 9ad25f93e76322709a21f673ee8f6bd644508fbb Mon Sep 17 00:00:00 2001 From: Jeremy Newton Date: Tue, 31 Jan 2023 10:46:16 -0500 Subject: [PATCH] Fix cmake directory ownership As per Fedora's rules around directory ownership: - Package requires other packages for directories it uses. - Package does not own files or directories owned by other packages. I added cmake-filesystem as a requires since it owns %{_libdir}/cmake --- gtk-doc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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