Package upgrade

This commit is contained in:
lyn1001 2022-06-29 17:52:19 +08:00
parent cc361b66e3
commit 76abb49103
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