diff --git a/rubygem-sinatra.spec b/rubygem-sinatra.spec index d43330e..c3bc477 100644 --- a/rubygem-sinatra.spec +++ b/rubygem-sinatra.spec @@ -1,11 +1,11 @@ %global gem_name sinatra -%global bootstrap 1 +%global bootstrap 0 Summary: Ruby-based web application framework Name: rubygem-%{gem_name} Version: 1.3.2 -Release: 7%{?dist} +Release: 8%{?dist} Group: Development/Languages License: MIT URL: http://sinatra.rubyforge.org @@ -22,6 +22,7 @@ BuildRequires: rubygem(rack) >= 1.3.0 BuildRequires: rubygem(rack-test) BuildRequires: rubygem(rack-protection) BuildRequires: rubygem(tilt) +BuildRequires: rubygem(minitest) %endif BuildArch: noarch Provides: rubygem(%{gem_name}) = %{version} @@ -82,6 +83,9 @@ rm %{buildroot}/%gem_instdir/.yardopts # Remove YARD configuration %{gem_instdir}/Gemfile %changelog +* Tue Jan 24 2012 Bohuslav Kabrda - 1:1.3.2-8 +- Set %%bootstrap to 0 to allow tests. + * Tue Jan 24 2012 Bohuslav Kabrda - 1:1.3.2-7 - Rebuilt for Ruby 1.9.3. - Introduced %%bootstrap macro to deal with dependency loop.