From aaf2d1ac0a80fd748f81de6d1d20f141e7e44aed756a9dcf601926361d4510a0 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 21 Feb 2019 11:06:46 +0000 Subject: [PATCH] Accepting request 677962 from home:pmonrealgonzalez:branches:devel:languages:perl - Added test dependencies during build: * Test::Pod >= 1.22, Test::Pod::Coverage >= 1.08 - Cleaned with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/677962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Differences?expand=0&rev=23 --- perl-Test-Differences.changes | 7 +++++++ perl-Test-Differences.spec | 15 ++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/perl-Test-Differences.changes b/perl-Test-Differences.changes index c8a2c48..02b4759 100644 --- a/perl-Test-Differences.changes +++ b/perl-Test-Differences.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 21 10:59:44 UTC 2019 - Pedro Monreal Gonzalez + +- Added test dependencies during build: + * Test::Pod >= 1.22, Test::Pod::Coverage >= 1.08 +- Cleaned with spec-cleaner + ------------------------------------------------------------------- Wed Feb 20 06:33:52 UTC 2019 - Stephan Kulow diff --git a/perl-Test-Differences.spec b/perl-Test-Differences.spec index 27d4ed1..ac6d1b6 100644 --- a/perl-Test-Differences.spec +++ b/perl-Test-Differences.spec @@ -16,29 +16,30 @@ # +#Upstream: All Rights Reserved. You may use, distribute and modify this software under the terms of the GNU public license, any version, or the Artistic license. +%define cpan_name Test-Differences Name: perl-Test-Differences Version: 0.65 Release: 0 -#Upstream: All Rights Reserved. You may use, distribute and modify this software under the terms of the GNU public license, any version, or the Artistic license. -%define cpan_name Test-Differences Summary: Test strings and data structures and show differences if not ok -License: ARTISTIC-1.0 OR GPL-1.0-or-later +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) >= 0.24 BuildRequires: perl(Data::Dumper) >= 2.126 BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Pod) >= 1.22 +BuildRequires: perl(Test::Pod::Coverage) >= 1.08 BuildRequires: perl(Text::Diff) >= 1.43 Requires: perl(Capture::Tiny) >= 0.24 Requires: perl(Data::Dumper) >= 2.126 Requires: perl(Test::More) >= 0.88 Requires: perl(Text::Diff) >= 1.43 +BuildArch: noarch %{perl_requires} %description @@ -92,7 +93,7 @@ perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %check -make test +make %{?_smp_mflags} test %install %perl_make_install