From 766db9223567f7adeb6e5b0da16982e49b603c3d Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 7 Sep 2012 13:58:16 +0200 Subject: [PATCH] fix typo in the man page (#854574) --- lynx-2.8.7-man-typo.patch | 39 +++++++++++++++++++++++++++++++++++++++ lynx.spec | 9 ++++++++- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 lynx-2.8.7-man-typo.patch diff --git a/lynx-2.8.7-man-typo.patch b/lynx-2.8.7-man-typo.patch new file mode 100644 index 0000000..895b9f3 --- /dev/null +++ b/lynx-2.8.7-man-typo.patch @@ -0,0 +1,39 @@ +From 37ebbbb71163b0153cb10bfa0247f32ad20c31c3 Mon Sep 17 00:00:00 2001 +From: Kamil Dudka +Date: Fri, 7 Sep 2012 13:48:12 +0200 +Subject: [PATCH] rhbz#854574 - fix typo in the man page + +--- + lynx.hlp | 2 +- + lynx.man | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/lynx.hlp b/lynx.hlp +index 583155b..0207297 100644 +--- a/lynx.hlp ++++ b/lynx.hlp +@@ -93,7 +93,7 @@ + -base prepend a request URL comment and BASE tag to text/html outputs + for -source dumps. + +- -bibp=URL ++ -bibhost=URL + specify a local bibp server (default http://bibhost/). + + -blink forces high intensity background colors for color mode, if +diff --git a/lynx.man b/lynx.man +index 5f62bf5..415c83d 100644 +--- a/lynx.man ++++ b/lynx.man +@@ -129,7 +129,7 @@ this switch. + prepend a request URL comment and BASE tag to text/html + outputs for \fB\-source\fR dumps. + .TP +-.B \-bibp\fR=\fIURL ++.B \-bibhost\fR=\fIURL + specify a local bibp server (default http://bibhost/). + .TP + .B \-blink +-- +1.7.1 + diff --git a/lynx.spec b/lynx.spec index 89c607d..bb07592 100644 --- a/lynx.spec +++ b/lynx.spec @@ -1,7 +1,7 @@ Summary: A text-based Web browser Name: lynx Version: 2.8.7 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2 Group: Applications/Internet Source: http://lynx.isc.org/lynx%{version}/lynx%{version}.tar.bz2 @@ -36,6 +36,9 @@ Patch6: lynx-2.8.7-ipv6arg.patch # include read-only text fields on form submission (#679266) Patch8: lynx-2.8.7-bz679266.patch +# fix typo in the man page (#854574) +Patch9: lynx-2.8.7-man-typo.patch + Provides: webclient Provides: text-www-browser BuildRequires: gettext @@ -66,6 +69,7 @@ exits quickly and swiftly displays web pages. %patch5 -p1 %patch6 -p1 %patch8 -p1 +%patch9 -p1 perl -pi -e "s,^HELPFILE:.*,HELPFILE:file://localhost/usr/share/doc/lynx-%{version}/lynx_help/lynx_help_main.html,g" lynx.cfg perl -pi -e "s,^DEFAULT_INDEX_FILE:.*,DEFAULT_INDEX_FILE:http://www.google.com/,g" lynx.cfg @@ -149,6 +153,9 @@ EOF %config(noreplace,missingok) %{_sysconfdir}/lynx-site.cfg %changelog +* Fri Sep 07 2012 Kamil Dudka - 2.8.7-11 +- fix typo in the man page (#854574) + * Tue Aug 28 2012 Kamil Dudka - 2.8.7-10 - sync the upstream tarball with the current upstream version - fix specfile issues reported by the fedora-review script