- Fix pdfwrite (bug #187834).
- CUPS filters go in /usr/lib/cups/filter even on lib64 platforms.
This commit is contained in:
parent
e1f8bc1189
commit
da3a5d39ba
@ -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/
|
||||
@ -27,6 +27,7 @@ Patch8: ghostscript-use-external-freetype.patch
|
||||
Patch9: ghostscript-split-font-configuration.patch
|
||||
Patch10: ghostscript-big-cmap-post.patch
|
||||
Patch11: ghostscript-krgb.patch
|
||||
Patch12: espgs-pdfwrite.patch
|
||||
|
||||
Requires: zlib, libpng, glib2
|
||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||
@ -110,6 +111,9 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
||||
# Updated KRGB patch for gdevijs.
|
||||
%patch11 -p1 -b .krgb
|
||||
|
||||
# Fix pdfwrite (bug #187834).
|
||||
%patch12 -p1 -b .pdfwrite
|
||||
|
||||
# Convert manual pages to UTF-8
|
||||
from8859_1() {
|
||||
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
|
||||
@ -246,7 +250,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libgs.so
|
||||
%{_libdir}/libijs*.so*
|
||||
%{_libdir}/%{name}/%{gs_dot_ver}
|
||||
%{_libdir}/cups/filter/pstopxl
|
||||
/usr/lib/cups/filter/pstopxl
|
||||
/usr/lib/cups/filter/pstoraster
|
||||
%{_datadir}/cups/model/pxl*
|
||||
|
||||
%files gtk
|
||||
@ -267,6 +272,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Thu Apr 6 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-8
|
||||
- Fix pdfwrite (bug #187834).
|
||||
- CUPS filters go in /usr/lib/cups/filter even on lib64 platforms.
|
||||
|
||||
* Thu Mar 2 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-7
|
||||
- BuildRequires: gnutls-devel
|
||||
- Updated KRGB patch for gdevijs.
|
||||
|
Loading…
Reference in New Issue
Block a user