add missing options accept-regex and reject-regex to man page
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
bd52ba20ef
commit
e15b2d8ee0
27
wget-1.14-add_missing_options_doc.patch
Normal file
27
wget-1.14-add_missing_options_doc.patch
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
From 8dc52c6eaa1993d140a52bc0627e436efd9870d0 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
Date: Sun, 28 Apr 2013 22:41:24 +0200
|
||||||
|
Subject: [PATCH] doc: add documentation for --accept-regex and --reject-regex
|
||||||
|
|
||||||
|
---
|
||||||
|
doc/wget.texi | 4 ++++
|
||||||
|
1 files changed, 4 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/doc/wget.texi b/doc/wget.texi
|
||||||
|
index fed188a..039f700 100644
|
||||||
|
--- a/doc/wget.texi
|
||||||
|
+++ b/doc/wget.texi
|
||||||
|
@@ -2049,6 +2049,10 @@ any of the wildcard characters, @samp{*}, @samp{?}, @samp{[} or
|
||||||
|
@samp{]}, appear in an element of @var{acclist} or @var{rejlist},
|
||||||
|
it will be treated as a pattern, rather than a suffix.
|
||||||
|
|
||||||
|
+@item --accept-regex @var{urlregex}
|
||||||
|
+@itemx --reject-regex @var{urlregex}
|
||||||
|
+Specify a regular expression to accept or reject the complete URL.
|
||||||
|
+
|
||||||
|
@item -D @var{domain-list}
|
||||||
|
@itemx --domains=@var{domain-list}
|
||||||
|
Set domains to be followed. @var{domain-list} is a comma-separated list
|
||||||
|
--
|
||||||
|
1.8.1.4
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.14
|
Version: 1.14
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://www.gnu.org/software/wget/
|
Url: http://www.gnu.org/software/wget/
|
||||||
@ -11,6 +11,7 @@ Patch1: wget-rh-modified.patch
|
|||||||
Patch2: wget-1.12-path.patch
|
Patch2: wget-1.12-path.patch
|
||||||
Patch3: wget-1.14-sslreadtimeout.patch
|
Patch3: wget-1.14-sslreadtimeout.patch
|
||||||
Patch4: wget-1.14-manpage-tex5.patch
|
Patch4: wget-1.14-manpage-tex5.patch
|
||||||
|
Patch5: wget-1.14-add_missing_options_doc.patch
|
||||||
|
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
@ -34,6 +35,7 @@ support for Proxy servers, and configurability.
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1 -b .sslreadtimeout
|
%patch3 -p1 -b .sslreadtimeout
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
%patch5 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if pkg-config openssl ; then
|
if pkg-config openssl ; then
|
||||||
@ -70,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 24 2013 Tomas Hozza <thozza@redhat.com> - 1.14-6
|
||||||
|
- add missing options accept-regex and reject-regex to man page
|
||||||
|
|
||||||
* Fri Feb 22 2013 Tomas Hozza <thozza@redhat.com> - 1.14-5
|
* Fri Feb 22 2013 Tomas Hozza <thozza@redhat.com> - 1.14-5
|
||||||
- Added BuildRequires: perl-podlators for pod2man
|
- Added BuildRequires: perl-podlators for pod2man
|
||||||
- Patched manpage to silent new Tex errors
|
- Patched manpage to silent new Tex errors
|
||||||
|
Loading…
Reference in New Issue
Block a user