Accepting request 110487 from home:dimstar:branches:network:utilities

Fix bnc#753242 - wget produces confusing output when not using --no-proxy

OBS-URL: https://build.opensuse.org/request/show/110487
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=24
This commit is contained in:
2012-03-21 20:33:22 +00:00
committed by Git OBS Bridge
parent f316b9ab6e
commit 415a56c43e
3 changed files with 17 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package wget
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: wget
Version: 1.13.4
Release: 0
License: GPL-3.0+
Summary: A Tool for Mirroring FTP and HTTP Servers
Url: http://www.gnu.org/software/wget/
License: GPL-3.0+
Group: Productivity/Networking/Web/Utilities
Url: http://www.gnu.org/software/wget/
Source: %name-%version.tar.bz2
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
Patch0: wgetrc.patch
@@ -32,10 +33,10 @@ BuildRequires: libpng-devel
%if 0%{suse_version} > 1110
BuildRequires: libproxy-devel
%endif
BuildRequires: openssl-devel
BuildRequires: automake
BuildRequires: pkg-config
BuildRequires: libidn-devel
BuildRequires: openssl-devel
BuildRequires: pkg-config
PreReq: %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build