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