update code

This commit is contained in:
zhuchunyi 2019-11-06 19:46:21 +08:00
parent 346ee80227
commit 0d1494282f

View File

@ -1,7 +1,7 @@
Name: perl-IPC-Cmd
Epoch: 2
Version: 1.04
Release: 1
Release: 2
Summary: Finding and running system commands made easy
License: GPL+ or Artistic
URL: https://metacpan.org/release/IPC-Cmd
@ -13,8 +13,8 @@ BuildArch: noarch
BuildRequires: make perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76
# For run:
BuildRequires: perl(Carp) perl(constant) perl(Exporter) perl(ExtUtils::MM::Utils) perl(File::Spec)
BuildRequires: perl(FileHandle) perl(IO::Handle) perl(IO::Select) perl(IPC::Open3) perl(IPC::Run) >= 0.55
BuildRequires: perl(IPC::Run) >= 0.55 perl(Locale::Maketext::Simple) perl(Module::Load::Conditional) >= 0.66
BuildRequires: perl(FileHandle) perl(IO::Handle) perl(IO::Select) perl(IPC::Open3)
BuildRequires: perl(Locale::Maketext::Simple) perl(Module::Load::Conditional) >= 0.66
BuildRequires: perl(Params::Check) >= 0.20 perl(POSIX) perl(Socket) perl(strict) perl(Symbol) perl(Text::ParseWords)
BuildRequires: perl(Time::HiRes) perl(vars)
#For test:
@ -62,5 +62,11 @@ make test
%{_mandir}/man3/IPC::Cmd.3*
%changelog
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.04-1
* Mon Oct 28 2019 shenyangyang <shenyangyang4@huawei.com> - 2:1.04-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:delete unneeded build requires of perl(IPC::Run)
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 2:1.04-1
- Package init