2004-09-09 14:16:18 +00:00
|
|
|
|
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
|
|
|
|
Name: wget
|
2004-09-09 14:22:22 +00:00
|
|
|
|
Version: 1.9.1
|
2005-03-02 12:11:05 +00:00
|
|
|
|
Release: 22
|
2004-09-09 14:17:50 +00:00
|
|
|
|
License: GPL
|
2004-09-09 14:16:18 +00:00
|
|
|
|
Group: Applications/Internet
|
2004-09-09 14:22:22 +00:00
|
|
|
|
Url: http://wget.sunsite.dk/
|
2004-09-09 14:16:18 +00:00
|
|
|
|
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
2004-09-09 14:16:27 +00:00
|
|
|
|
Source2: wget-1.5.3-ko.po
|
2004-09-09 14:22:22 +00:00
|
|
|
|
Patch1: wget-1.8.2-ctype.patch
|
|
|
|
|
Patch2: wget-1.9.1-passive.patch
|
|
|
|
|
Patch3: wget-1.9.1-cvs20040122.patch
|
|
|
|
|
Patch4: wget-1.9.1-rh1.patch
|
2004-09-09 14:23:03 +00:00
|
|
|
|
Patch5: wget-1.9.1-path.patch
|
2004-09-09 14:25:04 +00:00
|
|
|
|
Patch6: wget-1.9.1-LFS.patch
|
2005-01-20 12:20:18 +00:00
|
|
|
|
Patch7: wget-1.9.1-protdir.patch
|
2005-01-31 12:50:40 +00:00
|
|
|
|
Patch8: wget-1.9.1-actime.patch
|
2005-02-01 14:27:16 +00:00
|
|
|
|
Patch9: wget-1.9.1-docsyntax.patch
|
2004-09-09 14:16:18 +00:00
|
|
|
|
Provides: webclient
|
|
|
|
|
Prereq: /sbin/install-info
|
2005-01-20 12:20:18 +00:00
|
|
|
|
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
|
2004-09-09 14:17:36 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
2004-09-09 14:16:18 +00:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
GNU Wget is a file retrieval utility which can use either the HTTP or
|
2004-09-09 14:17:50 +00:00
|
|
|
|
FTP protocols. Wget features include the ability to work in the
|
|
|
|
|
background while you are logged out, recursive retrieval of
|
2004-09-09 14:16:18 +00:00
|
|
|
|
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
|
2005-01-20 12:20:18 +00:00
|
|
|
|
%patch1 -p1
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
%patch3 -p0
|
|
|
|
|
%patch4 -p1
|
|
|
|
|
%patch5 -p1
|
|
|
|
|
%patch6 -p1
|
|
|
|
|
%patch7 -p1
|
2005-01-31 12:50:40 +00:00
|
|
|
|
%patch8 -p1
|
2005-02-01 14:27:16 +00:00
|
|
|
|
%patch9 -p1
|
2004-09-09 14:16:27 +00:00
|
|
|
|
|
|
|
|
|
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
2004-09-09 14:16:18 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2004-09-09 14:25:04 +00:00
|
|
|
|
make -f Makefile.cvs
|
2004-09-09 14:21:04 +00:00
|
|
|
|
if pkg-config openssl ; then
|
|
|
|
|
CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
|
|
|
|
|
LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS
|
|
|
|
|
fi
|
2004-09-09 14:25:04 +00:00
|
|
|
|
%configure --with-ssl --enable-LFS
|
2004-09-09 14:16:18 +00:00
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%makeinstall
|
2004-09-09 14:16:27 +00:00
|
|
|
|
|
|
|
|
|
%find_lang %name
|
2004-09-09 14:16:18 +00:00
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
2004-09-09 14:16:27 +00:00
|
|
|
|
%files -f %{name}.lang
|
2004-09-09 14:16:18 +00:00
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 14:17:36 +00:00
|
|
|
|
%doc AUTHORS MAILING-LIST NEWS README PATCHES README.cvs TODO
|
|
|
|
|
%config(noreplace) /etc/wgetrc
|
2004-09-09 14:16:18 +00:00
|
|
|
|
%{_mandir}/man1/wget.*
|
|
|
|
|
%{_bindir}/wget
|
|
|
|
|
%{_infodir}/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2005-03-02 12:11:05 +00:00
|
|
|
|
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-22
|
|
|
|
|
- build with gcc-4
|
|
|
|
|
|
2005-02-02 13:48:59 +00:00
|
|
|
|
* Wed Feb 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-21
|
|
|
|
|
- remove old copy of the manpage (#146875, #135597)
|
2005-02-02 14:10:00 +00:00
|
|
|
|
- fix garbage in manpage (#117519)
|
2005-02-02 13:48:59 +00:00
|
|
|
|
|
2005-02-01 14:27:16 +00:00
|
|
|
|
* Tue Feb 01 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-20
|
|
|
|
|
- texi2pod doesn't handle texinfo xref's. rewrite some lines so that
|
|
|
|
|
the man page doesn't have incomplete sentences anymore (#140470)
|
|
|
|
|
|
2005-01-31 12:50:40 +00:00
|
|
|
|
* Mon Jan 31 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-19
|
|
|
|
|
- Don't set actime to access time of the remote file or tmpwatch might
|
|
|
|
|
remove the file again (#146440). Set it to the current time instead.
|
|
|
|
|
timestamping checks only modtime, so this should be ok.
|
|
|
|
|
|
2005-01-20 12:20:18 +00:00
|
|
|
|
* 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<EFBFBD>, #145571)
|
|
|
|
|
|
2004-09-29 14:56:39 +00:00
|
|
|
|
* 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
|
|
|
|
|
|
2004-09-16 08:53:24 +00:00
|
|
|
|
* Thu Sep 16 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-16
|
|
|
|
|
- more fixes
|
|
|
|
|
|
2004-09-14 13:39:55 +00:00
|
|
|
|
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-15
|
|
|
|
|
- added strtol fix from Leonid Petrov, reenable LFS
|
|
|
|
|
|
2004-09-14 11:37:06 +00:00
|
|
|
|
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-14
|
|
|
|
|
- buildrequires gettext (#132519)
|
|
|
|
|
|
2004-09-09 14:26:38 +00:00
|
|
|
|
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-13
|
|
|
|
|
- disable LFS patch for now, it breaks normal downloads (123524#c15)
|
|
|
|
|
|
|
|
|
|
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-12
|
|
|
|
|
- move largefile stuff inside the configure script, it didn't
|
|
|
|
|
get appended to CFLAGS
|
|
|
|
|
|
2004-09-09 14:25:57 +00:00
|
|
|
|
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-11
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-10
|
|
|
|
|
- fix patch
|
|
|
|
|
|
2004-09-09 14:25:33 +00:00
|
|
|
|
* Sun Aug 29 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-9
|
|
|
|
|
- more cleanups of the manpage (#117519)
|
|
|
|
|
|
2004-09-09 14:25:04 +00:00
|
|
|
|
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-8
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-7
|
|
|
|
|
- clean up manpage (#117519)
|
|
|
|
|
- buildrequire texinfo (#123780)
|
|
|
|
|
- LFS patch, based on wget-LFS-20040630.patch from Leonid Petrov
|
|
|
|
|
(#123524, #124628, #115348)
|
|
|
|
|
|
2004-09-09 14:23:19 +00:00
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 14:23:03 +00:00
|
|
|
|
* Thu Mar 11 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-3
|
|
|
|
|
- fix documentation (#117517)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 14:22:22 +00:00
|
|
|
|
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-3
|
|
|
|
|
- update to -stable CVS
|
|
|
|
|
- document the passive ftp default
|
|
|
|
|
|
|
|
|
|
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-2
|
|
|
|
|
- add patch from -stable CVS
|
|
|
|
|
|
|
|
|
|
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-1
|
|
|
|
|
- update to 1.9.1
|
|
|
|
|
- remove obsolete patches
|
|
|
|
|
|
2004-09-09 14:22:07 +00:00
|
|
|
|
* Mon Aug 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.3
|
|
|
|
|
- fix variable usage
|
|
|
|
|
|
|
|
|
|
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 1.8.2-15.2
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 25 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.1
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Wed Jun 25 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15
|
|
|
|
|
- default to passive-ftp (#97996)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-13
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-12
|
|
|
|
|
- merge debian patch for long URLs
|
|
|
|
|
- cleanup filename patch
|
|
|
|
|
|
|
|
|
|
* Sun May 11 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-11
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Sun May 11 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-10
|
|
|
|
|
- upstream fix off-by-one error
|
|
|
|
|
|
2004-09-09 14:21:04 +00:00
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.8.2-8
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 13 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- use openssl pkg-config data, if present
|
|
|
|
|
- don't bomb out when building with newer openssl
|
|
|
|
|
|
|
|
|
|
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 1.8.2-7
|
|
|
|
|
- rebuild on all arches
|
|
|
|
|
|
|
|
|
|
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuild on all arches
|
|
|
|
|
|
2004-09-09 14:20:51 +00:00
|
|
|
|
* Fri Oct 4 2002 Karsten Hopp <karsten@redhat.de> 1.8.2-5
|
|
|
|
|
- fix directory traversal bug
|
|
|
|
|
|
2004-09-09 14:19:05 +00:00
|
|
|
|
* Wed Jul 24 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 1.8.2-3
|
|
|
|
|
- Don't segfault when downloading URLs A-B-A (A-A-B worked) #49859
|
|
|
|
|
|
2004-09-09 14:19:01 +00:00
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to 1.8.2 (bug-fix release)
|
|
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 14:18:45 +00:00
|
|
|
|
* Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- remove s390 patch, not needed anymore
|
|
|
|
|
|
2004-09-09 14:18:36 +00:00
|
|
|
|
* Wed Feb 27 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 1.8.1-4
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add hack to not link against libmd5, even if available
|
|
|
|
|
|
|
|
|
|
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to 1.8.1
|
|
|
|
|
|
|
|
|
|
* Thu Dec 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to 1.8
|
|
|
|
|
- also include md5global to get it compile
|
|
|
|
|
|
|
|
|
|
* Sun Nov 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- update to 1.7.1
|
|
|
|
|
|
2004-09-09 14:17:56 +00:00
|
|
|
|
* Mon Sep 5 2001 Phil Knirsch <phil@redhat.de> 1.7-3
|
|
|
|
|
- Added va_args patch required for S390.
|
|
|
|
|
|
2004-09-09 14:17:50 +00:00
|
|
|
|
* Mon Sep 3 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 1.7-2
|
|
|
|
|
- Configure with ssl support (duh - #53116)
|
|
|
|
|
- s/Copyright/License/
|
|
|
|
|
|
2004-09-09 14:17:36 +00:00
|
|
|
|
* Wed Jun 6 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- 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
|
2004-09-09 14:17:09 +00:00
|
|
|
|
|
2004-09-09 14:16:27 +00:00
|
|
|
|
* Tue Jan 30 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- Norwegian isn't a iso-8859-2 locale, neither is Danish.
|
|
|
|
|
This fixes #15025.
|
|
|
|
|
- langify
|
|
|
|
|
|
|
|
|
|
* Sat Jan 6 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- escape %xx characters before fnmatch (#23475, patch from alane@geeksrus.net)
|
|
|
|
|
|
|
|
|
|
* Fri Jan 5 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update to 1.6, fix patches accordingly (#23412)
|
|
|
|
|
- fix symlink patch (#23411)
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
|
|
|
|
|
- Add Japanese and Korean Resources
|
|
|
|
|
|
2004-09-09 14:16:18 +00:00
|
|
|
|
* Tue Aug 1 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- setlocale for LC_CTYPE too, or else all the translations think their
|
|
|
|
|
characters are unprintable.
|
|
|
|
|
|
|
|
|
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- build in new environment
|
|
|
|
|
|
|
|
|
|
* Mon Jun 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- FHS compliance
|
|
|
|
|
|
|
|
|
|
* Thu Feb 3 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- handle compressed man pages
|
|
|
|
|
|
|
|
|
|
* Thu Aug 26 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- don't permit chmod 777 on symlinks (#4725).
|
|
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- auto rebuild in the new build environment (release 4)
|
|
|
|
|
|
|
|
|
|
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- build for 6.0 tree
|
|
|
|
|
- add Provides
|
|
|
|
|
|
|
|
|
|
* Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- strip binaries
|
|
|
|
|
- version 1.5.3
|
|
|
|
|
|
|
|
|
|
* Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- updated to 1.5.2
|
|
|
|
|
|
|
|
|
|
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- modified group to Applications/Networking
|
|
|
|
|
|
|
|
|
|
* Wed Apr 22 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- 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 <gafton@redhat.com>
|
|
|
|
|
- first build against glibc
|