diff --git a/perl-CGI-Emulate-PSGI.spec b/perl-CGI-Emulate-PSGI.spec index 74bc3e1..e4ffc21 100644 --- a/perl-CGI-Emulate-PSGI.spec +++ b/perl-CGI-Emulate-PSGI.spec @@ -12,7 +12,10 @@ BuildRequires: perl(CGI) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(HTTP::Response) BuildRequires: perl(Test::Builder::Module) +# perl-Plack requires perl-CGI-Emulate-PSGI itself +%if 0%{!?perl_bootstrap:1} BuildRequires: perl(Plack::Test) +%endif Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} @@ -40,12 +43,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; make test %files -%defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Apr 09 2012 Emmanuel Seyman - 0.14-3 +- Make BR on perl(Plack::Test) bypassable, thanks to Paul Howarth (#810565) +- Remove the no longer used defattr macro + * Fri Jan 13 2012 Fedora Release Engineering - 0.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild