Summary: A utility for retrieving files using the HTTP or FTP protocols. Name: wget Version: 1.8.2 Release: 3 License: GPL Group: Applications/Internet Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz Source2: wget-1.5.3-ko.po # The symlink patch no longer seems to be necesarry... at least # 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 Patch3: wget-1.8-md5.patch Patch4: wget-1.8.2-ht.patch Provides: webclient Prereq: /sbin/install-info BuildRequires: perl, openssl-devel BuildRoot: %{_tmppath}/%{name}-root %description GNU Wget is a file retrieval utility which can use either the HTTP or FTP protocols. Wget features include the ability to work in the background while you are logged out, recursive retrieval of directories, file name wildcard matching, remote file timestamp storage and comparison, use of Rest with FTP servers and Range with HTTP servers to retrieve files over slow or unstable connections, support for Proxy servers, and configurability. %prep %setup -q %patch3 -p1 %patch4 -p0 cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po %build %configure --with-ssl make %install rm -rf $RPM_BUILD_ROOT %makeinstall %find_lang %name %post /sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir %preun if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/wget.info.gz %{_infodir}/dir fi %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS MAILING-LIST NEWS README PATCHES README.cvs TODO %config(noreplace) /etc/wgetrc %{_mandir}/man1/wget.* %{_bindir}/wget %{_infodir}/* %changelog * Wed Jul 24 2002 Trond Eivind Glomsrød 1.8.2-3 - Don't segfault when downloading URLs A-B-A (A-A-B worked) #49859 * Fri Jun 21 2002 Tim Powers - automated rebuild * Wed May 29 2002 Florian La Roche - update to 1.8.2 (bug-fix release) * Thu May 23 2002 Tim Powers - automated rebuild * Mon Apr 29 2002 Florian La Roche - remove s390 patch, not needed anymore * Wed Feb 27 2002 Trond Eivind Glomsrød 1.8.1-4 - Rebuild * Wed Jan 09 2002 Tim Powers - automated rebuild * Fri Dec 28 2001 Florian La Roche - add hack to not link against libmd5, even if available * Fri Dec 28 2001 Florian La Roche - update to 1.8.1 * Thu Dec 13 2001 Florian La Roche - update to 1.8 - also include md5global to get it compile * Sun Nov 18 2001 Florian La Roche - update to 1.7.1 * 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/ * Wed Jun 6 2001 Trond Eivind Glomsrød - 1.7 - Require perl for building (to get man pages) - Don't include the Japanese po file, it's now included - Use %%{_tmppath} - no patches necessary - Make /etc/wgetrc noreplace - More docs * Tue Jan 30 2001 Trond Eivind Glomsrød - Norwegian isn't a iso-8859-2 locale, neither is Danish. This fixes #15025. - langify * Sat Jan 6 2001 Bill Nottingham - escape %xx characters before fnmatch (#23475, patch from alane@geeksrus.net) * Fri Jan 5 2001 Bill Nottingham - update to 1.6, fix patches accordingly (#23412) - fix symlink patch (#23411) * Mon Dec 18 2000 Yukihiro Nakai - Add Japanese and Korean Resources * Tue Aug 1 2000 Bill Nottingham - setlocale for LC_CTYPE too, or else all the translations think their characters are unprintable. * Thu Jul 13 2000 Prospector - automatic rebuild * Sun Jun 11 2000 Bill Nottingham - build in new environment * Mon Jun 5 2000 Bernhard Rosenkraenzer - FHS compliance * Thu Feb 3 2000 Bill Nottingham - handle compressed man pages * Thu Aug 26 1999 Jeff Johnson - don't permit chmod 777 on symlinks (#4725). * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 4) * Fri Dec 18 1998 Bill Nottingham - build for 6.0 tree - add Provides * Sat Oct 10 1998 Cristian Gafton - strip binaries - version 1.5.3 * Sat Jun 27 1998 Jeff Johnson - updated to 1.5.2 * Thu Apr 30 1998 Cristian Gafton - modified group to Applications/Networking * Wed Apr 22 1998 Cristian Gafton - upgraded to 1.5.0 - they removed the man page from the distribution (Duh!) and I added it back from 1.4.5. Hey, removing the man page is DUMB! * Fri Nov 14 1997 Cristian Gafton - first build against glibc