diff --git a/wget.spec b/wget.spec index bb36fbc..3a65850 100644 --- a/wget.spec +++ b/wget.spec @@ -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 1.7-3 +- Added va_args patch required for S390. + * Mon Sep 3 2001 Trond Eivind Glomsr�d 1.7-2 - Configure with ssl support (duh - #53116) - s/Copyright/License/