8
0
Stephan Kulow
2013-11-26 08:15:08 +00:00
committed by Git OBS Bridge
parent 1e7f4886ef
commit 2715dc127e
4 changed files with 19 additions and 11 deletions

View File

@@ -17,11 +17,11 @@
Name: perl-NetAddr-IP
Version: 4.069
Version: 4.071
Release: 0
%define cpan_name NetAddr-IP
Summary: Manages IPv4 and IPv6 addresses and subnets
License: GPL-2.0+ or ClArtistic
License: GPL-2.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/NetAddr-IP/
Source: http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
@@ -30,8 +30,8 @@ BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(NetAddr::IP)
#BuildRequires: perl(NetAddr::IP::InetBase)
#BuildRequires: perl(NetAddr::IP::Lite) >= 1.41
#BuildRequires: perl(NetAddr::IP::Util) >= 1.46
#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)
@@ -39,9 +39,9 @@ BuildRequires: perl-macros
%description
This module provides an object-oriented abstraction on top of IP addresses
or IP subnets, that allows for easy manipulations. Version 4.xx of
NetAdder::IP will work with older versions of Perl and is compatible
with Math::BigInt.
or IP subnets that allows for easy manipulations. Version 4.xx of
NetAddr::IP will work with older versions of Perl and is compatible with
Math::BigInt.
The internal representation of all IP objects is in 128 bit IPv6 notation.
IPv4 and IPv6 objects may be freely mixed.
@@ -64,6 +64,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Artistic Changes Copying TODO
%doc About-NetAddr-IP.txt Artistic Changes Copying TODO
%changelog