converted link to branch

OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2010-02-19 15:52:04 +00:00 committed by Git OBS Bridge
parent addfe85f67
commit 3e4fc30a1c
2 changed files with 8 additions and 3 deletions

View File

@ -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 Tue Aug 11 15:03:51 CEST 2009 - max@suse.de

View File

@ -21,11 +21,11 @@
Name: wget Name: wget
BuildRequires: libpng-devel openssl-devel BuildRequires: libpng-devel openssl-devel
Url: http://www.gnu.org/software/wget/ Url: http://www.gnu.org/software/wget/
License: GPL v3 or later License: GPLv3+
Group: Productivity/Networking/Web/Utilities Group: Productivity/Networking/Web/Utilities
AutoReqProv: on AutoReqProv: on
Version: 1.11.4 Version: 1.11.4
Release: 7 Release: 8
Summary: A Tool for Mirroring FTP and HTTP Servers Summary: A Tool for Mirroring FTP and HTTP Servers
Source: %name-%version.tar.bz2 Source: %name-%version.tar.bz2
Patch1: wgetrc.patch Patch1: wgetrc.patch
@ -51,7 +51,7 @@ Authors:
%build %build
./autogen.sh ./autogen.sh
%configure %configure
make make %{?jobs:-j%jobs}
%install %install
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install