Enable optional tests requiring perl(Dancer::Session::Cookie)

This commit is contained in:
Petr Písař 2012-01-03 15:24:16 +01:00
parent 434073795b
commit 893fc817f4
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Dancer
Version: 1.3091
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Lightweight yet powerful web application framework
License: GPL+ or Artistic
Group: Development/Libraries
@ -62,7 +62,7 @@ BuildRequires: perl(Test::Builder)
BuildRequires: perl(URI::Escape)
# Optional tests:
BuildRequires: perl(HTTP::Parser::XS)
# Not yet packaged: BuildRequires: perl(Dancer::Session::Cookie) >= 0.14
BuildRequires: perl(Dancer::Session::Cookie) >= 0.14
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(HTTP::Body) >= 1.07
Requires: perl(HTTP::Server::Simple::PSGI) >= 0.11
@ -103,6 +103,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Jan 03 2012 Petr Pisar <ppisar@redhat.com> - 1.3091-2
- Enable optional tests requiring perl(Dancer::Session::Cookie).
* Mon Dec 19 2011 Petr Pisar <ppisar@redhat.com> - 1.3091-1
- 1.3091 bump