Compare commits
10 Commits
cc4bc34b1c
...
acdb0ecf46
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
acdb0ecf46 | ||
|
|
98c4b0cabd | ||
|
|
b3e23b67ba | ||
|
|
0945d0f3fa | ||
|
|
e6a19fc6ee | ||
|
|
80d53a1fb9 | ||
|
|
379dbdef7d | ||
|
|
6d1542506b | ||
|
|
8cd0ce5e4d | ||
|
|
ec24be6756 |
BIN
rspec-core-3.12.0.gem
Normal file
BIN
rspec-core-3.12.0.gem
Normal file
Binary file not shown.
Binary file not shown.
@ -1,4 +1,5 @@
|
||||
%global majorver 3.8.2
|
||||
%bcond_with bootstrap
|
||||
%global majorver 3.12.0
|
||||
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
||||
%global fullver %{majorver}%{?preminorver}
|
||||
%global gem_name rspec-core
|
||||
@ -7,7 +8,7 @@
|
||||
Summary: Rspec-2 runner and formatters
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: %{majorver}
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MIT
|
||||
URL: http://github.com/rspec/rspec-mocks
|
||||
Source0: http://rubygems.org/gems/%{gem_name}-%{fullver}.gem
|
||||
@ -42,6 +43,7 @@ gem build %{gem_name}.gemspec
|
||||
mkdir -p %{buildroot}%{_prefix}
|
||||
cp -a .%{_prefix}/* %{buildroot}%{_prefix}/
|
||||
rm -f %{buildroot}%{gem_instdir}/{.document,.yardopts}
|
||||
%if %{with bootstrap}
|
||||
%if 0%{?need_bootstrap_set} < 1
|
||||
|
||||
%check
|
||||
@ -94,6 +96,7 @@ ruby -rrubygems -Ilib/ -S exe/rspec || \
|
||||
ruby -rrubygems -Ilib/ -S exe/rspec --tag ~broken
|
||||
%endif
|
||||
mv lib/rspec/core/configuration_options.rb{.warn,}
|
||||
%endif
|
||||
|
||||
%files
|
||||
%dir %{gem_instdir}
|
||||
@ -110,5 +113,17 @@ mv lib/rspec/core/configuration_options.rb{.warn,}
|
||||
%{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* Wed Jan 18 2023 Ge Wang <wangge20@h-partners.com> -3.12.0-2
|
||||
- Restore need_bootstrap_set flag after upgrade
|
||||
|
||||
* Mon Jan 09 2023 Ge Wang <wangge20@h-partners.com> - 3.12.0-1
|
||||
- Upgrade to version 3.12.0
|
||||
|
||||
* Wed Jun 29 2022 liyanan <liyanan32@h-partners.com> - 3.10.2-1
|
||||
- Upgrade to version 3.10.2
|
||||
|
||||
* Mon Sep 7 2020 liyanan <liyanan32@huawei.com> - 3.8.2-2
|
||||
- fix build fail
|
||||
|
||||
* Wed Aug 19 2020 huangyangke <huangyangke@huawei.com> - 3.8.2-1
|
||||
- package init
|
||||
|
||||
BIN
v3.12.0.tar.gz
Normal file
BIN
v3.12.0.tar.gz
Normal file
Binary file not shown.
BIN
v3.8.2.tar.gz
BIN
v3.8.2.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user