[rubygem-qpid_proton: 3/8] Made the -doc package arch-specific for EL6 due to rdoc issues.

Darryl L. Pierce mcpierce at fedoraproject.org
Wed Nov 19 19:23:55 UTC 2014


commit 0b8f8454f5bf26ef32705f36e80ea6aaf0164c7c
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Thu May 1 10:13:41 2014 -0400

    Made the -doc package arch-specific for EL6 due to rdoc issues.

 rubygem-qpid_proton.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-qpid_proton.spec b/rubygem-qpid_proton.spec
index 37e23ba..9a2fd4a 100644
--- a/rubygem-qpid_proton.spec
+++ b/rubygem-qpid_proton.spec
@@ -6,7 +6,7 @@
 Summary:       Ruby language bindings for the Qpid Proton messaging framework
 Name:          rubygem-%{gem_name}
 Version:       0.7
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       ASL 2.0
 
 URL:           http://qpid.apache.org/proton
@@ -35,7 +35,11 @@ standard.
 
 %package doc
 Summary:   Documentation for %{name}
+
+# RHEL6 rdoc doesn't seem to work well with noarch doc packages
+%if 0%{?rhel} != 6
 BuildArch: noarch
+%endif
 
 %description doc
 %{summary}.
@@ -86,6 +90,9 @@ rm -rf %{buildroot}%{gem_instdir}/ext
 %doc %{gem_instdir}/TODO
 
 %changelog
+* Thu May  1 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.7-2
+- Made the -doc package arch-specific for EL6 due to rdoc issues.
+
 * Wed Apr 30 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.7-1
 - Rebased on Proton 0.7.
 


More information about the scm-commits mailing list