From 31f70c31f79ca4b37dd922906af56d6490008be3b8cf47c5944f49df3f1d6910 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 19 Oct 2011 10:40:32 +0000 Subject: [PATCH] Fix build OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=17 --- wget-1.13.4.tar.bz2 | 3 +++ wget-1.13.4.tar.xz | 3 --- wget.spec | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 wget-1.13.4.tar.bz2 delete mode 100644 wget-1.13.4.tar.xz diff --git a/wget-1.13.4.tar.bz2 b/wget-1.13.4.tar.bz2 new file mode 100644 index 0000000..abbdb87 --- /dev/null +++ b/wget-1.13.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76518dfd7bcde41b7762df5cc5516bc8a178f122811aba18a64993fb9458881 +size 1931885 diff --git a/wget-1.13.4.tar.xz b/wget-1.13.4.tar.xz deleted file mode 100644 index 198cc21..0000000 --- a/wget-1.13.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12a839a5f622e82d4f7b4a75ae09ed4b084658468c9f90796480754f5d96d1d6 -size 1453220 diff --git a/wget.spec b/wget.spec index 4d53bd1..0a78008 100644 --- a/wget.spec +++ b/wget.spec @@ -24,18 +24,19 @@ License: GPLv3+ Summary: A Tool for Mirroring FTP and HTTP Servers Url: http://www.gnu.org/software/wget/ Group: Productivity/Networking/Web/Utilities -Source: %name-%version.tar.xz +Source: %name-%version.tar.bz2 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches 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 BuildRequires: libpng-devel +%if 0%{suse_version} >= 1110 BuildRequires: libproxy-devel +%endif BuildRequires: openssl-devel BuildRequires: pkg-config BuildRequires: libidn-devel -BuildRequires: xz PreReq: %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build