auto-import changelog data from wget-1.8.2-9.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Tue Jan 07 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
This commit is contained in:
parent
f2bfaebe8e
commit
61e7a4545a
26
wget.spec
26
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 <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
|
||||
|
||||
* Fri Oct 4 2002 Karsten Hopp <karsten@redhat.de> 1.8.2-5
|
||||
- fix directory traversal bug
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user