add build requires of perl-devel
This commit is contained in:
parent
deb0cfe793
commit
ae5ce7e56e
@ -1,6 +1,6 @@
|
|||||||
Name: perl-IPC-SysV
|
Name: perl-IPC-SysV
|
||||||
Version: 2.07
|
Version: 2.07
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Object class for SysV as well as the SysV IPC constants and system calls
|
Summary: Object class for SysV as well as the SysV IPC constants and system calls
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
URL: https://metacpan.org/release/IPC-SysV
|
URL: https://metacpan.org/release/IPC-SysV
|
||||||
@ -8,7 +8,7 @@ Source0: https://cpan.metacpan.org/authors/id/M/MH/MHX/IPC-SysV-%{version}.tar
|
|||||||
|
|
||||||
BuildRequires: gcc perl(ExtUtils::MakeMaker) perl-interpreter perl-generators
|
BuildRequires: gcc perl(ExtUtils::MakeMaker) perl-interpreter perl-generators
|
||||||
#for test
|
#for test
|
||||||
BuildRequires: perl(Test::More) >= 0.45
|
BuildRequires: perl(Test::More) >= 0.45 perl-devel
|
||||||
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) perl(DynaLoader)
|
Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) perl(DynaLoader)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -52,5 +52,8 @@ make test TEST_VERBOSE=1
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.07-6
|
||||||
|
- Add build requires of perl-devel
|
||||||
|
|
||||||
* Fri Aug 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.07-5
|
* Fri Aug 30 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.07-5
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user