|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
%global gem_name rack
|
|
|
|
|
|
|
|
|
|
# There is circular dependency between thin and rack.
|
|
|
|
|
%global bootstrap_thin 1
|
|
|
|
|
%global bootstrap_thin 0
|
|
|
|
|
|
|
|
|
|
# rubygem-bacon missing for epel7
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1138661
|
|
|
|
@ -15,7 +15,7 @@ Name: rubygem-%{gem_name}
|
|
|
|
|
Summary: Common API for connecting web frameworks, web servers and layers of software
|
|
|
|
|
# Introduce Epoch (related to bug 552972)
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 1.6.0
|
|
|
|
|
Version: 1.6.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
# lib/rack/backports/uri/* are taken from Ruby which is (Ruby or BSD)
|
|
|
|
@ -119,6 +119,7 @@ popd
|
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
|
%doc %{gem_instdir}/README.rdoc
|
|
|
|
|
%doc %{gem_instdir}/KNOWN-ISSUES
|
|
|
|
|
%doc %{gem_instdir}/HISTORY.md
|
|
|
|
|
%{gem_instdir}/%{gem_name}.gemspec
|
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
|
%{gem_instdir}/SPEC
|
|
|
|
@ -127,6 +128,9 @@ popd
|
|
|
|
|
%doc %{gem_instdir}/contrib
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 2 2015 Steve Traylen <jstribny@redhat.com> - 1:1.6.1-1
|
|
|
|
|
- Update to 1.6.1
|
|
|
|
|
|
|
|
|
|
* Mon Feb 09 2015 Josef Stribny <jstribny@redhat.com> - 1:1.6.0-1
|
|
|
|
|
- Update to 1.6.0
|
|
|
|
|
|
|
|
|
|