[rubygem-sinatra] Set %bootstrap to 0 to allow tests.

Bohuslav Kabrda bkabrda at fedoraproject.org
Wed Jan 25 06:39:11 UTC 2012


commit 0f183504365fb4f0d9b2d7dbbc58a4dad1c8f7bb
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Wed Jan 25 07:39:02 2012 +0100

    Set %bootstrap to 0 to allow tests.

 rubygem-sinatra.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
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 <bkabrda at redhat.com> - 1:1.3.2-8
+- Set %%bootstrap to 0 to allow tests.
+
 * Tue Jan 24 2012 Bohuslav Kabrda <bkabrda at redhat.com> - 1:1.3.2-7
 - Rebuilt for Ruby 1.9.3.
 - Introduced %%bootstrap macro to deal with dependency loop.


More information about the scm-commits mailing list