Accepting request 27540 from network:utilities
Copy from network:utilities/wget based on submit request 27540 from user coolo OBS-URL: https://build.opensuse.org/request/show/27540 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wget?expand=0&rev=9
This commit is contained in:
parent
6922131c7a
commit
ec2428f32e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 11:09:16 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- Enable parallel building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 11 15:03:51 CEST 2009 - max@suse.de
|
||||
|
||||
|
@ -21,11 +21,11 @@
|
||||
Name: wget
|
||||
BuildRequires: libpng-devel openssl-devel
|
||||
Url: http://www.gnu.org/software/wget/
|
||||
License: GPL v3 or later
|
||||
License: GPLv3+
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
AutoReqProv: on
|
||||
Version: 1.11.4
|
||||
Release: 7
|
||||
Release: 8
|
||||
Summary: A Tool for Mirroring FTP and HTTP Servers
|
||||
Source: %name-%version.tar.bz2
|
||||
Patch1: wgetrc.patch
|
||||
@ -51,7 +51,7 @@ Authors:
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
make
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
Loading…
Reference in New Issue
Block a user