parent
93c8b75925
commit
26861b1b4f
@ -28,6 +28,7 @@ Patch9: ghostscript-split-font-configuration.patch
|
|||||||
Patch10: ghostscript-big-cmap-post.patch
|
Patch10: ghostscript-big-cmap-post.patch
|
||||||
Patch11: ghostscript-krgb.patch
|
Patch11: ghostscript-krgb.patch
|
||||||
Patch12: espgs-pdfwrite.patch
|
Patch12: espgs-pdfwrite.patch
|
||||||
|
Patch13: espgs-str1570.patch
|
||||||
|
|
||||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||||
BuildRequires: libjpeg-devel, libXt-devel
|
BuildRequires: libjpeg-devel, libXt-devel
|
||||||
@ -114,6 +115,9 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
|
|||||||
# Fix pdfwrite (bug #187834).
|
# Fix pdfwrite (bug #187834).
|
||||||
%patch12 -p1 -b .pdfwrite
|
%patch12 -p1 -b .pdfwrite
|
||||||
|
|
||||||
|
# Fix emacs interaction (bug #189321, STR #1570).
|
||||||
|
%patch13 -p0 -b .str1570
|
||||||
|
|
||||||
# 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}_"
|
||||||
@ -273,6 +277,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libijs.*a
|
%{_libdir}/libijs.*a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 24 2006 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Fix emacs interaction (bug #189321, STR #1570).
|
||||||
|
|
||||||
* Mon Apr 10 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-9
|
* Mon Apr 10 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-9
|
||||||
- Add %%{_datadir}/fonts/japanese to font path (bug #188448).
|
- Add %%{_datadir}/fonts/japanese to font path (bug #188448).
|
||||||
- Spec file cleanups (bug #188066).
|
- Spec file cleanups (bug #188066).
|
||||||
|
Loading…
Reference in New Issue
Block a user