8
0

Accepting request 688004 from server:monitoring

Forward the current version of perl-Monitoring-Plugin to dlp

OBS-URL: https://build.opensuse.org/request/show/688004
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Monitoring-Plugin?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2019-03-29 07:57:02 +00:00
committed by Git OBS Bridge
parent 7d06c1c5e7
commit f378bd6550
4 changed files with 23 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Monitoring-Plugin
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX 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,40 +17,23 @@
Name: perl-Monitoring-Plugin
Version: 0.39
Version: 0.40
Release: 0
%define cpan_name Monitoring-Plugin
Summary: Family of Perl modules to streamline writing Nagios compatible plugins
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Monitoring-Plugin/
Source0: Monitoring-Plugin-0.39.tar.gz
Source0: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Obsolete the old Nagios::Plugin module, if available, but provide only the current version
# to allow users to install newer Nagios::Plugins versions, if they like
Obsoletes: perl-Nagios-Plugin <= 0.36
Provides: perl-Nagios-Plugin = 0.39
Obsoletes: perl(Nagios::Plugin) <= 0.36
Provides: perl(Nagios::Plugin) = 0.39
Obsoletes: perl(Nagios::Plugin::Config) <= 0.36
Provides: perl(Nagios::Plugin::Config) = 0.39
Obsoletes: perl(Nagios::Plugin::ExitResult) <= 0.36
Provides: perl(Nagios::Plugin::ExitResult) = 0.39
Obsoletes: perl(Nagios::Plugin::Functions) <= 0.36
Provides: perl(Nagios::Plugin::Functions) = 0.39
Obsoletes: perl(Nagios::Plugin::Getopt) <= 0.36
Provides: perl(Nagios::Plugin::Getopt) = 0.39
Obsoletes: perl(Nagios::Plugin::Performance) <= 0.36
Provides: perl(Nagios::Plugin::Performance) = 0.39
Obsoletes: perl(Nagios::Plugin::Range) <= 0.36
Provides: perl(Nagios::Plugin::Range) = 0.39
Obsoletes: perl(Nagios::Plugin::Threshold) <= 0.36
Provides: perl(Nagios::Plugin::Threshold) = 0.39
BuildRequires: perl
BuildRequires: perl(Class::Accessor)
BuildRequires: perl(Config::Tiny)
BuildRequires: perl(Params::Validate)
Requires: perl-base
Requires: perl(Class::Accessor)
Requires: perl(Config::Tiny)
Requires: perl(Params::Validate)