- Add Japanese fonts to FAPIcidfmap (bug #161187).

This commit is contained in:
Tim Waugh 2005-07-12 12:29:38 +00:00
parent a1de13651f
commit 8e258de719

View File

@ -20,6 +20,7 @@ Patch5: ghostscript-badc.patch
Patch6: ghostscript-pagesize.patch Patch6: ghostscript-pagesize.patch
Patch7: ghostscript-noopt.patch Patch7: ghostscript-noopt.patch
Patch8: ghostscript-use-external-freetype.patch Patch8: ghostscript-use-external-freetype.patch
Patch9: ghostscript-japanese-fonts.patch
Requires: zlib, libpng, glib2 Requires: zlib, libpng, glib2
Requires: urw-fonts >= 1.1, ghostscript-fonts Requires: urw-fonts >= 1.1, ghostscript-fonts
@ -90,9 +91,12 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
# Build igcref.c with -O0 to work around bug #150771. # Build igcref.c with -O0 to work around bug #150771.
%patch7 -p1 -b .noopt %patch7 -p1 -b .noopt
# Use external freetype (bug #116638). # Use external freetype (bug #161187).
%patch8 -p1 -b .use-external-freetype %patch8 -p1 -b .use-external-freetype
# Add Japanese fonts to FAPIcidfmap (bug #161187).
%patch9 -p1 -b .japanese-fonts
# Convert manual pages to UTF-8 # Convert manual pages to UTF-8
from8859_1() { from8859_1() {
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_" iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
@ -223,6 +227,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Tue Jul 12 2005 Tim Waugh <twaugh@redhat.com> * Tue Jul 12 2005 Tim Waugh <twaugh@redhat.com>
- Add Japanese fonts to FAPIcidfmap (bug #161187).
- Moved Resource directory. - Moved Resource directory.
- Added use-external-freetype patch (bug #161187). - Added use-external-freetype patch (bug #161187).