2005-08-01 19:47:09 +00:00
|
|
|
Name: perl-Net-CIDR-Lite
|
2010-12-28 22:36:42 +00:00
|
|
|
Version: 0.21
|
2013-02-14 13:59:19 +00:00
|
|
|
Release: 7%{?dist}
|
2010-12-28 22:36:42 +00:00
|
|
|
Summary: Perl extension for merging IPv4 or IPv6 CIDR addresses
|
2008-03-07 02:10:56 +00:00
|
|
|
License: GPL+ or Artistic
|
2005-08-01 19:47:09 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Net-CIDR-Lite/
|
2006-03-21 22:12:45 +00:00
|
|
|
Source0: http://www.cpan.org/authors/id/D/DO/DOUGW/Net-CIDR-Lite-%{version}.tar.gz
|
2005-08-01 19:47:09 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
2007-04-18 15:33:25 +00:00
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
2010-12-28 22:36:42 +00:00
|
|
|
BuildRequires: perl(Test::More)
|
2007-04-18 15:33:25 +00:00
|
|
|
BuildRequires: perl(Test::Pod)
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
2005-08-01 19:47:09 +00:00
|
|
|
|
|
|
|
%description
|
2010-12-28 22:36:42 +00:00
|
|
|
Faster alternative to Net::CIDR when merging a large number of CIDR address
|
|
|
|
ranges. Works for IPv4 and IPv6 addresses.
|
2005-08-01 19:47:09 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Net-CIDR-Lite-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
2006-09-17 20:55:31 +00:00
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
2005-08-01 19:47:09 +00:00
|
|
|
|
2007-04-18 15:33:25 +00:00
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
2005-08-01 19:47:09 +00:00
|
|
|
|
2005-09-06 01:22:08 +00:00
|
|
|
%check
|
2005-08-01 19:47:09 +00:00
|
|
|
make test
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2010-12-28 22:36:42 +00:00
|
|
|
%doc Changes README
|
2005-08-01 19:47:09 +00:00
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
2013-02-14 13:59:19 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-20 17:35:48 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-12 16:39:58 +00:00
|
|
|
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.21-5
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-01-13 16:18:09 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-06-20 16:52:01 +00:00
|
|
|
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.21-3
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-02-09 04:19:33 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-28 22:36:42 +00:00
|
|
|
* 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.
|
|
|
|
|
2010-12-21 04:24:27 +00:00
|
|
|
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.20-9
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
2010-05-04 09:12:55 +00:00
|
|
|
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.20-8
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2009-12-07 21:29:27 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.20-7
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-26 13:38:44 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 22:58:39 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-03-07 02:10:56 +00:00
|
|
|
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.20-4
|
|
|
|
Rebuild for new perl
|
|
|
|
|
2007-04-18 15:33:25 +00:00
|
|
|
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.20-3
|
|
|
|
- Use fixperms macro instead of our own chmod incantation.
|
|
|
|
- BR ExtUtils::MakeMaker.
|
|
|
|
|
2006-09-17 20:55:31 +00:00
|
|
|
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.20-2
|
|
|
|
- Fix find option order.
|
|
|
|
|
2006-03-21 22:12:45 +00:00
|
|
|
* Tue Mar 21 2006 Steven Pritchard <steve@kspei.com> 0.20-1
|
|
|
|
- Update to 0.20
|
|
|
|
- Use canonical URL
|
|
|
|
|
2005-09-06 01:22:08 +00:00
|
|
|
* Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> 0.18-3
|
|
|
|
- Minor spec cleanup
|
|
|
|
- Add COPYING and Artistic
|
|
|
|
|
2005-08-01 23:38:15 +00:00
|
|
|
* Mon Aug 01 2005 Steven Pritchard <steve@kspei.com> 0.18-2
|
|
|
|
- Add BR Test::Pod and Test::Pod::Coverage for make test
|
|
|
|
|
2005-08-01 19:47:09 +00:00
|
|
|
* Fri Jul 15 2005 Steven Pritchard <steve@kspei.com> 0.18-1
|
|
|
|
- Specfile autogenerated.
|