!2 Package upgrade

From: @lyn1001 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-06-30 06:30:58 +00:00 committed by Gitee
commit b0417f72f1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 5 deletions

BIN
rspec-3.10.0.gem Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global gem_name rspec
Summary: Behaviour driven development (BDD) framework for Ruby
Name: rubygem-%{gem_name}
Version: 3.8.0
Version: 3.10.0
Release: 1
License: MIT
URL: http://rspec.info
@ -20,12 +20,11 @@ Obsoletes: %{name}-doc < %{version}-%{release}
This package contains documentation for %{name}.
%prep
gem unpack %{SOURCE0}
%setup -q -D -T -n %{gem_name}-%{version}
gem specification %{SOURCE0} -l --ruby > %{gem_name}.gemspec
%setup -q -n %{gem_name}-%{version}
mv ../%{gem_name}-%{version}.gemspec .
%build
gem build %{gem_name}.gemspec
gem build %{gem_name}-%{version}.gemspec
%gem_install
%install
@ -45,5 +44,8 @@ cp -a .%{gem_dir}/* \
%doc %{gem_docdir}
%changelog
* Fri Jun 24 2022 SimpleUpdate Robot <tc@openeuler.org> - 3.10.0-1
- Upgrade to version 3.10.0
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 3.8.0-1
- package init