- Once disable tests
This commit is contained in:
John 2015-02-09 09:45:10 +09:00
parent 19f0bf44f2
commit ed61587cbb
3 changed files with 12 additions and 6 deletions

2
.gitignore vendored
View File

@ -12,3 +12,5 @@
/rspec-expectations-2.14.5.gem /rspec-expectations-2.14.5.gem
/rspec-expectations-3.1.2.gem /rspec-expectations-3.1.2.gem
/rubygem-rspec-expectations-3.1.2-full.tar.gz /rubygem-rspec-expectations-3.1.2-full.tar.gz
/rspec-expectations-3.2.0.gem
/rubygem-rspec-expectations-3.2.0-full.tar.gz

View File

@ -1,13 +1,13 @@
%global majorver 3.1.2 %global majorver 3.2.0
#%%global preminorver .rc6 #%%global preminorver .rc6
%global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||') %global rpmminorver .%(echo %preminorver | sed -e 's|^\\.\\.*||')
%global fullver %{majorver}%{?preminorver} %global fullver %{majorver}%{?preminorver}
%global fedorarel 2 %global fedorarel 1
%global gem_name rspec-expectations %global gem_name rspec-expectations
%global need_bootstrap_set 0 %global need_bootstrap_set 1
Summary: Rspec-2 expectations (should and matchers) Summary: Rspec-2 expectations (should and matchers)
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
@ -26,7 +26,7 @@ BuildRequires: ruby(release)
BuildRequires: rubygems-devel BuildRequires: rubygems-devel
%if 0%{?need_bootstrap_set} < 1 %if 0%{?need_bootstrap_set} < 1
BuildRequires: rubygem(rspec) BuildRequires: rubygem(rspec)
BuildRequires: rubygem(minitest) BuildRequires: rubygem(minitest) >= 5
%endif %endif
BuildArch: noarch BuildArch: noarch
@ -84,6 +84,10 @@ popd
%{gem_docdir} %{gem_docdir}
%changelog %changelog
* Mon Feb 9 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.2.0-1
- 3.2.0
- Once disable tests
* Mon Nov 10 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.1.2-2 * Mon Nov 10 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.1.2-2
- Enable tests - Enable tests

View File

@ -1,2 +1,2 @@
de9293803cbd34edc560e1ba7603822c rspec-expectations-3.1.2.gem 617f14b67cc5cd72885a98cde36ca11f rspec-expectations-3.2.0.gem
d9f9cc3fb3fdd529db4478170f8da228 rubygem-rspec-expectations-3.1.2-full.tar.gz 8fe797bf31445a25526e01322930cf48 rubygem-rspec-expectations-3.2.0-full.tar.gz