Ensure correct fonts are installed for HTML docs
This commit is contained in:
parent
18f1d4df49
commit
8c5f1189c0
9
eog.spec
9
eog.spec
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: eog
|
Name: eog
|
||||||
Version: 43.1
|
Version: 43.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Eye of GNOME image viewer
|
Summary: Eye of GNOME image viewer
|
||||||
|
|
||||||
# The GFDL has an "or later version" clause embedded inside the license.
|
# The GFDL has an "or later version" clause embedded inside the license.
|
||||||
@ -66,6 +66,10 @@ eog is extensible through a plugin system.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Support for developing plugins for the eog image viewer
|
Summary: Support for developing plugins for the eog image viewer
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
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
|
%description devel
|
||||||
The Eye of GNOME image viewer (eog) is the official image viewer for the
|
The Eye of GNOME image viewer (eog) is the official image viewer for the
|
||||||
@ -135,6 +139,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.eog.deskto
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 43.1-2
|
||||||
|
- Ensure correct fonts are installed for HTML docs
|
||||||
|
|
||||||
* Thu Oct 27 2022 David King <amigadave@amigadave.com> - 43.1-1
|
* Thu Oct 27 2022 David King <amigadave@amigadave.com> - 43.1-1
|
||||||
- Update to 43.1
|
- Update to 43.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user