3.11.0
This commit is contained in:
parent
21d4900b2e
commit
afc127b0f7
@ -1,4 +1,4 @@
|
||||
%global majorver 3.10.3
|
||||
%global majorver 3.11.0
|
||||
#%%global preminorver .rc6
|
||||
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
||||
%global fullver %{majorver}%{?preminorver}
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
%global gem_name rspec-mocks
|
||||
|
||||
%global need_bootstrap_set 0
|
||||
%bcond_without bootstrap
|
||||
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
@ -25,7 +25,7 @@ Source2: rspec-related-create-full-tarball.sh
|
||||
|
||||
#BuildRequires: ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
%if 0%{?need_bootstrap_set} < 1
|
||||
%if %{without bootstrap}
|
||||
# rspec
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(thread_order)
|
||||
@ -73,11 +73,12 @@ cp -a .%{gem_dir}/* \
|
||||
# cleanups
|
||||
rm -f %{buildroot}%{gem_instdir}/{.document,.yardopts}
|
||||
|
||||
%if 0%{?need_bootstrap_set} < 1
|
||||
%check
|
||||
%if %{without bootstrap}
|
||||
# library_wide_checks.rb needs UTF-8
|
||||
LANG=C.UTF-8
|
||||
ruby -rrubygems -Ilib/ -S rspec spec/
|
||||
export RUBYLIB=$(pwd)/lib
|
||||
rspec spec/
|
||||
export CUCUMBER_PUBLISH_QUIET=true
|
||||
cucumber
|
||||
%endif
|
||||
@ -98,6 +99,9 @@ cucumber
|
||||
%{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* Thu Feb 10 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.11.0-1
|
||||
- 3.11.0
|
||||
|
||||
* Sun Jan 30 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.10.3-1
|
||||
- 3.10.3
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (rspec-mocks-3.10.3.gem) = 0f15d7d5dda69e8e4361ef516def92865556c450caa7d83e3f2e59900eca01a76fb82d04b6922ad7b4d512e704f0d019e2ab5f69edb3bfd0c17f834f582f63c5
|
||||
SHA512 (rubygem-rspec-mocks-3.10.3-full.tar.gz) = da3bcf91913a2008ba067123dd688fd484c0de5d592bbbabb4222770b7394d207c6114967b976c67970c26af75e7dd73618d9d841894bf4b5408879b39e45955
|
||||
SHA512 (rspec-mocks-3.11.0.gem) = 39f0728800c4a869c75efcb898c88fd07698351f22d20f19987751de64f7cd7e8b0c9b018f69e9d9d5ce01227afa27879c122acbb7da60183a2d7d241c6255c4
|
||||
SHA512 (rubygem-rspec-mocks-3.11.0-full.tar.gz) = 24530e64c5502b9a23d767e4803f31725878c03995872d4358eae15d576c2ad7c5cf0ea4c499eb88c976b30a9b2e09b69decb80f7d616eb7cb3ce4f49e56181d
|
||||
|
Loading…
Reference in New Issue
Block a user