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
This commit is contained in:
Pedro Monreal Gonzalez 2019-02-21 11:06:46 +00:00 committed by Git OBS Bridge
parent 1bbddbe570
commit aaf2d1ac0a
2 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 21 10:59:44 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- 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 <coolo@suse.com>

View File

@ -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