Author: ppisar Update of /cvs/pkgs/rpms/perl-POE-Component-Server-SimpleHTTP/devel In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22236 Modified Files: .cvsignore perl-POE-Component-Server-SimpleHTTP.spec sources Log Message: 2.04 bump Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-POE-Component-Server-SimpleHTTP/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 27 Sep 2009 09:06:03 -0000 1.7 +++ .cvsignore 23 Jun 2010 09:35:54 -0000 1.8 @@ -1 +1 @@ -POE-Component-Server-SimpleHTTP-2.0.tar.gz +POE-Component-Server-SimpleHTTP-2.04.tar.gz Index: perl-POE-Component-Server-SimpleHTTP.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-POE-Component-Server-SimpleHTTP/devel/perl-POE-Component-Server-SimpleHTTP.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- perl-POE-Component-Server-SimpleHTTP.spec 6 May 2010 07:57:59 -0000 1.16 +++ perl-POE-Component-Server-SimpleHTTP.spec 23 Jun 2010 09:35:54 -0000 1.17 @@ -1,55 +1,51 @@ Name: perl-POE-Component-Server-SimpleHTTP -Version: 2.0 -Release: 3%{?dist} +# Use two digit pricision since 2.04 version +Version: 2.04 +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://www.cpan.org/authors/id/B/BI/BINGOS/POE-Component-Server-SimpleHTTP-1.23.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-Server-SimpleHTTP-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(HTTP::Date) BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Response) -BuildRequires: perl(IPC::Shareable) +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::SSLify) >= 0.04 -BuildRequires: perl(POE::Driver::SysRW) BuildRequires: perl(POE::Filter::HTTPD) BuildRequires: perl(POE::Wheel::ReadWrite) BuildRequires: perl(POE::Wheel::SocketFactory) +BuildRequires: perl(Storable) +BuildRequires: perl(Socket) +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) -#BuildRequires: perl(Test::Kwalitee) +BuildRequires: perl(Test::Pod::Coverage) >= 1.00 -BuildRequires: perl(Moose) >= 0.81 -BuildRequires: perl(MooseX::AttributeHelpers) -BuildRequires: perl(MooseX::POE) >= 0.205 -BuildRequires: perl(Storable) -BuildRequires: perl(Sys::Hostname) -BuildRequires: perl(POE::Filter::HTTP::Parser) >= 0.02 -BuildRequires: perl(Socket) -BuildRequires: perl(Test::POE::Client::TCP) >= 0.1 -BuildRequires: perl(Carp) -Requires: perl(Moose) >= 0.81 -Requires: perl(MooseX::AttributeHelpers) -Requires: perl(MooseX::POE) >= 0.205 -Requires: perl(Carp) -Requires: perl(HTTP::Date) Requires: perl(HTTP::Request) Requires: perl(HTTP::Response) +Requires: perl(Moose) >= 0.81 +Requires: perl(MooseX::POE) >= 0.205 Requires: perl(POE) >= 1.0000 -Requires: perl(Socket) Requires: perl(Storable) Requires: perl(Sys::Hostname) @@ -64,7 +60,7 @@ This module makes serving up HTTP reques sed -i 's/\r//' examples/* %build -(echo y ; echo y) | %{__perl} Makefile.PL INSTALLDIRS=vendor +yes | %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -92,6 +88,10 @@ rm -rf %{buildroot} %changelog +* Wed Jun 23 2010 Petr Pisar <ppisar@xxxxxxxxxx> - 2.04-1 +- 2.04 bump (bug #602616) +- Clean dependencies up + * Thu May 06 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 2.0-3 - Mass rebuild with perl-5.12.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-POE-Component-Server-SimpleHTTP/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 27 Sep 2009 09:06:03 -0000 1.7 +++ sources 23 Jun 2010 09:35:54 -0000 1.8 @@ -1 +1 @@ -8c711a208427e6d556aa7e082858f455 POE-Component-Server-SimpleHTTP-2.0.tar.gz +ad81b2fcb05881deeebbae9fd894ea67 POE-Component-Server-SimpleHTTP-2.04.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel