update code
This commit is contained in:
parent
af3f89e91b
commit
07ab7959fd
@ -1,6 +1,6 @@
|
||||
Name: perl-autodie
|
||||
Version: 2.29
|
||||
Release: 397
|
||||
Release: 398
|
||||
Summary: Replace functions with ones that succeed or die with lexical scope
|
||||
License: GPL or Artistic
|
||||
URL: https://metacpan.org/release/autodie
|
||||
@ -9,7 +9,7 @@ Source0: https://github.com/pjf/autodie/archive/v%{version}.tar.gz#/autodie-%
|
||||
#prereqs
|
||||
BuildRequires: gcc perl(ExtUtils::MakeMaker) perl-interpreter perl-generators
|
||||
#for test
|
||||
BuildRequires: perl(Test::More) perl(BSD::Resource) perl(IPC::System::Simple) >= 0.12 perl(Import::Into) >= 1.002004 perl(Sub::Identify)
|
||||
BuildRequires: perl(Test::More) perl(IPC::System::Simple) >= 0.12
|
||||
|
||||
Requires: perl(B) perl(Fcntl) perl(POSIX) perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) perl(IPC::System::Simple) >= 0.12
|
||||
|
||||
@ -50,5 +50,12 @@ make test TEST_VERBOSE=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 28 2019 shenyangyang <shenyangyang4@huawei.com> - 2.29-398
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:delete unneeded build requires of perl(BSD::Resource)
|
||||
perl(Import::Into) >= 1.002004 and perl(Sub::Identify)
|
||||
|
||||
* Tue Aug 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.29-397
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user