psabata pushed to perl-POE-Component-Client-DNS (f23). "1.054 bump, Net::DNS 1.03 compatibility release (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Nov 13 11:32:07 UTC 2015


From a5d6cc846b7e2904bb0646a73225b87513ddd20f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Fri, 13 Nov 2015 12:31:20 +0100
Subject: 1.054 bump, Net::DNS 1.03 compatibility release

- Package the license text
---
 .gitignore                         |  1 +
 perl-POE-Component-Client-DNS.spec | 35 +++++++++++++++++++++--------------
 sources                            |  2 +-
 3 files changed, 23 insertions(+), 15 deletions(-)

diff --git a/.gitignore b/.gitignore
index b939c76..5170032 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 POE-Component-Client-DNS-1.051.tar.gz
 /POE-Component-Client-DNS-1.053.tar.gz
+/POE-Component-Client-DNS-1.054.tar.gz
diff --git a/perl-POE-Component-Client-DNS.spec b/perl-POE-Component-Client-DNS.spec
index 7452c39..7e0ad1d 100644
--- a/perl-POE-Component-Client-DNS.spec
+++ b/perl-POE-Component-Client-DNS.spec
@@ -1,33 +1,36 @@
 Name:           perl-POE-Component-Client-DNS
-Version:        1.053
-Release:        7%{?dist}
+Version:        1.054
+Release:        1%{?dist}
 Summary:        Non-blocking/concurrent DNS queries using Net::DNS and POE
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/POE-Component-Client-DNS
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-DNS-%{version}.tar.gz
-Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 BuildArch:      noarch
+# Build
+BuildRequires:  coreutils
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Runtime
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
+BuildRequires:  perl(Net::DNS) >= 0.65
+BuildRequires:  perl(POE) >= 1.294
+BuildRequires:  perl(Socket)
+# Tests only
 BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(ExtUtils::MakeMaker)
 %{?_with_network_tests:
 BuildRequires:  perl(lib)
 }
-BuildRequires:  perl(Net::DNS) >= 0.65
-BuildRequires:  perl(POE) >= 1.294
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Socket)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::NoWarnings) >= 1.02
-BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(Net::DNS) >= 0.65
 Requires:       perl(POE) >= 1.294
 
-%{?perl_default_filter}
-
 %description
 POE::Component::Client::DNS provides a facility for non-blocking, concurrent
 DNS requests. Using POE, it allows other tasks to run while waiting for name
@@ -37,12 +40,11 @@ servers to respond.
 %setup -q -n POE-Component-Client-DNS-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 # the perldoc/pod documentation is nice, but I really found this much more
 # useful.
@@ -53,11 +55,16 @@ cp t/01_resolve.t example_resolve
 make test
 
 %files
+%license LICENSE
 %doc CHANGES README example_resolve
 %{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*
 
 %changelog
+* Fri Nov 13 2015 Petr Ĺ abata <contyk at redhat.com> - 1.054-1
+- 1.054 bump, Net::DNS 1.03 compatibility release
+- Package the license text
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.053-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 923aef5..bed6872 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-248fb8056f1b7085beb2d8f300a39e9c  POE-Component-Client-DNS-1.053.tar.gz
+8ce0200ec2fec64ead3bb3face0025a5  POE-Component-Client-DNS-1.054.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-POE-Component-Client-DNS.git/commit/?h=f23&id=a5d6cc846b7e2904bb0646a73225b87513ddd20f


More information about the perl-devel mailing list