- 8.15.1.
- No longer need overflow patch.
This commit is contained in:
parent
20bfe6e080
commit
ef16ab3992
@ -13,3 +13,4 @@ pcl3-3.3.tar.gz
|
|||||||
espgs-8.15rc3-source.tar.bz2
|
espgs-8.15rc3-source.tar.bz2
|
||||||
adobe-cmaps-200204.tar.gz
|
adobe-cmaps-200204.tar.gz
|
||||||
espgs-8.15rc4-source.tar.bz2
|
espgs-8.15rc4-source.tar.bz2
|
||||||
|
espgs-8.15.1-source.tar.bz2
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%define gs_ver 8.15
|
%define gs_ver 8.15.1
|
||||||
%define gs_rc rc4
|
%define gs_rc %{nil}
|
||||||
%{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
|
%{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
|
||||||
Summary: A PostScript(TM) interpreter and renderer.
|
Summary: A PostScript(TM) interpreter and renderer.
|
||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Version: %{gs_ver}
|
Version: %{gs_ver}
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
|
|
||||||
Release: 0.%{?gs_rc:%gs_rc.}3
|
Release: 0.%{?gs_rc:%gs_rc.}1
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.cups.org/espgs/
|
URL: http://www.cups.org/espgs/
|
||||||
@ -26,7 +26,6 @@ Patch6: ghostscript-pagesize.patch
|
|||||||
Patch7: ghostscript-noopt.patch
|
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-overflow.patch
|
|
||||||
|
|
||||||
Requires: zlib, libpng, glib2
|
Requires: zlib, libpng, glib2
|
||||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
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).
|
# Allow separated font configuration (bug #161187).
|
||||||
%patch9 -p1 -b .split-font-configuration
|
%patch9 -p1 -b .split-font-configuration
|
||||||
|
|
||||||
# Fixed lips4v driver (bug #165713).
|
|
||||||
%patch10 -p1 -b .overflow
|
|
||||||
|
|
||||||
# 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}_"
|
||||||
@ -263,6 +259,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 16 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc4.3
|
||||||
- Rebuilt for new cairo.
|
- Rebuilt for new cairo.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
2fbae60417d42779f6488ab897dcaaf6 acro5-cmaps-2001.tar.gz
|
2fbae60417d42779f6488ab897dcaaf6 acro5-cmaps-2001.tar.gz
|
||||||
a3bf430a7e21cd82401258a2ec3b8afb adobe-cmaps-200204.tar.gz
|
a3bf430a7e21cd82401258a2ec3b8afb adobe-cmaps-200204.tar.gz
|
||||||
2519bb1a64e2677368531555bc06ecf2 espgs-8.15rc4-source.tar.bz2
|
2a21136953c3559e6088522753b06b1f espgs-8.15.1-source.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user