Accepting request 174329 from home:posophe:branches:network:utilities

update

OBS-URL: https://build.opensuse.org/request/show/174329
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=37
This commit is contained in:
2013-05-03 08:34:44 +00:00
committed by Git OBS Bridge
parent 1328542cd1
commit e426f6663a
9 changed files with 47 additions and 170 deletions

View File

@@ -17,20 +17,18 @@
Name: wget
Version: 1.13.4
Version: 1.14
Release: 0
Summary: A Tool for Mirroring FTP and HTTP Servers
License: GPL-3.0+
Group: Productivity/Networking/Web/Utilities
Url: http://www.gnu.org/software/wget/
Source: http://ftp.gnu.org/gnu/wget/%name-%version.tar.bz2
Source: http://ftp.gnu.org/gnu/wget/%name-%version.tar.xz
Patch0: wgetrc.patch
# PATCH-FEATURE-UPSTREAM wget-libproxy.patch dimstar@opensuse.org -- Add libproxy support to wget
Patch1: wget-libproxy.patch
Patch3: wget-sni.patch
Patch4: wget-stdio.h.patch
Patch5: wget-openssl-no-intern.patch
Patch6: wget-no-ssl-comp.patch
Patch5: wget-1.14-openssl-no-intern.patch
Patch6: wget-1.14-no-ssl-comp.patch
BuildRequires: libpng-devel
%if 0%{suse_version} > 1110
BuildRequires: libproxy-devel
@@ -40,6 +38,7 @@ BuildRequires: libidn-devel
BuildRequires: makeinfo
BuildRequires: openssl-devel
BuildRequires: pkg-config
BuildRequires: xz
PreReq: %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -53,8 +52,6 @@ This can be done in script files or via the command line.
%if 0%{suse_version} > 1110
%patch1
%endif
%patch3
%patch4 -p1
%patch5
%patch6