[perl-Net-DNS] Support IPv6, avoid interactive build (#710375)

Petr Sabata psabata at fedoraproject.org
Fri Jun 3 08:52:36 UTC 2011


commit e4946302de02e847c17646b7998c3cf337dd832b
Author: Petr Sabata <contyk at redhat.com>
Date:   Fri Jun 3 10:52:20 2011 +0200

    Support IPv6, avoid interactive build (#710375)

 perl-Net-DNS.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec
index bc687d3..44439f0 100644
--- a/perl-Net-DNS.spec
+++ b/perl-Net-DNS.spec
@@ -1,6 +1,6 @@
 Name:          perl-Net-DNS
 Version:       0.66
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       DNS resolver modules for Perl
 License:       GPL+ or Artistic
 Group:         Development/Libraries
@@ -9,6 +9,8 @@ Source0:       http://www.cpan.org/authors/id/O/OL/OLAF/Net-DNS-%{version}.tar.g
 BuildRequires: perl(Digest::HMAC), perl(ExtUtils::MakeMaker), perl(Test::More), perl(Net::IP)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Digest::BubbleBabble)
+BuildRequires: perl(IO::Socket::INET6)
+BuildRequires: perl(Socket6)
 Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
@@ -37,6 +39,7 @@ objects.
 %setup -q -n Net-DNS-%{version} 
 
 %build
+export PERL_MM_USE_DEFAULT=yes
 %{__perl} Makefile.PL INSTALLDIRS=vendor --no-online-tests
 make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
 
@@ -79,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun 03 2011 Petr Sabata <contyk at redhat.com> - 0.66-3
+- Introduce IPv6 support and prevent interactive build (#710375)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.66-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list