- fix builtin help of --load-cookies / --save-cookies (#165408)

This commit is contained in:
Karsten Hopp 2005-09-08 14:51:56 +00:00
parent 6e96faa75c
commit 6ec33df107
2 changed files with 20 additions and 1 deletions

14
wget-1.10.1-helpfix.patch Normal file
View File

@ -0,0 +1,14 @@
--- wget-1.10.1/src/main.c.helpfix 2005-09-08 14:45:32.000000000 +0000
+++ wget-1.10.1/src/main.c 2005-09-08 14:46:49.000000000 +0000
@@ -534,9 +534,9 @@
N_("\
--no-cookies don't use cookies.\n"),
N_("\
- --load-cookies=FILE load cookies from FILE before session.\n"),
+ --load-cookies FILE load cookies from FILE before session.\n"),
N_("\
- --save-cookies=FILE save cookies to FILE after session.\n"),
+ --save-cookies FILE save cookies to FILE after session.\n"),
N_("\
--keep-session-cookies load and save session (non-permanent) cookies.\n"),
N_("\

View File

@ -1,7 +1,7 @@
Summary: A utility for retrieving files using the HTTP or FTP protocols.
Name: wget
Version: 1.10.1
Release: 6
Release: 7
License: GPL
Group: Applications/Internet
Url: http://wget.sunsite.dk/
@ -11,6 +11,7 @@ Patch1: wget-1.10-ctype.patch
Patch2: wget-1.10.1-rh1.patch
Patch3: wget-1.10-path.patch
Patch4: wget-1.9.1-docsyntax.patch
Patch5: wget-1.10.1-helpfix.patch
Provides: webclient
Prereq: /sbin/install-info
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
@ -31,6 +32,7 @@ support for Proxy servers, and configurability.
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/de.po
@ -68,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/*
%changelog
* Thu Sep 08 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-7
- fix builtin help of --load-cookies / --save-cookies (#165408)
* Wed Sep 07 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-6
- convert changelog to UTF-8 (#159585)