Accepting request 231059 from home:mnhauke:nagios

update to version 0.10023

OBS-URL: https://build.opensuse.org/request/show/231059
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Plugin-Authentication?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2014-04-23 04:59:00 +00:00
committed by Git OBS Bridge
parent 9350b9c2ac
commit 737c33d90a
6 changed files with 23 additions and 74 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Catalyst-Plugin-Authentication (Version 0.10017)
# spec file for package perl-Catalyst-Plugin-Authentication
#
# Copyright (c) 2010 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
@@ -15,35 +15,39 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Catalyst-Plugin-Authentication
Version: 0.10017
Release: 1
License: GPL+ or Artistic
Version: 0.10023
Release: 0
%define cpan_name Catalyst-Plugin-Authentication
Summary: Infrastructure plugin for the Catalyst
Url: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Catalyst-Plugin-Authentication-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Patch1: perl-Catalyst-Plugin-Authentication-use_lib.patch
Url: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/
Source: http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Catalyst::Plugin::Session) >= 0.10
BuildRequires: perl(Catalyst::Plugin::Session::State::Cookie)
BuildRequires: perl(Catalyst::Runtime)
BuildRequires: perl(Class::Inspector)
BuildRequires: perl(Class::MOP)
BuildRequires: perl(Moose)
BuildRequires: perl(Digest::SHA1)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Module::Pluggable) >= 5.1
BuildRequires: perl(Moose)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::WWW::Mechanize::Catalyst)
Requires: perl(Catalyst::Plugin::Session) >= 0.10
Requires: perl(Catalyst::Runtime)
Requires: perl(Class::Inspector)
Requires: perl(Class::MOP)
Requires: perl(Moose)
Requires: perl(MRO::Compat)
Requires: perl(Module::Pluggable) >= 5.1
Requires: perl(Moose)
Requires: perl(Test::Exception)
%{perl_requires}
@@ -73,7 +77,6 @@ information.
%prep
%setup -q -n %{cpan_name}-%{version}
%if 0%{?suse_version} >= 1110
%patch1 -p1
sed -i "s|__vendorperl__|%{perl_vendorlib}|g" Makefile.PL t/*.t
%endif