Add buildrequires make

Signed-off-by: cherry530 <xuping33@huawei.com>
(cherry picked from commit 0dfe15987af1ee410826183df98772da1352aa70)
This commit is contained in:
cherry530 2022-12-13 20:36:52 +08:00 committed by openeuler-sync-bot
parent e353c0ec17
commit 1187d3608d

View File

@ -1,14 +1,14 @@
%global gem_name byebug
Name: rubygem-%{gem_name}
Version: 11.1.1
Release: 1
Release: 2
Summary: Ruby 2.0 fast debugger - base + CLI
License: BSD
URL: http://github.com/deivid-rodriguez/byebug
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Source1: https://github.com/deivid-rodriguez/byebug/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc rubygems-devel ruby-devel rubygem(minitest) >= 5 rubygem(simplecov)
BuildRequires: rubygem(pry)
BuildRequires: rubygem(pry) make
%description
Byebug is a Ruby 2 debugger. It's implemented using the
Ruby 2 TracePoint C API for execution control and the Debug Inspector C API
@ -94,5 +94,8 @@ mv {.,}Gemfile.lock
%doc %{gem_docdir}
%changelog
* Tue Dec 13 2022 xu_ping <xuping33@h-partners.com> - 11.1.1-2
- Add buildrequires make.
* Wed Aug 19 2020 maminjie <maminjie1@huawei.com> - 11.1.1-1
- package init