From 375c3295f126c1da9b8dbc0b17dd7947f06bee1d Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 27 Jun 2013 15:11:33 +0100 Subject: [PATCH] Added some escputil options to the manpage (bug #979064). Resolves: rhbz#979064 --- gutenprint-manpage.patch | 27 +++++++++++++++++++++++++++ gutenprint.spec | 9 ++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 gutenprint-manpage.patch diff --git a/gutenprint-manpage.patch b/gutenprint-manpage.patch new file mode 100644 index 0000000..07689ad --- /dev/null +++ b/gutenprint-manpage.patch @@ -0,0 +1,27 @@ +diff -up gutenprint-5.2.9/man/escputil.1.in.manpage gutenprint-5.2.9/man/escputil.1.in +--- gutenprint-5.2.9/man/escputil.1.in.manpage 2013-06-27 15:02:09.997386927 +0100 ++++ gutenprint-5.2.9/man/escputil.1.in 2013-06-27 15:08:16.236046768 +0100 +@@ -20,6 +20,7 @@ escputil \- maintain Epson Stylus inkjet + .SH SYNOPSIS + .B escputil + [ \fI\-P\fP \fIprinter\fP | \fI\-r\fP \fIdevice\fP ] [ \fI\-m\fP \fImodel\fP ] [ ++\fI\-S\fP ] [ \fI\-C\fP ] [ \fI\-p\fP ] [ + \fI\-u\fP ] [ \fI\-c\fP | \fI\-n\fP | \fI\-a\fP | \fI\-i\fP | \fI\-d\fP | + \fI\-o\fP | \fI\-s\fP | \fI\-l\fP | \fI\-M\fP | \fI\-h\fP ] [ \fI\-q\fP ] + .SH DESCRIPTION +@@ -46,6 +47,15 @@ Specify the precise printer model for he + .B \-u, \-\-new + The printer is a new printer (Stylus Color 740 or newer). + .TP ++.B \-S, \-\-short\-name ++Print the short name of the printer with \-\-identify. ++.TP ++.B \-C, \-\-choices ++Specify the number of pattern choices for alignment. ++.TP ++.B \-p, \-\-patterns ++Specify the number of sets of patterns for alignment. ++.TP + .B \-c, \-\-clean\-head + Clean the print head. This can also be performed from the printer + front panel. diff --git a/gutenprint.spec b/gutenprint.spec index 4131045..92e955f 100644 --- a/gutenprint.spec +++ b/gutenprint.spec @@ -3,7 +3,7 @@ Name: gutenprint Summary: Printer Drivers Package Version: 5.2.9 -Release: 11%{?dist} +Release: 12%{?dist} Group: System Environment/Base URL: http://gimp-print.sourceforge.net/ Source0: http://downloads.sourceforge.net/gimp-print/%{name}-%{version}.tar.bz2 @@ -18,6 +18,7 @@ Patch3: gutenprint-postscriptdriver.patch Patch4: gutenprint-device-ids.patch Patch5: gutenprint-ui2-libdeps.patch Patch6: gutenprint-yyin.patch +Patch7: gutenprint-manpage.patch License: GPLv2+ BuildRequires: cups-libs, cups-devel, cups @@ -187,6 +188,9 @@ Epson, HP and compatible printers. # Don't export yy* symbols (bug #882194). %patch6 -p1 -b .yyin +# Added some escputil options to the manpage (bug #979064). +%patch7 -p1 -b .manpage + cp %{SOURCE2} src/cups/cups-genppdupdate.in %build @@ -310,6 +314,9 @@ fi /bin/rm -f /var/cache/foomatic/* %changelog +* Thu Jun 27 2013 Tim Waugh - 5.2.9-12 +- Added some escputil options to the manpage (bug #979064). + * Mon Mar 25 2013 Jiri Popelka - 5.2.9-11 - Run autoreconf prior to running configure (#925535)