Accepting request 448589 from devel:languages:perl:autoupdate

- updated to 0.46
   see /usr/share/doc/packages/perl-Monitoring-Generator-TestConfig/Changes
  0.46  Mon Dec 26 19:57:30 CET 2016
  	fix tests on later perl versions

OBS-URL: https://build.opensuse.org/request/show/448589
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Monitoring-Generator-TestConfig?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2017-01-03 09:08:58 +00:00
committed by Git OBS Bridge
parent 3b53d85187
commit 3bd7104dcd
5 changed files with 50 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Monitoring-Generator-TestConfig
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,21 +17,22 @@
Name: perl-Monitoring-Generator-TestConfig
Version: 0.44
Version: 0.46
Release: 0
%define cpan_name Monitoring-Generator-TestConfig
Summary: Generate monitoring configurations (nagios/icinga/shinken)
%define cpan_name Monitoring-Generator-TestConfig
Summary: Generate Monitoring Configurations (Nagios/Icinga/Shinken)
License: GPL-3.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Monitoring-Generator-TestConfig/
#Source: http://www.cpan.org/authors/id/N/NI/NIERLEIN/Monitoring-Generator-TestConfig-%%{version}.tar.gz
Source0: %{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/N/NI/NIERLEIN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Which)
BuildRequires: perl(Test::More) >= 0.87
Requires: perl(File::Which)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
@@ -53,11 +54,8 @@ useful if you want for doing load tests or testing addons and plugins.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root)
%defattr(-,root,root,755)
%doc Changes README
%changelog