|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 1.1.5
|
|
|
|
Version: 1.1.5
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: EventMachine based, async HTTP Request client
|
|
|
|
Summary: EventMachine based, async HTTP Request client
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
URL: http://github.com/igrigorik/em-http-request
|
|
|
|
URL: http://github.com/igrigorik/em-http-request
|
|
|
@ -15,11 +15,16 @@ BuildRequires: rubygem(eventmachine)
|
|
|
|
BuildRequires: rubygem(multi_json)
|
|
|
|
BuildRequires: rubygem(multi_json)
|
|
|
|
BuildRequires: rubygem(em-socksify)
|
|
|
|
BuildRequires: rubygem(em-socksify)
|
|
|
|
BuildRequires: rubygem(addressable)
|
|
|
|
BuildRequires: rubygem(addressable)
|
|
|
|
|
|
|
|
BUildRequires: rubygem(cookiejar)
|
|
|
|
BuildRequires: rubygem(http_parser.rb)
|
|
|
|
BuildRequires: rubygem(http_parser.rb)
|
|
|
|
BuildRequires: rubygem(cookiejar)
|
|
|
|
|
|
|
|
BuildRequires: rubygem(rack)
|
|
|
|
BuildRequires: rubygem(rack)
|
|
|
|
BuildRequires: %{_bindir}/ping
|
|
|
|
BuildRequires: %{_bindir}/ping
|
|
|
|
BuildRequires: rubygem(rspec)
|
|
|
|
BuildRequires: rubygem(rspec)
|
|
|
|
|
|
|
|
# This needs to be required, dependency generator
|
|
|
|
|
|
|
|
# doesn't handle correctly excluded version specification:
|
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1561487
|
|
|
|
|
|
|
|
Requires: rubygem(cookiejar)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -98,5 +103,9 @@ popd
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Mar 28 2018 Jaroslav Prokop <jar.prokop@volny.cz> - 1.1.5-2
|
|
|
|
|
|
|
|
- Add rubygem(cookiejar) require, for more info see comment
|
|
|
|
|
|
|
|
at the require.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 20 2018 Jaroslav Prokop <jar.prokop@volny.cz> - 1.1.5-1
|
|
|
|
* Tue Feb 20 2018 Jaroslav Prokop <jar.prokop@volny.cz> - 1.1.5-1
|
|
|
|
- Initial package
|
|
|
|
- Initial package
|
|
|
|