- New ghostscript-cups sub-package for some additional filters:
pdftoraster; pstopxl. CUPS package still owns pstoraster for now.
This commit is contained in:
parent
a1afccab2e
commit
4a93f4fa87
17
ghostscript-cups-filters.patch
Normal file
17
ghostscript-cups-filters.patch
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
diff -up ghostscript-8.70/cups/cups.mak.cups-filters ghostscript-8.70/cups/cups.mak
|
||||||
|
--- ghostscript-8.70/cups/cups.mak.cups-filters 2009-10-15 12:42:27.531402610 +0100
|
||||||
|
+++ ghostscript-8.70/cups/cups.mak 2009-10-15 12:44:14.835402533 +0100
|
||||||
|
@@ -63,10 +63,10 @@ install-cups: cups
|
||||||
|
$(INSTALL_PROGRAM) $(PDFTORASTER_XE) $(DESTDIR)$(CUPSSERVERBIN)/filter; \
|
||||||
|
fi
|
||||||
|
$(INSTALL_PROGRAM) cups/pstopxl $(DESTDIR)$(CUPSSERVERBIN)/filter
|
||||||
|
- -mkdir -p $(DESTDIR)$(CUPSSERVERROOT)
|
||||||
|
- $(INSTALL_DATA) cups/pstoraster.convs $(DESTDIR)$(CUPSSERVERROOT)
|
||||||
|
+ -mkdir -p $(DESTDIR)$(CUPSDATA)/mime
|
||||||
|
+ $(INSTALL_DATA) cups/pstoraster.convs $(DESTDIR)$(CUPSDATA)/mime
|
||||||
|
if [ "$(CUPSPDFTORASTER)" = "1" ]; then \
|
||||||
|
- $(INSTALL_DATA) cups/pdftoraster.convs $(DESTDIR)$(CUPSSERVERROOT); \
|
||||||
|
+ $(INSTALL_DATA) cups/pdftoraster.convs $(DESTDIR)$(CUPSDATA)/mime; \
|
||||||
|
fi
|
||||||
|
-mkdir -p $(DESTDIR)$(CUPSDATA)/model
|
||||||
|
$(INSTALL_DATA) cups/pxlcolor.ppd $(DESTDIR)$(CUPSDATA)/model
|
@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer.
|
|||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Version: %{gs_ver}
|
Version: %{gs_ver}
|
||||||
|
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
# Included CMap data is Redistributable, no modification permitted,
|
# Included CMap data is Redistributable, no modification permitted,
|
||||||
# see http://bugzilla.redhat.com/487510
|
# see http://bugzilla.redhat.com/487510
|
||||||
@ -28,6 +28,7 @@ Patch9: ghostscript-gs-executable.patch
|
|||||||
Patch10: ghostscript-CVE-2009-4270.patch
|
Patch10: ghostscript-CVE-2009-4270.patch
|
||||||
Patch11: ghostscript-vsnprintf.patch
|
Patch11: ghostscript-vsnprintf.patch
|
||||||
Patch12: ghostscript-gdevcups-y-axis.patch
|
Patch12: ghostscript-gdevcups-y-axis.patch
|
||||||
|
Patch13: ghostscript-cups-filters.patch
|
||||||
|
|
||||||
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
Requires: urw-fonts >= 1.1, ghostscript-fonts
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
@ -88,6 +89,15 @@ Group: Applications/Publishing
|
|||||||
%description gtk
|
%description gtk
|
||||||
A GTK-enabled version of Ghostscript, called 'gsx'.
|
A GTK-enabled version of Ghostscript, called 'gsx'.
|
||||||
|
|
||||||
|
%package cups
|
||||||
|
Summary: CUPS filter for interpreting PostScript and PDF
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: cups
|
||||||
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
|
%description cups
|
||||||
|
CUPS filter and conversion rules for interpreting PostScript and PDF.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{gs_ver}
|
%setup -q -n %{name}-%{gs_ver}
|
||||||
rm -rf libpng zlib jpeg jasper
|
rm -rf libpng zlib jpeg jasper
|
||||||
@ -128,6 +138,9 @@ rm -rf libpng zlib jpeg jasper
|
|||||||
# revision 10625.
|
# revision 10625.
|
||||||
%patch12 -p1 -b .gdevcups-y-axis
|
%patch12 -p1 -b .gdevcups-y-axis
|
||||||
|
|
||||||
|
# Install CUPS filter convs files in the correct place.
|
||||||
|
%patch13 -p1 -b .cups-filters
|
||||||
|
|
||||||
# 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}_"
|
||||||
@ -297,6 +310,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gsx
|
%{_bindir}/gsx
|
||||||
|
|
||||||
|
%files cups
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_datadir}/cups/model/pxl*
|
||||||
|
%{_datadir}/cups/mime/*.convs
|
||||||
|
# This really is /usr/lib, not _libdir -- it's more of a libexec usage
|
||||||
|
# but upstream CUPS won't use libexec.
|
||||||
|
/usr/lib/cups/filter/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/ghostscript
|
%dir %{_includedir}/ghostscript
|
||||||
@ -309,6 +330,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libgs.so
|
%{_libdir}/libgs.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 22 2010 Tim Waugh <twaugh@redhat.com> 8.70-4
|
||||||
|
- New ghostscript-cups sub-package for some additional filters:
|
||||||
|
pdftoraster; pstopxl. CUPS package still owns pstoraster for now.
|
||||||
|
|
||||||
* Thu Jan 21 2010 Tim Waugh <twaugh@redhat.com> 8.70-3
|
* Thu Jan 21 2010 Tim Waugh <twaugh@redhat.com> 8.70-3
|
||||||
- Fixed gdevcups duplex output (bug #541604) by backporting upstream
|
- Fixed gdevcups duplex output (bug #541604) by backporting upstream
|
||||||
revision 10625.
|
revision 10625.
|
||||||
|
Loading…
Reference in New Issue
Block a user