fix urw font path, Requires: urw-base35-fonts-legacy (#1847187)

epel9
Rex Dieter 4 years ago
parent 49c5c10384
commit 91ac688865

@ -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 <rdieter@fedoraproject.org> - 1.3.36-1
- 1.3.36
- fix urw font path, Requires: urw-base35-fonts-legacy (#1847187)
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.35-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save