8
0
Stephan Kulow
2014-03-07 06:52:16 +00:00
committed by Git OBS Bridge
parent a623f6c526
commit 5a63201ea1
4 changed files with 24 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Apache-LogFormat-Compiler
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Apache-LogFormat-Compiler
Version: 0.13
Version: 0.30
Release: 0
%define cpan_name Apache-LogFormat-Compiler
Summary: Compile a log format string to perl-code
@@ -33,15 +33,13 @@ BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(POSIX::strftime::Compiler) >= 0.30
BuildRequires: perl(Test::MockTime)
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Try::Tiny) >= 0.12
BuildRequires: perl(URI::Escape) >= 1.60
#BuildRequires: perl(Apache::LogFormat::Compiler)
#BuildRequires: perl(HTTP::Message::PSGI)
#BuildRequires: perl(Plack::Builder)
#BuildRequires: perl(Plack::Test)
#BuildRequires: perl(t::Req2PSGI)
Requires: perl(POSIX::strftime::Compiler) >= 0.30
%{perl_requires}
%description