From 2c24bc5f85c692788ced9440d46b04ca790829acea72020fee2f653388a6bde5 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 19 Oct 2011 10:41:55 +0000 Subject: [PATCH] Fix build OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=18 --- wget.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wget.spec b/wget.spec index 0a78008..dd1f55e 100644 --- a/wget.spec +++ b/wget.spec @@ -31,11 +31,13 @@ Patch0: wgetrc.patch Patch1: wget-libproxy.patch Patch3: wget-sni.patch BuildRequires: libpng-devel -%if 0%{suse_version} >= 1110 +%if 0%{suse_version} > 1110 BuildRequires: libproxy-devel %endif BuildRequires: openssl-devel +%if 0%{suse_version} > 0910 BuildRequires: pkg-config +%endif BuildRequires: libidn-devel PreReq: %install_info_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build