From 91ac688865639fbc049369e544e3b3f069aec1f1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 30 Dec 2020 14:39:40 -0600 Subject: [PATCH] fix urw font path, Requires: urw-base35-fonts-legacy (#1847187) --- GraphicsMagick.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index fcc08cb..24b6b09 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -77,9 +77,8 @@ BuildRequires: libwebp-devel # upgrade path for introduction of -doc subpkg in 1.3.19-4 Obsoletes: GraphicsMagick < 1.3.19-4 -BuildRequires: urw-base35-fonts-devel -## FIXME/TODO: verify if all of these are needed or just some subset (suspect the latter) -- rdieter -Requires: urw-base35-fonts +BuildRequires: urw-base35-fonts-legacy +Requires: urw-base35-fonts-legacy %description GraphicsMagick is a comprehensive image processing package which is initially @@ -198,7 +197,7 @@ CFLAGS="$RPM_OPT_FLAGS -DFT_ENCODING_PRC=FT_ENCODING_GB2312" --with-xml \ --without-dps \ --without-gslib \ - --with-gs-font-dir=%{urw_base35_fontpath} + --with-gs-font-dir=/usr/share/X11/fonts/urw-fonts %make_build %if 0%{?perl} @@ -333,6 +332,7 @@ exit 1 %changelog * Wed Dec 30 2020 Rex Dieter - 1.3.36-1 - 1.3.36 +- fix urw font path, Requires: urw-base35-fonts-legacy (#1847187) * Mon Jul 27 2020 Fedora Release Engineering - 1.3.35-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild