- Revert CJKV patch.
This commit is contained in:
parent
5b38938a96
commit
d0db90e01f
@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer.
|
||||
Name: ghostscript
|
||||
Version: %{gs_ver}
|
||||
|
||||
Release: 7
|
||||
Release: 8
|
||||
|
||||
License: GPL
|
||||
URL: http://www.cups.org/espgs/
|
||||
@ -24,7 +24,6 @@ Patch7: ghostscript-noopt.patch
|
||||
Patch8: ghostscript-use-external-freetype.patch
|
||||
Patch9: ghostscript-split-font-configuration.patch
|
||||
Patch10: ghostscript-big-cmap-post.patch
|
||||
Patch11: espgs-cjkv.patch
|
||||
|
||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||
BuildRequires: libjpeg-devel, libXt-devel
|
||||
@ -107,9 +106,6 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
||||
# Support reading a big cmap/post table from a TrueType font.
|
||||
%patch10 -p1 -b .big-cmap-post
|
||||
|
||||
# CJKV patch from svn164:165.
|
||||
%patch11 -p1 -b .cjkv
|
||||
|
||||
# Convert manual pages to UTF-8
|
||||
from8859_1() {
|
||||
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
|
||||
@ -264,6 +260,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libijs.*a
|
||||
|
||||
%changelog
|
||||
* Fri Jun 23 2006 Tim Waugh <twaugh@redhat.com> 8.15.2-8
|
||||
- Revert CJKV patch.
|
||||
|
||||
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 8.15.2-7
|
||||
- rebuilt with new gnutls
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user