diff --git a/Monitoring-Generator-TestConfig-0.44.tar.gz b/Monitoring-Generator-TestConfig-0.44.tar.gz deleted file mode 100644 index 5b94dd3..0000000 --- a/Monitoring-Generator-TestConfig-0.44.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c55ddbb5f580436e2437328ea438549dcf3671254d54f0442445f2a26b93dbc -size 51492 diff --git a/Monitoring-Generator-TestConfig-0.46.tar.gz b/Monitoring-Generator-TestConfig-0.46.tar.gz new file mode 100644 index 0000000..4aae39a --- /dev/null +++ b/Monitoring-Generator-TestConfig-0.46.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f2f94405503a458ec7a9ca1e387a8c72ea757d454ddb0e96d6c0cc9acc20b7c +size 51265 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Monitoring-Generator-TestConfig.changes b/perl-Monitoring-Generator-TestConfig.changes index ca22730..2761cf8 100644 --- a/perl-Monitoring-Generator-TestConfig.changes +++ b/perl-Monitoring-Generator-TestConfig.changes @@ -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 diff --git a/perl-Monitoring-Generator-TestConfig.spec b/perl-Monitoring-Generator-TestConfig.spec index fa0378f..2b065f3 100644 --- a/perl-Monitoring-Generator-TestConfig.spec +++ b/perl-Monitoring-Generator-TestConfig.spec @@ -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