[perl-POE-Component-Client-DNS] 1.053 bump

Petr Šabata psabata at fedoraproject.org
Fri Apr 19 16:56:33 UTC 2013


commit 64b06da2e72ee3be87de33ab6ec67ecc3ce74257
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Apr 19 18:56:28 2013 +0200

    1.053 bump

 .gitignore                         |    1 +
 perl-POE-Component-Client-DNS.spec |   62 ++++++++++++++---------------------
 sources                            |    2 +-
 3 files changed, 27 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0a6665..b939c76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 POE-Component-Client-DNS-1.051.tar.gz
+/POE-Component-Client-DNS-1.053.tar.gz
diff --git a/perl-POE-Component-Client-DNS.spec b/perl-POE-Component-Client-DNS.spec
index 1770d82..86ccd67 100644
--- a/perl-POE-Component-Client-DNS.spec
+++ b/perl-POE-Component-Client-DNS.spec
@@ -1,26 +1,28 @@
 Name:           perl-POE-Component-Client-DNS
-Version:        1.051
-Release:        8%{?dist}
+Version:        1.053
+Release:        1%{?dist}
 Summary:        Non-blocking/concurrent DNS queries using Net::DNS and POE
-
-Group:          Development/Libraries
 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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 BuildArch:      noarch
-BuildRequires:  perl(Net::DNS) >= 0.59
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-# Original perl(POE) >= 1.28 rounded to 3 digit precision
-BuildRequires:  perl(POE) >= 1.280
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::NoWarnings) >= 0.084
-
-Requires:       perl(Net::DNS) >= 0.59
-# Original perl(POE) >= 1.28 rounded to 3 digit precision
-Requires:       perl(POE) >= 1.280
+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(Net::DNS) >= 0.65
+Requires:       perl(POE) >= 1.294
 
 %{?perl_default_filter}
 
@@ -29,47 +31,33 @@ 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
 servers to respond.
 
-
 %prep
 %setup -q -n POE-Component-Client-DNS-%{version}
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-rm -rf %{buildroot}
-
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-
+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.
 cp t/01_resolve.t example_resolve
 
-
 %check
-# tests are not conducted as they require network access.
-%{?_with_network_tests: make test }
-
-
-%clean
-rm -rf %{buildroot}
-
+make test
 
 %files
-%defattr(-,root,root,-)
 %doc CHANGES README example_resolve
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
-
 %changelog
+* Fri Apr 19 2013 Petr Šabata <contyk at redhat.com> - 1.053-1
+- 1.053 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.051-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index d0179e4..923aef5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba9bb11cd097b2348ee3d14de3ab432a  POE-Component-Client-DNS-1.051.tar.gz
+248fb8056f1b7085beb2d8f300a39e9c  POE-Component-Client-DNS-1.053.tar.gz


More information about the scm-commits mailing list