- Update to 0.21.

- Improve Summary.
- Drop our generated copies of the license text.
- Add BR Test::More.
This commit is contained in:
Steven Pritchard 2010-12-28 16:36:42 -06:00
parent 942941a8f2
commit de17024181
3 changed files with 15 additions and 11 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Net-CIDR-Lite-0.20.tar.gz
/Net-CIDR-Lite-0.21.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-Net-CIDR-Lite
Version: 0.20
Release: 9%{?dist}
Summary: Net::CIDR::Lite Perl module
Version: 0.21
Release: 1%{?dist}
Summary: Perl extension for merging IPv4 or IPv6 CIDR addresses
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Net-CIDR-Lite/
@ -9,14 +9,14 @@ Source0: http://www.cpan.org/authors/id/D/DO/DOUGW/Net-CIDR-Lite-%{versio
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
# For "make test".
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Faster alternative to Net::CIDR when merging a large number of CIDR
address ranges. Works for IPv4 and IPv6 addresses.
Faster alternative to Net::CIDR when merging a large number of CIDR address
ranges. Works for IPv4 and IPv6 addresses.
%prep
%setup -q -n Net-CIDR-Lite-%{version}
@ -35,9 +35,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
perldoc -t perlgpl > COPYING
perldoc -t perlartistic > Artistic
%check
make test
@ -46,11 +43,17 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README COPYING Artistic
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Tue Dec 28 2010 Steven Pritchard <steve@kspei.com> 0.21-1
- Update to 0.21.
- Improve Summary.
- Drop our generated copies of the license text.
- Add BR Test::More.
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.20-9
- 661697 rebuild for fixing problems with vendorach/lib

View File

@ -1 +1 @@
54998db6b297ffc8a20adb91ea744200 Net-CIDR-Lite-0.20.tar.gz
12280b3754886b876918f03f53aee4f5 Net-CIDR-Lite-0.21.tar.gz