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:
committed by
Git OBS Bridge
parent
3b53d85187
commit
3bd7104dcd
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c55ddbb5f580436e2437328ea438549dcf3671254d54f0442445f2a26b93dbc
|
|
||||||
size 51492
|
|
3
Monitoring-Generator-TestConfig-0.46.tar.gz
Normal file
3
Monitoring-Generator-TestConfig-0.46.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9f2f94405503a458ec7a9ca1e387a8c72ea757d454ddb0e96d6c0cc9acc20b7c
|
||||||
|
size 51265
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 27 06:45:21 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 7 09:44:48 UTC 2013 - lars@linux-schulserver.de
|
Thu Nov 7 09:44:48 UTC 2013 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Monitoring-Generator-TestConfig
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,21 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Monitoring-Generator-TestConfig
|
Name: perl-Monitoring-Generator-TestConfig
|
||||||
Version: 0.44
|
Version: 0.46
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Monitoring-Generator-TestConfig
|
%define cpan_name Monitoring-Generator-TestConfig
|
||||||
Summary: Generate monitoring configurations (nagios/icinga/shinken)
|
Summary: Generate Monitoring Configurations (Nagios/Icinga/Shinken)
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Monitoring-Generator-TestConfig/
|
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: http://www.cpan.org/authors/id/N/NI/NIERLEIN/%{cpan_name}-%{version}.tar.gz
|
||||||
Source0: %{cpan_name}-%{version}.tar.gz
|
Source1: cpanspec.yml
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Which)
|
BuildRequires: perl(File::Which)
|
||||||
|
BuildRequires: perl(Test::More) >= 0.87
|
||||||
Requires: perl(File::Which)
|
Requires: perl(File::Which)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -53,11 +54,8 @@ useful if you want for doing load tests or testing addons and plugins.
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user