- BuildRequires: gnutls-devel

- Updated KRGB patch for gdevijs.
This commit is contained in:
Tim Waugh 2006-03-02 14:58:26 +00:00
parent 48b7127ce2
commit 389a5d8f2d

View File

@ -26,12 +26,13 @@ Patch7: ghostscript-noopt.patch
Patch8: ghostscript-use-external-freetype.patch
Patch9: ghostscript-split-font-configuration.patch
Patch10: ghostscript-big-cmap-post.patch
Patch11: ghostscript-krgb.patch
Requires: zlib, libpng, glib2
Requires: urw-fonts >= 1.1, ghostscript-fonts
BuildRequires: libjpeg-devel, libXt-devel
BuildRequires: zlib, zlib-devel, libpng, libpng-devel, unzip, gtk2-devel
BuildRequires: glib2-devel
BuildRequires: glib2-devel, gnutls-devel
# Omni requires libxml
BuildRequires: libxml2-devel
BuildRequires: libtiff-devel
@ -106,6 +107,9 @@ 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
# Updated KRGB patch for gdevijs.
%patch11 -p1 -b .krgb
# Convert manual pages to UTF-8
from8859_1() {
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
@ -263,6 +267,10 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%changelog
* Thu Mar 2 2006 Tim Waugh <twaugh@redhat.com>
- BuildRequires: gnutls-devel
- Updated KRGB patch for gdevijs.
* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 8.15.1-6
- BuildRequires: libXt-devel