diff --git a/rubygem-thin.spec b/rubygem-thin.spec index 4e3d2c6..3ef066b 100644 --- a/rubygem-thin.spec +++ b/rubygem-thin.spec @@ -8,7 +8,7 @@ Summary: A thin and fast web server Name: rubygem-%{gemname} Version: 1.2.11 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: (GPLv2 or Ruby) and BSD and MIT URL: http://code.macournoyer.com/thin/ @@ -111,6 +111,8 @@ popd %{geminstdir}/lib/thin/controllers/ %{gemdir}/cache/%{gemname}-%{version}.gem %{gemdir}/specifications/%{gemname}-%{version}.gemspec +# BSD +%{geminstdir}/lib/thin/stats.html.erb %files doc %{gemdir}/doc/%{gemname}-%{version} @@ -136,10 +138,11 @@ popd # MIT %doc %{geminstdir}/COPYING %{geminstdir}/spec/rails_app/public/ -# BSD -%{geminstdir}/lib/thin/stats.html.erb %changelog +* Mon Jul 25 2011 Chris Lalancette - 1.2.11-3 +- Move stats.html.erb to the main package (it is a runtime requirement) + * Fri Jul 22 2011 Chris Lalancette - 1.2.11-2 - Fix the load path for thin_parser