From 1187d3608dc8afd08c1a2409ce5c9ab987390c42 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Tue, 13 Dec 2022 20:36:52 +0800 Subject: [PATCH] Add buildrequires make Signed-off-by: cherry530 (cherry picked from commit 0dfe15987af1ee410826183df98772da1352aa70) --- rubygem-byebug.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-byebug.spec b/rubygem-byebug.spec index 1881b47..080403a 100644 --- a/rubygem-byebug.spec +++ b/rubygem-byebug.spec @@ -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 - 11.1.1-2 +- Add buildrequires make. + * Wed Aug 19 2020 maminjie - 11.1.1-1 - package init