Added some escputil options to the manpage (bug #979064).

Resolves: rhbz#979064
This commit is contained in:
Tim Waugh 2013-06-27 15:11:33 +01:00
parent 018729e9e7
commit 375c3295f1
2 changed files with 35 additions and 1 deletions

27
gutenprint-manpage.patch Normal file
View File

@ -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.

View File

@ -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 <twaugh@redhat.com> - 5.2.9-12
- Added some escputil options to the manpage (bug #979064).
* Mon Mar 25 2013 Jiri Popelka <jpopelka@redhat.com> - 5.2.9-11
- Run autoreconf prior to running configure (#925535)