Accepting request 1046507 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1046507 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Fatal?expand=0&rev=20
This commit is contained in:
commit
96a089bf25
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7283d430f2ba2030b8cd979ae3039d3f1b2ec3dde1a11ca6ae09f992a66f788f
|
||||
size 21246
|
BIN
Test-Fatal-0.017.tar.gz
(Stored with Git LFS)
Normal file
BIN
Test-Fatal-0.017.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 03:11:49 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.017
|
||||
see /usr/share/doc/packages/perl-Test-Fatal/Changes
|
||||
|
||||
0.017 2022-12-31 16:40:56-05:00 America/New_York
|
||||
- update packaging and metadata
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 03:10:33 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-Fatal
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,20 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Test-Fatal
|
||||
Version: 0.016
|
||||
Release: 0
|
||||
%define cpan_name Test-Fatal
|
||||
Summary: Incredibly simple helpers for testing code with exceptions
|
||||
Name: perl-Test-Fatal
|
||||
Version: 0.017
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Summary: Incredibly simple helpers for testing code with exceptions
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
|
||||
BuildRequires: perl(Test::More) >= 0.65
|
||||
BuildRequires: perl(Try::Tiny) >= 0.07
|
||||
Requires: perl(Try::Tiny) >= 0.07
|
||||
@ -49,12 +48,12 @@ more magical approach involving globally overriding 'caller', see
|
||||
Test::Exception.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -65,7 +64,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples README
|
||||
%license LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user