Package perl-Net-IPv6Addr: Specfile

%define _unpackaged_files_terminate_build 1
#
#   - Net::IPv6Addr -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       Net::IPv6Addr
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Net-IPv6Addr
%define m_distro Net-IPv6Addr
%define m_name Net::IPv6Addr
%define m_author_id unknown
%define _enable_test 1

Name: perl-Net-IPv6Addr
Version: 1.02
Release: alt1

Summary: - check validity of IPv6 addresses

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Denis Smirnov <mithraen@altlinux.ru>

BuildArch: noarch
Source0: http://www.cpan.org/authors/id/B/BK/BKB/%{module}-%{version}.tar.gz

# Automatically added by buildreq on Sat Nov 07 2009
BuildRequires: perl-Math-Base85 perl-Net-IPv4Addr perl-devel

%description
"Net::IPv6Addr" checks strings for valid IPv6 addresses, as
specified in RFC1884.  You throw possible addresses at it, it
either accepts them or throws an exception.

If "Math::Base85" is installed, then this module is able to process
addresses formatted in the style referenced by RFC1924.

The public interface of this module is rather small.

%prep
%setup -q -n %{module}-%{version}
%build
%perl_vendor_build

%install
%perl_vendor_install
rm -rf %buildroot%perl_vendor_man3dir/

%files
%doc README examples Changes
%perl_vendor_privlib/Net/*

%changelog
* Wed Mar 31 2021 Igor Vlasenko <viy@altlinux.org> 1.02-alt1
- automated CPAN update

* Thu Jun 25 2020 Igor Vlasenko <viy@altlinux.ru> 1.01-alt1
- automated CPAN update

* Mon Oct 08 2018 Igor Vlasenko <viy@altlinux.ru> 0.96-alt1
- automated CPAN update

* Thu Oct 12 2017 Igor Vlasenko <viy@altlinux.ru> 0.91-alt1
- automated CPAN update

* Mon Oct 02 2017 Igor Vlasenko <viy@altlinux.ru> 0.9-alt1
- automated CPAN update

* Wed Aug 30 2017 Igor Vlasenko <viy@altlinux.ru> 0.7-alt1
- automated CPAN update

* Sat Nov 07 2009 Denis Smirnov <mithraen@altlinux.ru> 0.2-alt1
- initial build for ALT Linux Sisyphus