|
|
@ -4,7 +4,7 @@
|
|
|
|
%bcond_with bootstrap
|
|
|
|
%bcond_with bootstrap
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 2.0.8
|
|
|
|
Version: 2.1.1
|
|
|
|
# Introduce Epoch (related to bug 552972)
|
|
|
|
# Introduce Epoch (related to bug 552972)
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
@ -79,14 +79,15 @@ for file in `find %{buildroot}%{gem_instdir} -type f`; do
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
|
|
|
|
# at version 2.1.1 are currently no tests available
|
|
|
|
pushd .%{gem_instdir}
|
|
|
|
pushd .%{gem_instdir}
|
|
|
|
|
|
|
|
|
|
|
|
# During the building on mock environment, the testing process id 1 is owned
|
|
|
|
# During the building on mock environment, the testing process id 1 is owned
|
|
|
|
# by running user mockbuild's command STUBINIT, though it is owned by root user
|
|
|
|
# by running user mockbuild's command STUBINIT, though it is owned by root user
|
|
|
|
# on usual environment.
|
|
|
|
# on usual environment.
|
|
|
|
# The server status does not return ":not_owned".
|
|
|
|
# The server status does not return ":not_owned".
|
|
|
|
sed -i '/^ it "check pid file presence and not owned process" do$/,/^ end$/ s/^/#/' \
|
|
|
|
#sed -i '/^ it "check pid file presence and not owned process" do$/,/^ end$/ s/^/#/' \
|
|
|
|
test/spec_server.rb
|
|
|
|
# test/spec_server.rb
|
|
|
|
|
|
|
|
|
|
|
|
# Get temporary PID file name and start memcached daemon.
|
|
|
|
# Get temporary PID file name and start memcached daemon.
|
|
|
|
PID=%(mktemp)
|
|
|
|
PID=%(mktemp)
|
|
|
@ -106,7 +107,7 @@ popd
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%dir %{gem_instdir}
|
|
|
|
%dir %{gem_instdir}
|
|
|
|
%{_bindir}/rackup
|
|
|
|
%{_bindir}/rackup
|
|
|
|
%license %{gem_instdir}/COPYING
|
|
|
|
%license %{gem_instdir}/MIT-LICENSE
|
|
|
|
%{gem_libdir}
|
|
|
|
%{gem_libdir}
|
|
|
|
%{gem_instdir}/bin
|
|
|
|
%{gem_instdir}/bin
|
|
|
|
%exclude %{gem_cache}
|
|
|
|
%exclude %{gem_cache}
|
|
|
@ -114,16 +115,21 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%files doc
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
%doc %{gem_instdir}/HISTORY.md
|
|
|
|
%doc %{gem_instdir}/CHANGELOG.md
|
|
|
|
%doc %{gem_instdir}/README.rdoc
|
|
|
|
%doc %{gem_instdir}/README.rdoc
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
%{gem_instdir}/SPEC
|
|
|
|
%{gem_instdir}/SPEC
|
|
|
|
%{gem_instdir}/%{gem_name}.gemspec
|
|
|
|
%{gem_instdir}/%{gem_name}.gemspec
|
|
|
|
%doc %{gem_instdir}/example
|
|
|
|
%doc %{gem_instdir}/example
|
|
|
|
%{gem_instdir}/test
|
|
|
|
|
|
|
|
%doc %{gem_instdir}/contrib
|
|
|
|
%doc %{gem_instdir}/contrib
|
|
|
|
|
|
|
|
# at version 2.1.1 are currently no tests available
|
|
|
|
|
|
|
|
#{gem_instdir}/test
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jan 13 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 1:2.1.1-1
|
|
|
|
|
|
|
|
- Update to Rack 2.1.1
|
|
|
|
|
|
|
|
- This version has no files for tests included
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 19 2019 Pavel Valena <pvalena@redhat.com> - 1:2.0.8-1
|
|
|
|
* Thu Dec 19 2019 Pavel Valena <pvalena@redhat.com> - 1:2.0.8-1
|
|
|
|
- Update to Rack 2.0.8.
|
|
|
|
- Update to Rack 2.0.8.
|
|
|
|
- Change the source URL
|
|
|
|
- Change the source URL
|
|
|
|