auto-import changelog data from wget-1.7-2.src.rpm
Mon Sep 03 2001 Trond Eivind Glomsrd <teg@redhat.com> 1.7-2 - Configure with ssl support (duh - #53116) - s/Copyright/License/
This commit is contained in:
parent
bdfaf02d01
commit
8e35b33f80
19
wget.spec
19
wget.spec
@ -1,8 +1,8 @@
|
||||
Summary: A utility for retrieving files using the HTTP or FTP protocols.
|
||||
Name: wget
|
||||
Version: 1.7
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
|
||||
Source2: wget-1.5.3-ko.po
|
||||
@ -12,28 +12,25 @@ Source2: wget-1.5.3-ko.po
|
||||
Patch1: wget-1.6-symlink.patch
|
||||
Provides: webclient
|
||||
Prereq: /sbin/install-info
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl, openssl-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
%description
|
||||
GNU Wget is a file retrieval utility which can use either the HTTP or
|
||||
FTP protocols. Wget features include the ability to work in the
|
||||
background while you're logged out, recursive retrieval of
|
||||
FTP protocols. Wget features include the ability to work in the
|
||||
background while you are logged out, recursive retrieval of
|
||||
directories, file name wildcard matching, remote file timestamp
|
||||
storage and comparison, use of Rest with FTP servers and Range with
|
||||
HTTP servers to retrieve files over slow or unstable connections,
|
||||
support for Proxy servers, and configurability.
|
||||
|
||||
Install wget if you need to retrieve large numbers of files with HTTP or
|
||||
FTP, or if you need a utility for mirroring web sites or FTP directories.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure --with-ssl
|
||||
make
|
||||
|
||||
%install
|
||||
@ -62,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_infodir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 3 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.7-2
|
||||
- Configure with ssl support (duh - #53116)
|
||||
- s/Copyright/License/
|
||||
|
||||
* Wed Jun 6 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- 1.7
|
||||
- Require perl for building (to get man pages)
|
||||
|
Loading…
Reference in New Issue
Block a user