diff --git a/wget.spec b/wget.spec index 26d9f25..d8796bb 100644 --- a/wget.spec +++ b/wget.spec @@ -1,7 +1,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols. Name: wget Version: 1.8.2 -Release: 5 +Release: 9 License: GPL Group: Applications/Internet Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz @@ -13,9 +13,10 @@ Patch1: wget-1.6-symlink.patch Patch3: wget-1.8-md5.patch Patch4: wget-1.8.2-ht.patch Patch5: wget-1.8.2-filename.patch +Patch6: wget-1.8.2-ctype.patch Provides: webclient Prereq: /sbin/install-info -BuildRequires: perl, openssl-devel +BuildRequires: perl, openssl-devel, pkgconfig BuildRoot: %{_tmppath}/%{name}-root %description @@ -32,10 +33,15 @@ support for Proxy servers, and configurability. %patch3 -p1 %patch4 -p0 %patch5 -p1 +%patch6 -p1 cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po %build +if pkg-config openssl ; then + CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS + LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS +fi %configure --with-ssl make @@ -65,6 +71,22 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Tue Jan 7 2003 Nalin Dahyabhai 1.8.2-8 +- rebuild + +* Fri Dec 13 2002 Nalin Dahyabhai +- use openssl pkg-config data, if present +- don't bomb out when building with newer openssl + +* Thu Dec 12 2002 Tim Powers 1.8.2-7 +- rebuild on all arches + +* Tue Nov 19 2002 Tim Powers +- rebuild on all arches + * Fri Oct 4 2002 Karsten Hopp 1.8.2-5 - fix directory traversal bug