diff --git a/wget.spec b/wget.spec index 34fe2c1..d6728cf 100644 --- a/wget.spec +++ b/wget.spec @@ -1,12 +1,13 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols. Name: wget Version: 1.9.1 -Release: 6 +Release: 8 License: GPL Group: Applications/Internet Url: http://wget.sunsite.dk/ Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz Source2: wget-1.5.3-ko.po +Source3: wget.1 # 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 @@ -15,9 +16,10 @@ Patch2: wget-1.9.1-passive.patch Patch3: wget-1.9.1-cvs20040122.patch Patch4: wget-1.9.1-rh1.patch Patch5: wget-1.9.1-path.patch +Patch6: wget-1.9.1-LFS.patch Provides: webclient Prereq: /sbin/install-info -BuildRequires: perl, openssl-devel, pkgconfig +BuildRequires: perl, openssl-devel, pkgconfig, texinfo BuildRoot: %{_tmppath}/%{name}-root %description @@ -36,20 +38,23 @@ support for Proxy servers, and configurability. %patch3 -p0 -b .cvs %patch4 -p1 -b .rh1 %patch5 -p1 -b .rh2 +%patch6 -p1 -b .lfs cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po %build +make -f Makefile.cvs if pkg-config openssl ; then CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS fi -%configure --with-ssl +%configure --with-ssl --enable-LFS make %install rm -rf $RPM_BUILD_ROOT %makeinstall +cp -f %{SOURCE3} $RPM_BUILD_ROOT/%{_mandir}/man1/wget.1 %find_lang %name @@ -73,6 +78,15 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Fri Aug 27 2004 Karsten Hopp 1.9.1-8 +- rebuild + +* Fri Aug 27 2004 Karsten Hopp 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) + * Tue Jun 15 2004 Elliot Lee - rebuilt