X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=perl-Plack.spec;h=cf6f027034a16229dd1f4d5485de1aef997ac937;hb=1bc2775b85730ef0c5fcb91cd471309be425cb27;hp=b357a685ea6cee33a63af1f4d7ce9f9a8564d6a7;hpb=51243e0daafde9b8ca67ef4810b93b21696ed2d4;p=packages%2Fperl-Plack.git diff --git a/perl-Plack.spec b/perl-Plack.spec index b357a68..cf6f027 100644 --- a/perl-Plack.spec +++ b/perl-Plack.spec @@ -7,14 +7,13 @@ Summary: Plack - Perl Superglue for Web frameworks and Web Servers (PSGI toolkit) #Summary(pl.UTF-8): Name: perl-Plack -Version: 0.9985 +Version: 1.0030 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Plack/%{pdir}-%{version}.tar.gz -# Source0-md5: 3d340079cdec9435991fdd0e0953c99e -Patch0: %{name}-tests.patch +# Source0-md5: 162b8d59c870871969b1a4e4754fc180 URL: http://search.cpan.org/dist/Plack/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 @@ -25,9 +24,12 @@ BuildRequires: perl(HTTP::Body) >= 1.06 BuildRequires: perl(Hash::MultiValue) >= 0.05 BuildRequires: perl(Test::Requires) BuildRequires: perl(Test::TCP) >= 0.11 +BuildRequires: perl-Apache-LogFormat-Compiler BuildRequires: perl-Devel-StackTrace >= 1.23 BuildRequires: perl-File-ShareDir >= 1.00 +BuildRequires: perl-File-ShareDir-Install BuildRequires: perl-HTTP-Request-AsCGI +BuildRequires: perl-Stream-Buffered BuildRequires: perl-Try-Tiny BuildRequires: perl-URI >= 1.36 BuildRequires: perl-libwww >= 5.814 @@ -35,7 +37,7 @@ BuildRequires: perl-libwww >= 5.814 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _noautoreq 'perl(Apache::Constants)' 'perl(Apache::Request)' +%define _noautoreq_perl 'Apache::Constants' 'Apache::Request' %description Plack is a set of tools for using the PSGI stack. It contains @@ -52,7 +54,6 @@ and Plack are and why we need them. %prep %setup -q -n %{pdir}-%{version} -%patch0 -p1 %build %{__perl} Makefile.PL \