From f8f327274e0933e7e804170ee74bf9286901e6dc Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 10 Apr 2006 10:34:23 +0000 Subject: [PATCH] - Add %{_datadir}/fonts/japanese to font path (bug #188448). --- ghostscript.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghostscript.spec b/ghostscript.spec index f450611..9e1d092 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -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 8.15.1-9 +- Add %%{_datadir}/fonts/japanese to font path (bug #188448). + * Sat Apr 8 2006 Tim Waugh - Build requires libtool (bug #188341).