Add a missing description of --encoding in manpage. (#854897)
This commit is contained in:
parent
40974b847e
commit
a013fcef35
13
paps-854897-manpage.patch
Normal file
13
paps-854897-manpage.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -pruN paps-0.6.8.orig/src/paps.1 paps-0.6.8/src/paps.1
|
||||
--- paps-0.6.8.orig/src/paps.1 2007-01-19 20:05:27.000000000 +0900
|
||||
+++ paps-0.6.8/src/paps.1 2012-09-06 18:04:01.000000000 +0900
|
||||
@@ -64,6 +64,9 @@ Draw page header for each page.
|
||||
.B \-\-markup
|
||||
Interpret the text as pango markup.
|
||||
.TP
|
||||
+.B \-\-encoding=ENCODING
|
||||
+Assume the documentation encoding is ENCODING.
|
||||
+.TP
|
||||
.B \-\-lpi
|
||||
Set the lines per inch. This determines the line spacing.
|
||||
.TP
|
@ -1,6 +1,6 @@
|
||||
Name: paps
|
||||
Version: 0.6.8
|
||||
Release: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
|
||||
License: LGPLv2+
|
||||
URL: http://paps.sourceforge.net/
|
||||
@ -18,6 +18,7 @@ Patch2: paps-langinfo.patch
|
||||
Patch3: paps-0.6.6-lcnumeric.patch
|
||||
## https://sourceforge.net/tracker/index.php?func=detail&aid=1832935&group_id=153049&atid=786241
|
||||
Patch4: paps-exitcode.patch
|
||||
Patch5: paps-854897-manpage.patch
|
||||
Patch50: paps-cups.patch
|
||||
Patch51: paps-cpilpi.patch
|
||||
Patch52: paps-dsc-compliant.patch
|
||||
@ -55,6 +56,7 @@ applications using paps API.
|
||||
%patch2 -p1 -b .langinfo
|
||||
%patch3 -p1 -b .lcnumeric
|
||||
%patch4 -p1 -b .exitcode
|
||||
%patch5 -p1 -b .manpage
|
||||
%patch50 -p1 -b .cups
|
||||
%patch51 -p1 -b .cpilpi
|
||||
%patch52 -p1 -b .dsc
|
||||
@ -111,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libpaps.so
|
||||
|
||||
%changelog
|
||||
* Thu Sep 6 2012 Akira TAGOH <tagoh@redhat.com> - 0.6.8-20
|
||||
- Add a missing description of --encoding in manpage. (#854897)
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.8-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user