- 8.15.1.
- No longer need overflow patch.
This commit is contained in:
parent
a814454b4a
commit
7646326921
@ -13,3 +13,4 @@ pcl3-3.3.tar.gz
|
||||
espgs-8.15rc3-source.tar.bz2
|
||||
adobe-cmaps-200204.tar.gz
|
||||
espgs-8.15rc4-source.tar.bz2
|
||||
espgs-8.15.1-source.tar.bz2
|
||||
|
@ -1,12 +1,12 @@
|
||||
%define gs_ver 8.15
|
||||
%define gs_rc rc4
|
||||
%define gs_ver 8.15.1
|
||||
%define gs_rc %{nil}
|
||||
%{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
|
||||
Summary: A PostScript(TM) interpreter and renderer.
|
||||
Name: ghostscript
|
||||
Version: %{gs_ver}
|
||||
BuildRequires: libjpeg-devel
|
||||
|
||||
Release: 0.%{?gs_rc:%gs_rc.}3
|
||||
Release: 0.%{?gs_rc:%gs_rc.}1
|
||||
|
||||
License: GPL
|
||||
URL: http://www.cups.org/espgs/
|
||||
@ -26,7 +26,6 @@ Patch6: ghostscript-pagesize.patch
|
||||
Patch7: ghostscript-noopt.patch
|
||||
Patch8: ghostscript-use-external-freetype.patch
|
||||
Patch9: ghostscript-split-font-configuration.patch
|
||||
Patch10: ghostscript-overflow.patch
|
||||
|
||||
Requires: zlib, libpng, glib2
|
||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||
@ -103,9 +102,6 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
||||
# Allow separated font configuration (bug #161187).
|
||||
%patch9 -p1 -b .split-font-configuration
|
||||
|
||||
# Fixed lips4v driver (bug #165713).
|
||||
%patch10 -p1 -b .overflow
|
||||
|
||||
# Convert manual pages to UTF-8
|
||||
from8859_1() {
|
||||
iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
|
||||
@ -263,6 +259,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Thu Sep 22 2005 Tim Waugh <twaugh@redhat.com> 8.15.1-0.1
|
||||
- 8.15.1.
|
||||
- No longer need overflow patch.
|
||||
|
||||
* Tue Aug 16 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.3
|
||||
- Rebuilt for new cairo.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user