cvsdist ef0ceb9
Summary: A utility for retrieving files using the HTTP or FTP protocols.
cvsdist ef0ceb9
Name: wget
Florian La Roche 83a1c86
Version: 1.10.2
5407c7b
Release: 5
cvsdist 8e35b33
License: GPL
cvsdist ef0ceb9
Group: Applications/Internet
cvsdist 1380abd
Url: http://wget.sunsite.dk/
cvsdist ef0ceb9
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz 
5407c7b
Source2: http://people.fedora.de/rsc/wget-1.11-de.po
922be5a
Patch2: wget-1.10.2-rh1.patch
8bdd1cb
Patch3: wget-1.10-path.patch
8bdd1cb
Patch4: wget-1.9.1-docsyntax.patch
6ec33df
Patch5: wget-1.10.1-helpfix.patch
f3f0783
Patch6: wget-1.10.2-to11.patch
cvsdist ef0ceb9
Provides: webclient
cvsdist ef0ceb9
Prereq: /sbin/install-info
024cbe2
BuildRequires: perl, openssl-devel, pkgconfig, texinfo, gettext, autoconf
cvsdist bdfaf02
BuildRoot: %{_tmppath}/%{name}-root
cvsdist ef0ceb9
cvsdist ef0ceb9
%description
cvsdist ef0ceb9
GNU Wget is a file retrieval utility which can use either the HTTP or
cvsdist 8e35b33
FTP protocols. Wget features include the ability to work in the
cvsdist 8e35b33
background while you are logged out, recursive retrieval of
cvsdist ef0ceb9
directories, file name wildcard matching, remote file timestamp
cvsdist ef0ceb9
storage and comparison, use of Rest with FTP servers and Range with
cvsdist ef0ceb9
HTTP servers to retrieve files over slow or unstable connections,
cvsdist ef0ceb9
support for Proxy servers, and configurability.
cvsdist ef0ceb9
cvsdist ef0ceb9
%prep
cvsdist ef0ceb9
%setup -q
024cbe2
%patch2 -p1
8bdd1cb
%patch3 -p1
024cbe2
%patch4 -p1
6ec33df
%patch5 -p1
f3f0783
%patch6 -p1
cvsdist 0362e09
5407c7b
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/de.po
f3f0783
chmod a+x doc/texi2pod.pl
cvsdist ef0ceb9
cvsdist ef0ceb9
%build
cvsdist 61e7a45
if pkg-config openssl ; then
cvsdist 61e7a45
	CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
cvsdist 61e7a45
	LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS
cvsdist 61e7a45
fi
cvsdist 1cf45c4
%configure --with-ssl --enable-LFS
cvsdist ef0ceb9
make
cvsdist ef0ceb9
cvsdist ef0ceb9
%install
cvsdist ef0ceb9
rm -rf $RPM_BUILD_ROOT
cvsdist ef0ceb9
%makeinstall
cvsdist 0362e09
cvsdist 0362e09
%find_lang %name
cvsdist ef0ceb9
cvsdist ef0ceb9
%post
cvsdist ef0ceb9
/sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir
cvsdist ef0ceb9
cvsdist ef0ceb9
%preun
cvsdist ef0ceb9
if [ "$1" = 0 ]; then
cvsdist ef0ceb9
    /sbin/install-info --delete %{_infodir}/wget.info.gz %{_infodir}/dir
cvsdist ef0ceb9
fi
cvsdist ef0ceb9
cvsdist ef0ceb9
%clean
cvsdist ef0ceb9
rm -rf $RPM_BUILD_ROOT
cvsdist ef0ceb9
cvsdist 0362e09
%files -f %{name}.lang
cvsdist ef0ceb9
%defattr(-,root,root)
0786cca
%doc AUTHORS MAILING-LIST NEWS README PATCHES TODO
6b22eae
%config(noreplace) %{_sysconfdir}/wgetrc
cvsdist ef0ceb9
%{_mandir}/man1/wget.*
cvsdist ef0ceb9
%{_bindir}/wget
cvsdist ef0ceb9
%{_infodir}/*
cvsdist ef0ceb9
cvsdist ef0ceb9
%changelog
5407c7b
* Thu Jun 29 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-5
5407c7b
- updated german translations from Robert Scheck
5407c7b
f3f0783
* Tue Jun 27 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-4
f3f0783
- upstream patches
f3f0783
758cb4b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-3.2.1
758cb4b
- bump again for double-long bug on ppc(64)
758cb4b
2749818
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-3.2
2749818
- rebuilt for new gcc4.1 snapshot and glibc changes
2749818
19f1ada
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
19f1ada
- rebuilt
19f1ada
7b2154b
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 1.10.2-3
7b2154b
- rebuilt against new openssl
7b2154b
6b22eae
* Tue Oct 25 2005 Karsten Hopp <karsten@redhat.de> 1.10.2-2
6b22eae
- use %%{_sysconfdir} (#171555)
6b22eae
Florian La Roche 83a1c86
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 83a1c86
- 1.10.2
Florian La Roche 83a1c86
6ec33df
* Thu Sep 08 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-7
6ec33df
- fix builtin help of --load-cookies / --save-cookies (#165408)
6ec33df
6e96faa
* Wed Sep 07 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-6
6e96faa
- convert changelog to UTF-8 (#159585)
6e96faa
0786cca
* Mon Sep 05 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-5
0786cca
- update
0786cca
- drop patches which are already in the upstream sources
0786cca
a75fcb4
* Wed Jul 13 2005 Karsten Hopp <karsten@redhat.de> 1.10-5
a75fcb4
- update german translation
a75fcb4
98b3e68
* Mon Jul 11 2005 Karsten Hopp <karsten@redhat.de> 1.10-4
98b3e68
- update german translation (Robert Scheck)
98b3e68
3f399e4
* Tue Jul 05 2005 Karsten Hopp <karsten@redhat.de> 1.10-3
3f399e4
- fix minor documentation bug
3f399e4
- fix --no-cookies crash
3f399e4
8bdd1cb
* Mon Jul 04 2005 Karsten Hopp <karsten@redhat.de> 1.10-2
8bdd1cb
- update to wget-1.10
8bdd1cb
  - drop passive-ftp patch, already in 1.10
8bdd1cb
  - drop CVS patch
8bdd1cb
  - drop LFS patch, similar fix in 1.10
8bdd1cb
  - drop protdir patch, similar fix in 1.10
8bdd1cb
  - drop actime patch, already in 1.10
8bdd1cb
ce996a5
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-22
ce996a5
- build with gcc-4
ce996a5
014febe
* Wed Feb 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-21 
014febe
- remove old copy of the manpage (#146875, #135597)
8ebee84
- fix garbage in manpage (#117519)
014febe
fc24214
* Tue Feb 01 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-20 
fc24214
- texi2pod doesn't handle texinfo xref's. rewrite some lines so that
fc24214
  the man page doesn't have incomplete sentences anymore (#140470)
fc24214
d700765
* Mon Jan 31 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-19 
d700765
- Don't set actime to access time of the remote file or tmpwatch might 
d700765
  remove the file again (#146440).  Set it to the current time instead.
d700765
  timestamping checks only modtime, so this should be ok.
d700765
024cbe2
* Thu Jan 20 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-18
024cbe2
- add support for --protocol-directories option as documented
6e96faa
  in the man page (Ville Skyttä, #145571)
024cbe2
3fc1ac6
* Wed Sep 29 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-17 
3fc1ac6
- additional LFS patch from Leonid Petrov to fix file lengths in 
3fc1ac6
  http downloads
3fc1ac6
a863270
* Thu Sep 16 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-16 
a863270
- more fixes
a863270
91865de
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-15 
91865de
- added strtol fix from Leonid Petrov, reenable LFS
91865de
0465923
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-14
0465923
- buildrequires gettext (#132519)
0465923
cvsdist 323fa1a
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-13
cvsdist 323fa1a
- disable LFS patch for now, it breaks normal downloads (123524#c15)
cvsdist 323fa1a
cvsdist 323fa1a
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-12 
cvsdist 323fa1a
- move largefile stuff inside the configure script, it didn't
cvsdist 323fa1a
  get appended to CFLAGS
cvsdist 323fa1a
cvsdist d1d3bfa
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-11
cvsdist d1d3bfa
- rebuild
cvsdist d1d3bfa
cvsdist d1d3bfa
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-10 
cvsdist d1d3bfa
- fix patch
cvsdist d1d3bfa
cvsdist e6c6c25
* Sun Aug 29 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-9
cvsdist e6c6c25
- more cleanups of the manpage (#117519)
cvsdist e6c6c25
cvsdist 1cf45c4
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-8
cvsdist 1cf45c4
- rebuild
cvsdist 1cf45c4
cvsdist 1cf45c4
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-7 
cvsdist 1cf45c4
- clean up manpage (#117519)
cvsdist 1cf45c4
- buildrequire texinfo (#123780)
cvsdist 1cf45c4
- LFS patch, based on wget-LFS-20040630.patch from Leonid Petrov
cvsdist 1cf45c4
  (#123524, #124628, #115348)
cvsdist 1cf45c4
cvsdist 3e6d982
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 3e6d982
- rebuilt
cvsdist 3e6d982
cvsdist fbdc38f
* Thu Mar 11 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-3 
cvsdist fbdc38f
- fix documentation (#117517)
cvsdist fbdc38f
cvsdist fbdc38f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist fbdc38f
- rebuilt
cvsdist fbdc38f
cvsdist 1380abd
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-3
cvsdist 1380abd
- update to -stable CVS
cvsdist 1380abd
- document the passive ftp default
cvsdist 1380abd
cvsdist 1380abd
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-2
cvsdist 1380abd
- add patch from -stable CVS
cvsdist 1380abd
cvsdist 1380abd
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-1
cvsdist 1380abd
- update to 1.9.1
cvsdist 1380abd
- remove obsolete patches
cvsdist 1380abd
cvsdist a411dee
* Mon Aug 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.3
cvsdist a411dee
- fix variable usage
cvsdist a411dee
cvsdist a411dee
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 1.8.2-15.2
cvsdist a411dee
- rebuild
cvsdist a411dee
cvsdist a411dee
* Wed Jun 25 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.1
cvsdist a411dee
- rebuilt
cvsdist a411dee
cvsdist a411dee
* Wed Jun 25 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15
cvsdist a411dee
- default to passive-ftp (#97996)
cvsdist a411dee
cvsdist a411dee
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist a411dee
- rebuilt
cvsdist a411dee
cvsdist a411dee
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-13
cvsdist a411dee
- rebuild
cvsdist a411dee
cvsdist a411dee
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-12
cvsdist a411dee
- merge debian patch for long URLs
cvsdist a411dee
- cleanup filename patch
cvsdist a411dee
cvsdist a411dee
* Sun May 11 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-11
cvsdist a411dee
- rebuild
cvsdist a411dee
cvsdist a411dee
* Sun May 11 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-10
cvsdist a411dee
- upstream fix off-by-one error
cvsdist a411dee
cvsdist 61e7a45
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 61e7a45
- rebuilt
cvsdist 61e7a45
cvsdist 61e7a45
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.8.2-8
cvsdist 61e7a45
- rebuild
cvsdist 61e7a45
cvsdist 61e7a45
* Fri Dec 13 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 61e7a45
- use openssl pkg-config data, if present
cvsdist 61e7a45
- don't bomb out when building with newer openssl
cvsdist 61e7a45
cvsdist 61e7a45
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 1.8.2-7
cvsdist 61e7a45
- rebuild on all arches
cvsdist 61e7a45
cvsdist 61e7a45
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
cvsdist 61e7a45
- rebuild on all arches
cvsdist 61e7a45
cvsdist f2bfaeb
* Fri Oct 4 2002 Karsten Hopp <karsten@redhat.de> 1.8.2-5
cvsdist f2bfaeb
- fix directory traversal bug
cvsdist f2bfaeb
6e96faa
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.2-3
cvsdist c754417
- Don't segfault when downloading URLs A-B-A (A-A-B worked) #49859
cvsdist c754417
cvsdist ab3fcba
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist ab3fcba
- automated rebuild
cvsdist ab3fcba
cvsdist ab3fcba
* Wed May 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist ab3fcba
- update to 1.8.2 (bug-fix release)
cvsdist ab3fcba
cvsdist ab3fcba
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist ab3fcba
- automated rebuild
cvsdist ab3fcba
cvsdist aaa723c
* Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist aaa723c
- remove s390 patch, not needed anymore
cvsdist aaa723c
6e96faa
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.1-4
cvsdist 1d06b6e
- Rebuild
cvsdist 1d06b6e
cvsdist 1d06b6e
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 1d06b6e
- automated rebuild
cvsdist 1d06b6e
cvsdist 1d06b6e
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 1d06b6e
- add hack to not link against libmd5, even if available
cvsdist 1d06b6e
cvsdist 1d06b6e
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 1d06b6e
- update to 1.8.1
cvsdist 1d06b6e
cvsdist 1d06b6e
* Thu Dec 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 1d06b6e
- update to 1.8
cvsdist 1d06b6e
- also include md5global to get it compile
cvsdist 1d06b6e
cvsdist 1d06b6e
* Sun Nov 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 1d06b6e
- update to 1.7.1
cvsdist 1d06b6e
cvsdist af15525
* Mon Sep  5 2001 Phil Knirsch <phil@redhat.de> 1.7-3
cvsdist af15525
- Added va_args patch required for S390.
cvsdist af15525
6e96faa
* Mon Sep  3 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.7-2
cvsdist 8e35b33
- Configure with ssl support (duh - #53116)
cvsdist 8e35b33
- s/Copyright/License/
cvsdist 8e35b33
6e96faa
* Wed Jun  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist bdfaf02
- 1.7
cvsdist bdfaf02
- Require perl for building (to get man pages)
cvsdist bdfaf02
- Don't include the Japanese po file, it's now included
cvsdist bdfaf02
- Use %%{_tmppath}
cvsdist bdfaf02
- no patches necessary
cvsdist bdfaf02
- Make /etc/wgetrc noreplace
cvsdist bdfaf02
- More docs
cvsdist d411c3f
6e96faa
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 0362e09
- Norwegian isn't a iso-8859-2 locale, neither is Danish.
cvsdist 0362e09
  This fixes #15025.
cvsdist 0362e09
- langify
cvsdist 0362e09
cvsdist 0362e09
* Sat Jan  6 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0362e09
- escape %xx characters before fnmatch (#23475, patch from alane@geeksrus.net)
cvsdist 0362e09
cvsdist 0362e09
* Fri Jan  5 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0362e09
- update to 1.6, fix patches accordingly (#23412)
cvsdist 0362e09
- fix symlink patch (#23411)
cvsdist 0362e09
cvsdist 0362e09
* Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 0362e09
- Add Japanese and Korean Resources
cvsdist 0362e09
cvsdist ef0ceb9
* Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
cvsdist ef0ceb9
- setlocale for LC_CTYPE too, or else all the translations think their
cvsdist ef0ceb9
  characters are unprintable.
cvsdist ef0ceb9
cvsdist ef0ceb9
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist ef0ceb9
- automatic rebuild
cvsdist ef0ceb9
cvsdist ef0ceb9
* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
cvsdist ef0ceb9
- build in new environment
cvsdist ef0ceb9
cvsdist ef0ceb9
* Mon Jun  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ef0ceb9
- FHS compliance
cvsdist ef0ceb9
cvsdist ef0ceb9
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
cvsdist ef0ceb9
- handle compressed man pages
cvsdist ef0ceb9
cvsdist ef0ceb9
* Thu Aug 26 1999 Jeff Johnson <jbj@redhat.com>
cvsdist ef0ceb9
- don't permit chmod 777 on symlinks (#4725).
cvsdist ef0ceb9
cvsdist ef0ceb9
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist ef0ceb9
- auto rebuild in the new build environment (release 4)
cvsdist ef0ceb9
cvsdist ef0ceb9
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
cvsdist ef0ceb9
- build for 6.0 tree
cvsdist ef0ceb9
- add Provides
cvsdist ef0ceb9
cvsdist ef0ceb9
* Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
cvsdist ef0ceb9
- strip binaries
cvsdist ef0ceb9
- version 1.5.3
cvsdist ef0ceb9
cvsdist ef0ceb9
* Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
cvsdist ef0ceb9
- updated to 1.5.2
cvsdist ef0ceb9
cvsdist ef0ceb9
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
cvsdist ef0ceb9
- modified group to Applications/Networking
cvsdist ef0ceb9
cvsdist ef0ceb9
* Wed Apr 22 1998 Cristian Gafton <gafton@redhat.com>
cvsdist ef0ceb9
- upgraded to 1.5.0
cvsdist ef0ceb9
- they removed the man page from the distribution (Duh!) and I added it back
cvsdist ef0ceb9
  from 1.4.5. Hey, removing the man page is DUMB!
cvsdist ef0ceb9
cvsdist ef0ceb9
* Fri Nov 14 1997 Cristian Gafton <gafton@redhat.com>
cvsdist ef0ceb9
- first build against glibc