[rubygem-httpclient] add rubygem-rdoc as a builddependency

tdawson tdawson at fedoraproject.org
Wed Oct 22 20:30:00 UTC 2014


commit e3df70ab0c8a38e33d7d73785f666a1ac4f4d324
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Oct 22 15:29:57 2014 -0500

    add rubygem-rdoc as a builddependency

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


More information about the scm-commits mailing list