SHA256
1
0
forked from pool/whois

Accepting request 261509 from home:AndreasStieger:branches:network:utilities

whois 5.2.2

OBS-URL: https://build.opensuse.org/request/show/261509
OBS-URL: https://build.opensuse.org/package/show/network:utilities/whois?expand=0&rev=47
This commit is contained in:
2014-11-13 21:26:29 +00:00
committed by Git OBS Bridge
parent 090450e2de
commit 1ba4506931
5 changed files with 39 additions and 19 deletions

View File

@@ -17,7 +17,7 @@
Name: whois
Version: 5.2.1
Version: 5.2.2
Release: 0
Summary: Intelligent WHOIS client
License: GPL-2.0+
@@ -33,6 +33,14 @@ BuildRequires: libidn-devel
BuildRequires: xz
Provides: ripe-whois-tools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} != 1310
BuildRequires: perl(autodie)
%endif
%if 0%{?suse_version} < 1140
Requires: perl = %{perl_version}
%else
%{perl_requires}
%endif
%if 0%{?suse_version} <= 1140
BuildRequires: libxcrypt-devel
%endif