3.4.0
- Once disable tests
This commit is contained in:
parent
5ea97bd517
commit
f0b57109d4
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@
|
||||
/rubygem-rspec-mocks-3.2.1-full.tar.gz
|
||||
/rspec-mocks-3.3.2.gem
|
||||
/rubygem-rspec-mocks-3.3.2-full.tar.gz
|
||||
/rspec-mocks-3.4.0.gem
|
||||
/rubygem-rspec-mocks-3.4.0-full.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global majorver 3.3.2
|
||||
%global majorver 3.4.0
|
||||
#%%global preminorver .rc6
|
||||
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
|
||||
%global fullver %{majorver}%{?preminorver}
|
||||
|
||||
%global fedorarel 3
|
||||
%global fedorarel 1
|
||||
|
||||
%global gem_name rspec-mocks
|
||||
|
||||
%global need_bootstrap_set 0
|
||||
%global need_bootstrap_set 1
|
||||
|
||||
Summary: Rspec-2 doubles (mocks and stubs)
|
||||
Name: rubygem-%{gem_name}
|
||||
@ -22,7 +22,7 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{fullver}.gem
|
||||
Source1: rubygem-%{gem_name}-%{version}-full.tar.gz
|
||||
Source2: rspec-related-create-full-tarball.sh
|
||||
|
||||
BuildRequires: ruby(release)
|
||||
#BuildRequires: ruby(release)
|
||||
BuildRequires: rubygems-devel
|
||||
%if 0%{?need_bootstrap_set} < 1
|
||||
BuildRequires: rubygem(rspec)
|
||||
@ -77,8 +77,10 @@ popd
|
||||
%files
|
||||
%dir %{gem_instdir}
|
||||
|
||||
%license %{gem_instdir}/License.txt
|
||||
%doc %{gem_instdir}/*.md
|
||||
%license %{gem_instdir}/LICENSE.md
|
||||
%doc %{gem_instdir}/Changelog.md
|
||||
%doc %{gem_instdir}/README.md
|
||||
|
||||
%{gem_instdir}/lib/
|
||||
|
||||
%exclude %{gem_cache}
|
||||
@ -88,6 +90,10 @@ popd
|
||||
%{gem_docdir}
|
||||
|
||||
%changelog
|
||||
* Tue Dec 8 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.4.0-1
|
||||
- 3.4.0
|
||||
- Once disable tests
|
||||
|
||||
* Wed Aug 12 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.3.2-3
|
||||
- Enable thread_order dependent tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user