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).