- Add Japanese fonts to FAPIcidfmap (bug #161187).
This commit is contained in:
parent
a1de13651f
commit
8e258de719
@ -20,6 +20,7 @@ Patch5: ghostscript-badc.patch
|
||||
Patch6: ghostscript-pagesize.patch
|
||||
Patch7: ghostscript-noopt.patch
|
||||
Patch8: ghostscript-use-external-freetype.patch
|
||||
Patch9: ghostscript-japanese-fonts.patch
|
||||
|
||||
Requires: zlib, libpng, glib2
|
||||
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.
|
||||
%patch7 -p1 -b .noopt
|
||||
|
||||
# Use external freetype (bug #116638).
|
||||
# Use external freetype (bug #161187).
|
||||
%patch8 -p1 -b .use-external-freetype
|
||||
|
||||
# Add Japanese fonts to FAPIcidfmap (bug #161187).
|
||||
%patch9 -p1 -b .japanese-fonts
|
||||
|
||||
# Convert manual pages to UTF-8
|
||||
from8859_1() {
|
||||
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
|
||||
@ -223,6 +227,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Tue Jul 12 2005 Tim Waugh <twaugh@redhat.com>
|
||||
- Add Japanese fonts to FAPIcidfmap (bug #161187).
|
||||
- Moved Resource directory.
|
||||
- Added use-external-freetype patch (bug #161187).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user