!8 remove BuildRequires gdb

From: @xinyingchao
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-07-23 06:27:08 +00:00 committed by Gitee
commit b4ec60153d

View File

@ -1,13 +1,13 @@
Name: perl-Compress-Raw-Bzip2 Name: perl-Compress-Raw-Bzip2
Version: 2.100 Version: 2.100
Release: 1 Release: 2
Summary: Low-Level Interface to bzip2 compression library Summary: Low-Level Interface to bzip2 compression library
License: (GPL or Artistic) and BSD License: (GPL or Artistic) and BSD
URL: https://metacpan.org/release/Compress-Raw-Bzip2 URL: https://metacpan.org/release/Compress-Raw-Bzip2
Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-%{version}.tar.gz
#prereq #prereq
BuildRequires: gcc gdb perl(ExtUtils::MakeMaker) perl-interpreter perl-generators bzip2-devel perl-devel BuildRequires: gcc perl(ExtUtils::MakeMaker) perl-interpreter perl-generators bzip2-devel 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))
@ -43,6 +43,9 @@ make test TEST_VERBOSE=1
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Jul 23 2021 yuanxin <yuanxin24@huawei.com> - 2.100-2
- remove BuildRequires gdb
* Wed Jan 27 2021 liudabo <liudabo1@huawei.com> - 2.100-1 * Wed Jan 27 2021 liudabo <liudabo1@huawei.com> - 2.100-1
- upgrade version to 2.100 - upgrade version to 2.100