|
|
@ -1,15 +1,17 @@
|
|
|
|
Name: perl-Net-IP
|
|
|
|
Name: perl-Net-IP
|
|
|
|
Version: 1.25
|
|
|
|
Version: 1.25
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Perl module for manipulation of IPv4 and IPv6 addresses
|
|
|
|
Summary: Perl module for manipulation of IPv4 and IPv6 addresses
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL or Artistic
|
|
|
|
# Some ambiguity here, see http://rt.cpan.org/Ticket/Display.html?id=28689
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
URL: http://search.cpan.org/dist/Net-IP/
|
|
|
|
URL: http://search.cpan.org/dist/Net-IP/
|
|
|
|
Source: ftp://cpan.org/pub/CPAN/authors/id/M/MA/MANU/Net-IP-%{version}.tar.gz
|
|
|
|
Source: ftp://cpan.org/pub/CPAN/authors/id/M/MA/MANU/Net-IP-%{version}.tar.gz
|
|
|
|
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)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: perl-Net-IP-1.25-bz197425.patch
|
|
|
|
Patch0: perl-Net-IP-1.25-bz197425.patch
|
|
|
@ -58,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Aug 12 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.25-4
|
|
|
|
|
|
|
|
- BuildRequire perl(ExtUtils::MakeMaker)
|
|
|
|
|
|
|
|
- License: MIT
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 04 2007 Robin Norwood <rnorwood@redhat.com> - 1.25-3
|
|
|
|
* Sun Feb 04 2007 Robin Norwood <rnorwood@redhat.com> - 1.25-3
|
|
|
|
- Resolves: bz#226271
|
|
|
|
- Resolves: bz#226271
|
|
|
|
- Incorporate some fixes to the spec file from Ville:
|
|
|
|
- Incorporate some fixes to the spec file from Ville:
|
|
|
|