!5 [sync] PR-4: 添加make编译依赖

From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-12-14 03:23:00 +00:00 committed by Gitee
commit 079e4debe7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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