- Once disable tests
This commit is contained in:
Mamoru TASAKA 2015-12-08 16:21:47 +09:00
parent 73be4d0e64
commit d99a006b56
3 changed files with 16 additions and 8 deletions

2
.gitignore vendored
View File

@ -18,3 +18,5 @@
/rubygem-rspec-expectations-3.2.1-full.tar.gz
/rspec-expectations-3.3.1.gem
/rubygem-rspec-expectations-3.3.1-full.tar.gz
/rspec-expectations-3.4.0.gem
/rubygem-rspec-expectations-3.4.0-full.tar.gz

View File

@ -1,13 +1,13 @@
%global majorver 3.3.1
%global majorver 3.4.0
#%%global preminorver .rc6
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
%global fullver %{majorver}%{?preminorver}
%global fedorarel 2
%global fedorarel 1
%global gem_name rspec-expectations
%global need_bootstrap_set 0
%global need_bootstrap_set 1
Summary: Rspec-2 expectations (should and matchers)
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)
@ -74,8 +74,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}
@ -85,6 +87,10 @@ popd
%{gem_docdir}
%changelog
* Tue Dec 8 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.4.0-1
- 3.4.0
- Once disable tests
* Sun Aug 2 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.3.1-2
- Enable tests again

View File

@ -1,2 +1,2 @@
3dc41c78237e80e001cde33c987bb737 rspec-expectations-3.3.1.gem
7ae26774c192aa934df10673367b0280 rubygem-rspec-expectations-3.3.1-full.tar.gz
d9eb06a9673d27f61781271849f44c1a rspec-expectations-3.4.0.gem
5f9fe02f39eef113909683477139a05f rubygem-rspec-expectations-3.4.0-full.tar.gz