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