- Update to 0.21.
- Improve Summary. - Drop our generated copies of the license text. - Add BR Test::More.
This commit is contained in:
parent
942941a8f2
commit
de17024181
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
Net-CIDR-Lite-0.20.tar.gz
|
Net-CIDR-Lite-0.20.tar.gz
|
||||||
|
/Net-CIDR-Lite-0.21.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: perl-Net-CIDR-Lite
|
Name: perl-Net-CIDR-Lite
|
||||||
Version: 0.20
|
Version: 0.21
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Net::CIDR::Lite Perl module
|
Summary: Perl extension for merging IPv4 or IPv6 CIDR addresses
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://search.cpan.org/dist/Net-CIDR-Lite/
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
# For "make test".
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
BuildRequires: perl(Test::Pod::Coverage)
|
BuildRequires: perl(Test::Pod::Coverage)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Faster alternative to Net::CIDR when merging a large number of CIDR
|
Faster alternative to Net::CIDR when merging a large number of CIDR address
|
||||||
address ranges. Works for IPv4 and IPv6 addresses.
|
ranges. Works for IPv4 and IPv6 addresses.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Net-CIDR-Lite-%{version}
|
%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/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
perldoc -t perlgpl > COPYING
|
|
||||||
perldoc -t perlartistic > Artistic
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
@ -46,11 +43,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes README COPYING Artistic
|
%doc Changes README
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.20-9
|
||||||
- 661697 rebuild for fixing problems with vendorach/lib
|
- 661697 rebuild for fixing problems with vendorach/lib
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user