!12 [sync] PR-8: Add requires ruby-devel sqlite-devel
From: @openeuler-sync-bot Reviewed-by: @hht8 Signed-off-by: @hht8
This commit is contained in:
commit
382fb82bdc
@ -4,7 +4,7 @@
|
|||||||
%global bootstrap 1
|
%global bootstrap 1
|
||||||
Name: rubygem-%{gem_name}
|
Name: rubygem-%{gem_name}
|
||||||
Version: 5.2.4.4
|
Version: 5.2.4.4
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Tools for creating, working with, and running Rails applications
|
Summary: Tools for creating, working with, and running Rails applications
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://rubyonrails.org
|
URL: http://rubyonrails.org
|
||||||
@ -25,7 +25,7 @@ BuildRequires: rubygem(thor) >= 0.18.1 rubygem(turbolinks) git
|
|||||||
%if ! 0%{?bootstrap}
|
%if ! 0%{?bootstrap}
|
||||||
BuildRequires: rubygem(jquery-rails) rubygem(uglifier) rubygem(rails) %{_bindir}/node
|
BuildRequires: rubygem(jquery-rails) rubygem(uglifier) rubygem(rails) %{_bindir}/node
|
||||||
%endif
|
%endif
|
||||||
Requires: rubygem(bundler)
|
Requires: rubygem(bundler) ruby-devel sqlite-devel
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
Rails internals: application bootup, plugins, generators, and rake tasks.
|
Rails internals: application bootup, plugins, generators, and rake tasks.
|
||||||
@ -158,6 +158,9 @@ popd
|
|||||||
%doc %{gem_instdir}/README.rdoc
|
%doc %{gem_instdir}/README.rdoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 6 2021 lingsheng <lingsheng@huawei.com> - 5.2.4.4-4
|
||||||
|
- Add requires ruby-devel sqlite-devel
|
||||||
|
|
||||||
* Tue Apr 6 2021 lingsheng <lingsheng@huawei.com> - 5.2.4.4-3
|
* Tue Apr 6 2021 lingsheng <lingsheng@huawei.com> - 5.2.4.4-3
|
||||||
- Add requires rubygem(bundler)
|
- Add requires rubygem(bundler)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user