forked from pool/perl-Test-Simple
Accepting request 894575 from devel:languages:perl:autoupdate
- updated to 1.302185 see /usr/share/doc/packages/perl-Test-Simple/Changes 1.302185 2021-05-19 11:08:39-07:00 America/Los_Angeles - Fix test from last commit to pass on older perls 1.302184 2021-05-19 09:19:08-07:00 America/Los_Angeles - Fix Test::Builder->skip to stringify arguments OBS-URL: https://build.opensuse.org/request/show/894575 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Simple?expand=0&rev=132
This commit is contained in:
committed by
Git OBS Bridge
parent
7f4cc1ee53
commit
b7a510d49e
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a03bda5ec420aea9692b650437f4d5b574fa505fdd7ff60cdb5f3ec034106ff
|
||||
size 332326
|
3
Test-Simple-1.302185.tar.gz
Normal file
3
Test-Simple-1.302185.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac16e5e05738a595d03f7ca2c1cee831dca56d348cf476d9c743fb796954445a
|
||||
size 332630
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 20 03:06:53 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.302185
|
||||
see /usr/share/doc/packages/perl-Test-Simple/Changes
|
||||
|
||||
1.302185 2021-05-19 11:08:39-07:00 America/Los_Angeles
|
||||
- Fix test from last commit to pass on older perls
|
||||
1.302184 2021-05-19 09:19:08-07:00 America/Los_Angeles
|
||||
- Fix Test::Builder->skip to stringify arguments
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 03:11:04 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Simple
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,18 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Test-Simple
|
||||
Version: 1.302183
|
||||
Release: 0
|
||||
%define cpan_name Test-Simple
|
||||
Name: perl-Test-Simple
|
||||
Version: 1.302185
|
||||
Release: 0
|
||||
Summary: Basic utilities for writing tests
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
%{perl_requires}
|
||||
@@ -45,11 +43,11 @@ complicated testing, use the Test::More module (a drop-in replacement for
|
||||
this one).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -60,7 +58,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc appveyor.yml Changes examples README README.md
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user