[rubygem-sinatra/el6/master] Removed shotgun dependency

Michal Fojtik mfojtik at fedoraproject.org
Wed Sep 8 20:24:56 UTC 2010


commit f4dd2a547c59600aeeca564c9afd00f2da013a9e
Author: Michal Fojtik <mfojtik at redhat.com>
Date:   Wed Sep 8 22:24:59 2010 +0200

    Removed shotgun dependency

 rubygem-sinatra.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-sinatra.spec b/rubygem-sinatra.spec
index a247734..b18016b 100644
--- a/rubygem-sinatra.spec
+++ b/rubygem-sinatra.spec
@@ -6,7 +6,7 @@
 Summary:        Ruby-based web application framework
 Name:           rubygem-%{gemname}
 Version:        1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Group:          Development/Languages
 License:        MIT
 URL:            http://sinatra.rubyforge.org
@@ -15,8 +15,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       ruby(abi) = 1.8
 Requires:       rubygems
 Requires:       rubygem(rack) >= 0.9.1
-BuildRequires:  rubygem(shotgun) >= 0.2
-BuildRequires:  rubygem(shotgun) < 1.0
 Requires:       rubygem(rack-test) >= 0.3.0
 BuildRequires:  rubygems
 BuildArch:      noarch
@@ -63,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 08 2010 Michal Fojtik <mfojtik at redhat.com> - 1.0-2
+- Removed shotgun and launchy dependency
+
 * Thu Mar 25 2010 Michal Fojtik <mfojtik at redhat.com> - 1.0-1
 - Sinatra now uses Tilt for rendering templates
 - New helper methods


More information about the scm-commits mailing list