- Apply CJKV patch from svn164:165 plus the fix from svn173:174 (bug
#194592, bug #203712, possibly bug #167596).
This commit is contained in:
parent
ee8eec74b1
commit
2265fe0750
@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer.
|
|||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Version: %{gs_ver}
|
Version: %{gs_ver}
|
||||||
|
|
||||||
Release: 8.1
|
Release: 9
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.cups.org/espgs/
|
URL: http://www.cups.org/espgs/
|
||||||
@ -24,6 +24,7 @@ Patch7: ghostscript-noopt.patch
|
|||||||
Patch8: ghostscript-use-external-freetype.patch
|
Patch8: ghostscript-use-external-freetype.patch
|
||||||
Patch9: ghostscript-split-font-configuration.patch
|
Patch9: ghostscript-split-font-configuration.patch
|
||||||
Patch10: ghostscript-big-cmap-post.patch
|
Patch10: ghostscript-big-cmap-post.patch
|
||||||
|
Patch11: espgs-cjkv.patch
|
||||||
|
|
||||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||||
BuildRequires: libjpeg-devel, libXt-devel
|
BuildRequires: libjpeg-devel, libXt-devel
|
||||||
@ -106,6 +107,9 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
|||||||
# Support reading a big cmap/post table from a TrueType font.
|
# Support reading a big cmap/post table from a TrueType font.
|
||||||
%patch10 -p1 -b .big-cmap-post
|
%patch10 -p1 -b .big-cmap-post
|
||||||
|
|
||||||
|
# CJKV from upstream.
|
||||||
|
%patch11 -p1 -b .cjkv
|
||||||
|
|
||||||
# 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}_"
|
||||||
@ -260,6 +264,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libijs.*a
|
%{_libdir}/libijs.*a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 3 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-9
|
||||||
|
- Apply CJKV patch from svn164:165 plus the fix from svn173:174 (bug #194592,
|
||||||
|
bug #203712, possibly bug #167596).
|
||||||
|
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.15.2-8.1
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 8.15.2-8.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user