[rubygem-thin] Make stats.html.erb part of the main package.

Chris Lalancette clalance at fedoraproject.org
Mon Jul 25 10:12:33 UTC 2011


commit 8286c79d6603650a6a3c812a5916c6b76a56f2e2
Author: Chris Lalancette <clalance at redhat.com>
Date:   Mon Jul 25 06:12:03 2011 -0400

    Make stats.html.erb part of the main package.
    
    It is a runtime requirement.
    
    Signed-off-by: Chris Lalancette <clalance at redhat.com>

 rubygem-thin.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
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 <clalance at redhat.com> - 1.2.11-3
+- Move stats.html.erb to the main package (it is a runtime requirement)
+
 * Fri Jul 22 2011 Chris Lalancette <clalance at redhat.com> - 1.2.11-2
 - Fix the load path for thin_parser
 


More information about the scm-commits mailing list