#2 Ensure correct fonts are installed for HTML docs
Opened a year ago by music. Modified a year ago
rpms/ music/rest gi-docgen-fonts  into  rawhide

file modified
+8 -1
@@ -1,6 +1,6 @@ 

  Name:          rest

  Version:       0.9.1

- Release:       5%{?dist}

+ Release:       6%{?dist}

  Summary:       A library for access to RESTful web services

  

  License:       LGPLv2
@@ -36,6 +36,10 @@ 

  %package devel

  Summary: Development package for %{name}

  Requires: %{name}%{?_isa} = %{version}-%{release}

+ # 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

  

  %description devel

  Files for development with %{name}.
@@ -80,6 +84,9 @@ 

  %{_datadir}/applications/org.gnome.RestDemo.desktop

  

  %changelog

+ * Fri Dec 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.9.1-6

+ - Ensure correct fonts are installed for HTML docs

+ 

  * Tue Aug 30 2022 Adam Williamson <awilliam@redhat.com> - 0.9.1-5

  - Backport MR #30 to fix some crashes in the libsoup3 port

  

Because web fonts from upstream are not bundled in the gi-docgen package, packages containing documentation generated with gi-docgen should depend on the gi-docgen-fonts metapackage to ensure the proper system fonts are present.

I plan to submit corresponding PR’s to all packages that include documentation generated using gi-docgen. See the PR for eog for further discussion and rationale.

Metadata