]> granicus.if.org Git - graphviz/commitdiff
try building -docs and -graphs as noarch on rhel
authorJohn Ellson <ellson@research.att.com>
Thu, 17 Oct 2013 14:53:09 +0000 (10:53 -0400)
committerJohn Ellson <ellson@research.att.com>
Thu, 17 Oct 2013 14:53:09 +0000 (10:53 -0400)
graphviz.spec.in

index d3f68e8bec2e833044858d72899ecd84c1c8c36e..86193c2f1ac0484ea3e7f153e332c13bbd65972e 100644 (file)
@@ -786,6 +786,9 @@ Summary:        Demo graphs for graphviz
 %if 0%{?fedora} >= 11
 BuildArch: noarch
 %endif
+%if 0%{?rhel} >= 5
+BuildArch: noarch
+%endif
 
 %description graphs
 Some demo graphs for graphviz.
@@ -805,6 +808,9 @@ Summary:        PDF and HTML documents for graphviz
 %if 0%{?fedora} >= 11
 BuildArch: noarch
 %endif
+%if 0%{?rhel} >= 5
+BuildArch: noarch
+%endif
 
 %description doc
 Provides some additional PDF and HTML documentation for graphviz.