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