add build requires of perl-devel

This commit is contained in:
Yangyang Shen 2020-05-13 16:40:31 +08:00
parent 748315595b
commit 4829563411

View File

@ -1,6 +1,7 @@
Name: perl-Compress-Raw-Zlib Name: perl-Compress-Raw-Zlib
Epoch: 1
Version: 2.081 Version: 2.081
Release: 6 Release: 7
Summary: Provides a Perl interface to the zlib compression library Summary: Provides a Perl interface to the zlib compression library
# source code in tarball have different license # source code in tarball have different license
# not used # not used
@ -12,7 +13,7 @@ Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{ve
BuildRequires: gcc gdb perl(ExtUtils::MakeMaker) perl-interpreter perl-generators zlib-devel BuildRequires: gcc gdb perl(ExtUtils::MakeMaker) perl-interpreter perl-generators zlib-devel
#for test #for test
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod) >= 1.00 perl-devel
Requires: perl(XSLoader) perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) Requires: perl(XSLoader) perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2))
%description %description
@ -50,6 +51,12 @@ make test TEST_VERBOSE=1 COMPRESS_ZLIB_RUN_ALL=1
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed May 13 2020 shenyangyang<shenyangyang4@huawei.com> - 1:2.081-7
- Type:enhancement
- ID:NA
- SUG:restart
- DESC:add build requires of perl-devel and add Epoch for updating
* Thu Sep 5 2019 shenyangyang<shenyangyang4@huawei.com> - 2.081-6 * Thu Sep 5 2019 shenyangyang<shenyangyang4@huawei.com> - 2.081-6
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA