|
|
@ -5,13 +5,14 @@
|
|
|
|
Summary: HTTP Client interface for ruby
|
|
|
|
Summary: HTTP Client interface for ruby
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 2.5.1
|
|
|
|
Version: 2.5.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
|
License: (Ruby or BSD) and Public Domain
|
|
|
|
License: (Ruby or BSD) and Public Domain
|
|
|
|
URL: https://github.com/nahi/httpclient
|
|
|
|
URL: https://github.com/nahi/httpclient
|
|
|
|
Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
%if 0%{?rhel} <= 6 && 0%{?fedora} <= 18
|
|
|
|
%if 0%{?rhel} <= 6 && 0%{?fedora} <= 18
|
|
|
|
Requires: ruby(abi) >= %{rubyabi}
|
|
|
|
Requires: ruby(abi) >= %{rubyabi}
|
|
|
|
|
|
|
|
BuildRequires: rubygem-rdoc
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
Requires: ruby(release)
|
|
|
|
Requires: ruby(release)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -96,6 +97,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 20 2014 Troy Dawson <tdawson@redhat.com> - 2.5.1-2
|
|
|
|
|
|
|
|
- EPEL6 need rubygem-rdoc
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 20 2014 Troy Dawson <tdawson@redhat.com> - 2.5.1-1
|
|
|
|
* Mon Oct 20 2014 Troy Dawson <tdawson@redhat.com> - 2.5.1-1
|
|
|
|
- Update to 2.5.1
|
|
|
|
- Update to 2.5.1
|
|
|
|
|
|
|
|
|
|
|
|