Add BR Test::Pod and Test::Pod::Coverage for make test

This commit is contained in:
Steven Pritchard 2005-08-01 23:38:15 +00:00
parent de8db90441
commit 27d3bce0db

View File

@ -2,7 +2,7 @@
Name: perl-Net-CIDR-Lite
Version: 0.18
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Net::CIDR::Lite Perl module
License: GPL or Artistic
Group: Development/Libraries
@ -11,6 +11,8 @@ Source0: http://www.cpan.org/modules/by-module/Net/Net-CIDR-Lite-0.18.tar
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# For "make test".
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
%description
Faster alternative to Net::CIDR when merging a large number of CIDR
@ -47,5 +49,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Mon Aug 01 2005 Steven Pritchard <steve@kspei.com> 0.18-2
- Add BR Test::Pod and Test::Pod::Coverage for make test
* Fri Jul 15 2005 Steven Pritchard <steve@kspei.com> 0.18-1
- Specfile autogenerated.