- fix builtin help of --load-cookies / --save-cookies (#165408)
This commit is contained in:
parent
6e96faa75c
commit
6ec33df107
14
wget-1.10.1-helpfix.patch
Normal file
14
wget-1.10.1-helpfix.patch
Normal 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_("\
|
@ -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.10.1
|
Version: 1.10.1
|
||||||
Release: 6
|
Release: 7
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://wget.sunsite.dk/
|
Url: http://wget.sunsite.dk/
|
||||||
@ -11,6 +11,7 @@ Patch1: wget-1.10-ctype.patch
|
|||||||
Patch2: wget-1.10.1-rh1.patch
|
Patch2: wget-1.10.1-rh1.patch
|
||||||
Patch3: wget-1.10-path.patch
|
Patch3: wget-1.10-path.patch
|
||||||
Patch4: wget-1.9.1-docsyntax.patch
|
Patch4: wget-1.9.1-docsyntax.patch
|
||||||
|
Patch5: wget-1.10.1-helpfix.patch
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
|
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
|
||||||
@ -31,6 +32,7 @@ support for Proxy servers, and configurability.
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
%patch5 -p1
|
||||||
|
|
||||||
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/de.po
|
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/de.po
|
||||||
|
|
||||||
@ -68,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 07 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-6
|
||||||
- convert changelog to UTF-8 (#159585)
|
- convert changelog to UTF-8 (#159585)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user