|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Net-IP
|
|
|
|
|
Version: 1.25
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Summary: Perl module for manipulation of IPv4 and IPv6 addresses
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -15,8 +15,6 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
Patch0: perl-Net-IP-1.25-bz197425.patch
|
|
|
|
|
# Work around http://rt.perl.org/rt3//Public/Bug/Display.html?id=50114
|
|
|
|
|
ExcludeArch: ppc ppc64
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This is the Net::IP module for Perl, designed to allow easy
|
|
|
|
@ -45,7 +43,10 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
# These tests fail on ppc builders because of:
|
|
|
|
|
# http://rt.perl.org/rt3//Public/Bug/Display.html?id=50114
|
|
|
|
|
# Re-enable this when the upstream bug is resolved.
|
|
|
|
|
# make test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
@ -62,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 1 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.25-7
|
|
|
|
|
- disable tests due to upstream bug 50114
|
|
|
|
|
|
|
|
|
|
* Fri Feb 1 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.25-6
|
|
|
|
|
- Work around http://rt.perl.org/rt3//Public/Bug/Display.html?id=50114
|
|
|
|
|
|
|
|
|
|