auto-import changelog data from wget-1.7-3.src.rpm

Wed Sep 05 2001 Phil Knirsch <phil@redhat.de> 1.7-3
- Added va_args patch required for S390.
This commit is contained in:
cvsdist 2004-09-09 14:17:56 +00:00
parent 8e35b33f80
commit af155253fa

View File

@ -1,7 +1,7 @@
Summary: A utility for retrieving files using the HTTP or FTP protocols.
Name: wget
Version: 1.7
Release: 2
Release: 3
License: GPL
Group: Applications/Internet
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
@ -10,6 +10,7 @@ Source2: wget-1.5.3-ko.po
# I couldn't reproduce the original problem with 1.7. Keeping it
# around for some time still, just in case... 2001-06-06, teg@redhat.com
Patch1: wget-1.6-symlink.patch
Patch2: wget-1.6-s390.patch
Provides: webclient
Prereq: /sbin/install-info
BuildRequires: perl, openssl-devel
@ -26,6 +27,9 @@ support for Proxy servers, and configurability.
%prep
%setup -q
%ifarch s390 s390x
%patch2 -p1 -b .s390
%endif
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
@ -59,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/*
%changelog
* Mon Sep 5 2001 Phil Knirsch <phil@redhat.de> 1.7-3
- Added va_args patch required for S390.
* Mon Sep 3 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.7-2
- Configure with ssl support (duh - #53116)
- s/Copyright/License/