8
0

- updated to 4.072

modify Makefile.PL to bypass missing 'pod2text'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetAddr-IP?expand=0&rev=41
This commit is contained in:
Stephan Kulow
2014-02-09 14:39:18 +00:00
committed by Git OBS Bridge
parent 2715dc127e
commit 773f5ef8d4
4 changed files with 11 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6375e8c76e72d9bd362a9d4ca0794396c9b919fa4e6e00b65e50dee719430d55
size 211423

3
NetAddr-IP-4.072.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0954a7deb840b934640d798bf57af4a5477a8744f73d320b0f0214f11784fc9d
size 211706

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com
- updated to 4.072
modify Makefile.PL to bypass missing 'pod2text'
-------------------------------------------------------------------
Fri Oct 4 09:11:17 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-NetAddr-IP
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-NetAddr-IP
Version: 4.071
Version: 4.072
Release: 0
%define cpan_name NetAddr-IP
Summary: Manages IPv4 and IPv6 addresses and subnets
@@ -28,13 +28,6 @@ Source: http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(NetAddr::IP)
#BuildRequires: perl(NetAddr::IP::InetBase)
#BuildRequires: perl(NetAddr::IP::Lite) >= 1.51
#BuildRequires: perl(NetAddr::IP::Util) >= 1.50
#BuildRequires: perl(NetAddr::IP::Util_IS)
#BuildRequires: perl(NetAddr::IP::UtilPP)
#BuildRequires: perl(Socket6)
%{perl_requires}
%description