1
0

- require apache2-mod_perl instead of perl(HTTP::Request::Common)

as perl-HTTP-Message provides the same on SLE_11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CGI-Simple?expand=0&rev=17
This commit is contained in:
Lars Vogdt
2011-06-04 21:17:11 +00:00
committed by Git OBS Bridge
parent a411358e81
commit 3a2d0b0111
2 changed files with 11 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-CGI-Simple (Version 1.113)
# spec file for package perl-CGI-Simple
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 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
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_with pod
Name: perl-CGI-Simple
@@ -34,8 +35,8 @@ BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::More)
BuildRequires: perl(IO::Scalar)
# optional
BuildRequires: perl(HTTP::Request::Common)
# optional perl(HTTP::Request::Common)
BuildRequires: apache2-mod_perl
%if 0%{?with pod}
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04