From 1a0d156465476e68fe52d07ef43a24d32ce0128e Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 15 Dec 2022 14:31:57 -0500 Subject: [PATCH] Ensure correct fonts are installed for HTML docs --- libportal.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libportal.spec b/libportal.spec index 65a5a00..fea548d 100644 --- a/libportal.spec +++ b/libportal.spec @@ -1,6 +1,6 @@ Name: libportal Version: 0.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Flatpak portal library License: LGPLv3 Url: https://github.com/flatpak/libportal @@ -92,6 +92,10 @@ This package provides files for development with Qt 5 and %name. %package devel-doc Summary: Development documentation for libportal +# Because web fonts from upstream are not bundled in the gi-docgen package, +# packages containing documentation generated with gi-docgen should depend on +# this metapackage to ensure the proper system fonts are present. +Recommends: gi-docgen-fonts BuildArch: noarch %description devel-doc @@ -159,6 +163,9 @@ This package provides development documentations for libportal. %{_datadir}/doc/libportal-1 %changelog +* Thu Dec 15 2022 Benjamin A. Beasley - 0.6-4 +- Ensure correct fonts are installed for HTML docs + * Thu Jul 21 2022 Fedora Release Engineering - 0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild