!4 fix build error

From: @lyn1001 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-03-30 08:36:03 +00:00 committed by Gitee
commit d7079d25b3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,14 +1,14 @@
%global gem_name shoulda-context
Name: rubygem-%{gem_name}
Version: 1.2.2
Release: 1
Release: 2
Summary: Context framework extracted from Shoulda
License: MIT
URL: https://github.com/thoughtbot/shoulda-context
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
BuildRequires: ruby(release) rubygems-devel ruby rubygem(bundler) rubygem(jquery-rails)
BuildRequires: rubygem(mocha) rubygem(rails) rubygem(sass-rails) rubygem(sqlite3)
BuildRequires: rubygem(test-unit)
BuildRequires: rubygem(test-unit) rubygem(did_you_mean)
BuildArch: noarch
%description
Shoulda's contexts make it easy to write understandable and maintainable
@ -90,5 +90,8 @@ popd
%{gem_instdir}/test
%changelog
* Sat Mar 5 2022 liyanan <liyanan32@huawei.com> - 1.2.2-2
- fix build error
* Fri Aug 21 2020 shenleizhao <shenleizhao@huawei.com> - 1.2.2-1
- package init