From a9e8c1226844a2552ffb5dc96a40a31920860502 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 26 Dec 2013 19:30:10 -0700 Subject: build doc subpackage as noarch The -doc subpackage should be set to "noarch" since there's no architecture-specific files within it. --- rubygem-yajl-ruby.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rubygem-yajl-ruby.spec b/rubygem-yajl-ruby.spec index 517d545..8b763a4 100644 --- a/rubygem-yajl-ruby.spec +++ b/rubygem-yajl-ruby.spec @@ -37,6 +37,7 @@ Ruby C bindings to the excellent Yajl JSON stream-based parser library Summary: Documentation for %{name} Group: Documentation Requires: %{name} = %{version}-%{release} +BuildArch: noarch %description doc This package contains documentation for %{name} -- cgit