- fix minor documentation bug
- fix --no-cookies crash
This commit is contained in:
parent
8bdd1cba50
commit
3f399e4820
10
wget.spec
10
wget.spec
@ -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
|
Version: 1.10
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://wget.sunsite.dk/
|
Url: http://wget.sunsite.dk/
|
||||||
@ -11,6 +11,8 @@ Patch1: wget-1.10-ctype.patch
|
|||||||
Patch2: wget-1.10-rh1.patch
|
Patch2: wget-1.10-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-docs.patch
|
||||||
|
Patch6: wget-1.10-no-cookies.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 +33,8 @@ support for Proxy servers, and configurability.
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
|
%patch5 -p1
|
||||||
|
%patch6 -p1
|
||||||
|
|
||||||
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
||||||
|
|
||||||
@ -69,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 05 2005 Karsten Hopp <karsten@redhat.de> 1.10-3
|
||||||
|
- fix minor documentation bug
|
||||||
|
- fix --no-cookies crash
|
||||||
|
|
||||||
* Mon Jul 04 2005 Karsten Hopp <karsten@redhat.de> 1.10-2
|
* Mon Jul 04 2005 Karsten Hopp <karsten@redhat.de> 1.10-2
|
||||||
- update to wget-1.10
|
- update to wget-1.10
|
||||||
- drop passive-ftp patch, already in 1.10
|
- drop passive-ftp patch, already in 1.10
|
||||||
|
Loading…
Reference in New Issue
Block a user