- add support for --protocol-directories option as documented in the man

page (Ville Skytt� #145571)
This commit is contained in:
Karsten Hopp 2005-01-20 12:20:18 +00:00
parent 3fc1ac6595
commit 024cbe2396

View File

@ -1,7 +1,7 @@
Summary: A utility for retrieving files using the HTTP or FTP protocols.
Name: wget
Version: 1.9.1
Release: 17
Release: 18
License: GPL
Group: Applications/Internet
Url: http://wget.sunsite.dk/
@ -14,9 +14,10 @@ Patch3: wget-1.9.1-cvs20040122.patch
Patch4: wget-1.9.1-rh1.patch
Patch5: wget-1.9.1-path.patch
Patch6: wget-1.9.1-LFS.patch
Patch7: wget-1.9.1-protdir.patch
Provides: webclient
Prereq: /sbin/install-info
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
BuildRoot: %{_tmppath}/%{name}-root
%description
@ -30,12 +31,13 @@ support for Proxy servers, and configurability.
%prep
%setup -q
%patch1 -p1 -b .ctype
%patch2 -p1 -b .pasv
%patch3 -p0 -b .cvs
%patch4 -p1 -b .rh1
%patch5 -p1 -b .rh2
%patch6 -p1 -b .lfs
%patch1 -p1
%patch2 -p1
%patch3 -p0
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
@ -75,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/*
%changelog
* Thu Jan 20 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-18
- add support for --protocol-directories option as documented
in the man page (Ville Skyttä, #145571)
* Wed Sep 29 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-17
- additional LFS patch from Leonid Petrov to fix file lengths in
http downloads