1999-12-02 02:42:23 -05:00
|
|
|
|
Name: wget
|
2001-01-15 18:59:40 -05:00
|
|
|
|
Version: 1.7
|
|
|
|
|
Release: 1
|
1999-12-02 02:42:23 -05:00
|
|
|
|
Copyright: GPL
|
2001-01-15 18:59:40 -05:00
|
|
|
|
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
|
|
|
|
Url: http://sunsite.dk/wget/
|
|
|
|
|
Provides: webclient
|
|
|
|
|
Prereq: /sbin/install-info
|
|
|
|
|
BuildRoot: /var/tmp/%{name}-root
|
|
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
|
Group(cs): Aplikace/Internet
|
|
|
|
|
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
|
|
|
|
Summary(cs): N<EFBFBD>stroj pro stahov<EFBFBD>n<EFBFBD> soubor<EFBFBD> pomoc<EFBFBD> protokol<EFBFBD> HTTP nebo FTP.
|
1999-12-02 02:42:23 -05:00
|
|
|
|
|
|
|
|
|
%description
|
2001-01-15 18:59:40 -05:00
|
|
|
|
GNU Wget is a free network utility to retrieve files from the World
|
|
|
|
|
Wide Web using HTTP and FTP protocols. It works non-interactively,
|
|
|
|
|
thus enabling work in the background, after having logged off.
|
|
|
|
|
Wget supports recursive retrieval of HTML pages, as well as FTP sites.
|
|
|
|
|
Wget supports proxy servers, which can lighten the network load, speed
|
|
|
|
|
up retrieval and provide access behind firewalls.
|
|
|
|
|
|
|
|
|
|
It works exceedingly well also on slow or unstable connections,
|
|
|
|
|
keeping getting the document until it is fully retrieved. Re-getting
|
|
|
|
|
files from where it left off works on servers (both HTTP and FTP) that
|
|
|
|
|
support it. Matching of wildcards and recursive mirroring of
|
|
|
|
|
directories are available when retrieving via FTP. Both HTTP and FTP
|
|
|
|
|
retrievals can be time-stamped, thus Wget can see if the remote file
|
|
|
|
|
has changed since last retrieval and automatically retrieve the new
|
|
|
|
|
version if it has.
|
|
|
|
|
|
|
|
|
|
Install wget if you need to retrieve large numbers of files with HTTP or
|
|
|
|
|
FTP, or if you need a utility for mirroring web sites or FTP directories.
|
|
|
|
|
|
|
|
|
|
%description -l cs
|
|
|
|
|
|
1999-12-02 02:42:23 -05:00
|
|
|
|
|
|
|
|
|
%prep
|
2001-01-15 18:59:40 -05:00
|
|
|
|
%setup -q
|
1999-12-02 02:42:23 -05:00
|
|
|
|
|
|
|
|
|
%build
|
2001-01-15 18:59:40 -05:00
|
|
|
|
%configure --sysconfdir=/etc
|
1999-12-02 02:42:23 -05:00
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2001-01-15 18:59:40 -05:00
|
|
|
|
%makeinstall
|
|
|
|
|
gzip $RPM_BUILD_ROOT%{_infodir}/*
|
1999-12-02 02:42:23 -05:00
|
|
|
|
|
|
|
|
|
%post
|
2001-01-15 18:59:40 -05:00
|
|
|
|
/sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir
|
1999-12-02 02:42:23 -05:00
|
|
|
|
|
|
|
|
|
%preun
|
2001-01-15 18:59:40 -05:00
|
|
|
|
if [ "$1" = 0 ]; then
|
|
|
|
|
/sbin/install-info --delete %{_infodir}/wget.info.gz %{_infodir}/dir
|
1999-12-02 02:42:23 -05:00
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
2001-01-15 18:59:40 -05:00
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc AUTHORS MAILING-LIST NEWS README INSTALL doc/ChangeLog doc/sample.wgetrc
|
|
|
|
|
%config /etc/wgetrc
|
|
|
|
|
%{_bindir}/wget
|
|
|
|
|
%{_infodir}/*
|
|
|
|
|
/usr/share/locale/*/LC_MESSAGES/*
|
1999-12-02 02:42:23 -05:00
|
|
|
|
|
|
|
|
|
%changelog
|
2001-01-15 18:59:40 -05:00
|
|
|
|
* Wed Jan 3 2001 Jan Prikryl <prikryl@cg.tuwien.ac.at>
|
|
|
|
|
- preliminary version for 1.7
|
|
|
|
|
- removed all RedHat patches from 1.5.3 for this moment
|
|
|
|
|
|
|
|
|
|
* 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
|
1999-12-02 02:42:23 -05:00
|
|
|
|
|
2001-01-15 18:59:40 -05:00
|
|
|
|
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- modified group to Applications/Networking
|
1999-12-02 02:42:23 -05:00
|
|
|
|
|
2001-01-15 18:59:40 -05:00
|
|
|
|
* 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!
|
1999-12-02 02:42:23 -05:00
|
|
|
|
|
2001-01-15 18:59:40 -05:00
|
|
|
|
* Fri Nov 14 1997 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- first build against glibc
|