forked from pool/perl-Test-Simple
Accepting request 1082137 from devel:languages:perl:autoupdate
- updated to 1.302194 see /usr/share/doc/packages/perl-Test-Simple/Changes 1.302194 2023-03-13 20:06:57-07:00 America/Los_Angeles - Fix failing test on 5.10 OBS-URL: https://build.opensuse.org/request/show/1082137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Simple?expand=0&rev=146
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Test-Simple
|
||||
Name: perl-Test-Simple
|
||||
Version: 1.302193
|
||||
Version: 1.302194
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Basic utilities for writing tests
|
||||
@@ -45,7 +45,7 @@ this one).
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user