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.
|
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.8.2
|
Version: 1.8.2
|
||||||
Release: 5
|
Release: 9
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
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
|
Patch3: wget-1.8-md5.patch
|
||||||
Patch4: wget-1.8.2-ht.patch
|
Patch4: wget-1.8.2-ht.patch
|
||||||
Patch5: wget-1.8.2-filename.patch
|
Patch5: wget-1.8.2-filename.patch
|
||||||
|
Patch6: wget-1.8.2-ctype.patch
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
BuildRequires: perl, openssl-devel
|
BuildRequires: perl, openssl-devel, pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -32,10 +33,15 @@ support for Proxy servers, and configurability.
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p0
|
%patch4 -p0
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
%patch6 -p1
|
||||||
|
|
||||||
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
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
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -65,6 +71,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Oct 4 2002 Karsten Hopp <karsten@redhat.de> 1.8.2-5
|
||||||
- fix directory traversal bug
|
- fix directory traversal bug
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user