[perl-NetAddr-IP] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Thu Aug 9 14:39:52 UTC 2012


commit 2faa7adb25aa9ab5a52a1000e7528cc56df1bf5e
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Aug 9 16:36:59 2012 +0200

    Specify all dependencies

 perl-NetAddr-IP.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index 81305a9..ccfbd3d 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -1,6 +1,6 @@
 Name:           perl-NetAddr-IP
 Version:        4.062
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Manages IPv4 and IPv6 addresses and subnets
 License:        GPLv2+
 Group:          Development/Libraries
@@ -9,11 +9,14 @@ Source0:        http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-%{v
 Patch0:         NetAddr-IP-4.059-UTF8.patch
 BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(Math::BigInt)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Socket)
 BuildRequires:  perl(Socket6)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Math::BigInt)
@@ -23,9 +26,7 @@ Requires:       perl(Math::BigInt)
 
 %description
 This module provides an object-oriented abstraction on top of IP addresses
-or IP subnets, that allows for easy manipulations. Version 4.xx of
-NetAddr::IP will work on older versions of Perl and does not use
-Math::BigInt as in previous versions.
+or IP subnets, that allows for easy manipulations.
 
 %prep
 %setup -q -n NetAddr-IP-%{version}
@@ -57,6 +58,9 @@ make test
 %{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
 
 %changelog
+* Thu Aug 09 2012 Petr Pisar <ppisar at redhat.com> - 4.062-4
+- Specify all dependencies
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.062-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 



More information about the perl-devel mailing list