- Add %{_datadir}/fonts/japanese to font path (bug #188448).

This commit is contained in:
Tim Waugh 2006-04-10 10:34:23 +00:00
parent a68fa66733
commit f8f327274e

View File

@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer.
Name: ghostscript
Version: %{gs_ver}
Release: 8
Release: 9
License: GPL
URL: http://www.cups.org/espgs/
@ -129,6 +129,7 @@ for path in \
%{_datadir}/fonts/default/Type1 \
%{_datadir}/fonts/default/amspsfnt/pfb \
%{_datadir}/fonts/default/cmpsfont/pfb \
%{_datadir}/fonts/japanese \
%{_sysconfdir}/%{name}
do
FONTPATH="$FONTPATH${FONTPATH:+:}$path"
@ -273,6 +274,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Mon Apr 10 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-9
- Add %%{_datadir}/fonts/japanese to font path (bug #188448).
* Sat Apr 8 2006 Tim Waugh <twaugh@redhat.com>
- Build requires libtool (bug #188341).