[perl-POE-Component-Server-SimpleHTTP] 2.14 bump

Petr Šabata psabata at fedoraproject.org
Tue Jan 17 13:52:20 UTC 2012


commit 8f54c00db5882688c0e4091eab22d637b24d37ef
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Jan 17 14:49:10 2012 +0100

    2.14 bump

 .gitignore                                |    1 +
 perl-POE-Component-Server-SimpleHTTP.spec |   39 +++++++++++++---------------
 sources                                   |    2 +-
 3 files changed, 20 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c9a6d5..c1ed5a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 POE-Component-Server-SimpleHTTP-2.04.tar.gz
 /POE-Component-Server-SimpleHTTP-2.06.tar.gz
+/POE-Component-Server-SimpleHTTP-2.14.tar.gz
diff --git a/perl-POE-Component-Server-SimpleHTTP.spec b/perl-POE-Component-Server-SimpleHTTP.spec
index 3478d96..858ff74 100644
--- a/perl-POE-Component-Server-SimpleHTTP.spec
+++ b/perl-POE-Component-Server-SimpleHTTP.spec
@@ -1,18 +1,16 @@
 Name:           perl-POE-Component-Server-SimpleHTTP
 # Use two digit pricision since 2.04 version
-Version:        2.06
-Release:        6%{?dist}
+Version:        2.14
+Release:        1%{?dist}
 Summary:        Serve HTTP requests in POE
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/POE-Component-Server-SimpleHTTP/
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-Server-SimpleHTTP-%{version}.tar.gz
-
 BuildArch:      noarch
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.62
 BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response)
@@ -20,28 +18,24 @@ BuildRequires:  perl(Moose) >= 0.81
 BuildRequires:  perl(MooseX::AttributeHelpers)
 BuildRequires:  perl(MooseX::POE) >= 0.205
 BuildRequires:  perl(POE) >= 1.0000
-# perl(POE::Component::SSLify) is optional at run-time but needs to present at
-# compile-time
+BuildRequires:  perl(POE::Component::Client::HTTP)
 BuildRequires:  perl(POE::Component::SSLify) >= 0.04
+BuildRequires:  perl(POE::Filter::HTTP::Parser) >= 1.06
 BuildRequires:  perl(POE::Filter::HTTPD)
+BuildRequires:  perl(POE::Filter::Stream)
+BuildRequires:  perl(POE::Kernel)
 BuildRequires:  perl(POE::Wheel::ReadWrite)
 BuildRequires:  perl(POE::Wheel::SocketFactory)
-BuildRequires:  perl(Storable)
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(Storable)
 BuildRequires:  perl(Sys::Hostname)
-
-# tests
 BuildRequires:  perl(Test::More) >= 0.47
-BuildRequires:  perl(POE::Component::Client::HTTP)
-BuildRequires:  perl(POE::Filter::HTTP::Parser) >= 0.02
 BuildRequires:  perl(Test::POE::Client::TCP) >= 0.1
 # optional tests
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
-
-
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(HTTP::Request)
-Requires:       perl(HTTP::Response)
 Requires:       perl(Moose) >= 0.81
 Requires:       perl(MooseX::POE) >= 0.205
 Requires:       perl(POE) >= 1.0000
@@ -49,11 +43,13 @@ Requires:       perl(Storable)
 Requires:       perl(Sys::Hostname)
 
 %{?perl_default_filter}
+%global __requires_exclude %{?__requires_exclude:__requires_exclude|}^perl\\(Moose\\)
+%global __requires_exclude %__requires_exclude|^perl\\(MooseX::POE\\)
+%global __requires_exclude %__requires_exclude|^perl\\(POE\\)
 
 %description
 This module makes serving up HTTP requests a breeze in POE.
 
-
 %prep
 %setup -q -n POE-Component-Server-SimpleHTTP-%{version}
 sed -i 's/\r//' examples/*
@@ -66,21 +62,22 @@ make %{?_smp_mflags}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-
 %files
-%defattr(-,root,root,-)
 %doc README Changes examples/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
-
 %changelog
+* Tue Jan 17 2012 Petr Šabata <contyk at redhat.com> - 2.14-1
+- 2.14 bump
+- Spec cleanup
+- Filter out underspecified dependencies
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.06-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index a0b1d00..e159310 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5bbb34dd9525e2c5a93d0199338ded91  POE-Component-Server-SimpleHTTP-2.06.tar.gz
+fa8f96d80083cb0cfbb54248a9160330  POE-Component-Server-SimpleHTTP-2.14.tar.gz



More information about the perl-devel mailing list