- Removed postscript.ppd.gz (bug #533371).

This commit is contained in:
Tim Waugh 2009-11-10 12:50:59 +00:00
parent 348a9b8de9
commit 85cfb8e7e1
2 changed files with 3 additions and 29 deletions

View File

@ -1,20 +0,0 @@
diff -up ./postscript.ppd.generic-ps ./postscript.ppd
--- ./postscript.ppd.generic-ps 2009-10-08 11:08:07.389336611 +0100
+++ ./postscript.ppd 2009-10-08 11:06:40.836338000 +0100
@@ -12,11 +12,11 @@
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName: "POSTSCRIPT.PPD"
-*Manufacturer: "Postscript"
-*Product: "(CUPS v1.1)"
-*ModelName: "Generic postscript printer"
-*ShortNickName: "Generic postscript printer"
-*NickName: "Generic postscript printer"
+*Manufacturer: "Generic"
+*Product: "(PostScript Printer)"
+*ModelName: "Generic PostScript Printer"
+*ShortNickName: "Generic PostScript Printer"
+*NickName: "Generic PostScript Printer"
*PSVersion: "(2017.000) 0"
*LanguageLevel: "2"
*ColorDevice: False

View File

@ -20,13 +20,11 @@ Source4: pstopdf
Source5: cups-lpd Source5: cups-lpd
Source6: pstoraster Source6: pstoraster
Source7: pstoraster.convs Source7: pstoraster.convs
Source8: postscript.ppd.gz
Source9: cups.logrotate Source9: cups.logrotate
Source10: ncp.backend Source10: ncp.backend
Source12: cups.cron Source12: cups.cron
Source14: textonly.filter Source14: textonly.filter
Source15: textonly.ppd Source15: textonly.ppd
Patch0: cups-generic-ps.patch
Patch1: cups-no-gzip-man.patch Patch1: cups-no-gzip-man.patch
Patch2: cups-1.1.16-system-auth.patch Patch2: cups-1.1.16-system-auth.patch
Patch3: cups-multilib.patch Patch3: cups-multilib.patch
@ -188,10 +186,6 @@ module.
%prep %prep
%setup -q %setup -q
gunzip -c %{SOURCE8} > postscript.ppd
%patch0 -p0 -b .generic-ps
gzip -n postscript.ppd
%patch1 -p1 -b .no-gzip-man %patch1 -p1 -b .no-gzip-man
%patch2 -p1 -b .system-auth %patch2 -p1 -b .system-auth
%patch3 -p1 -b .multilib %patch3 -p1 -b .multilib
@ -311,9 +305,6 @@ install -c -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{cups_serverbin}/filter
install -c -m 755 %{SOURCE6} $RPM_BUILD_ROOT%{cups_serverbin}/filter install -c -m 755 %{SOURCE6} $RPM_BUILD_ROOT%{cups_serverbin}/filter
install -c -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/cups install -c -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/cups
# Ship a generic postscript PPD file (#73061)
install -c -m 644 postscript.ppd.gz $RPM_BUILD_ROOT%{_datadir}/cups/model
# Ship a printers.conf file, and a client.conf file. That way, they get # Ship a printers.conf file, and a client.conf file. That way, they get
# their SELinux file contexts set correctly. # their SELinux file contexts set correctly.
touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/printers.conf touch $RPM_BUILD_ROOT%{_sysconfdir}/cups/printers.conf
@ -525,6 +516,9 @@ rm -rf $RPM_BUILD_ROOT
%{php_extdir}/phpcups.so %{php_extdir}/phpcups.so
%changelog %changelog
* Tue Nov 10 2009 Tim Waugh <twaugh@redhat.com>
- Removed postscript.ppd.gz (bug #533371).
* Tue Nov 3 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.1-13 * Tue Nov 3 2009 Tim Waugh <twaugh@redhat.com> 1:1.4.1-13
- Removed stale patch from STR #2831 which was causing problems with - Removed stale patch from STR #2831 which was causing problems with
number-up (bug #532516). number-up (bug #532516).