From f26192de70b50c15aa3dc91deefc99dac2c97cb2 Mon Sep 17 00:00:00 2001 From: "Jonathan G. Underwood" Date: Tue, 22 Feb 2011 00:43:45 +0000 Subject: [PATCH] Make -doc sub-package noarch --- python-matplotlib.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index bd20ca3..0099f37 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -69,6 +69,7 @@ BuildRequires: wxPython-devel %package doc Summary: Documentation files for python-matplotlib Group: Documentation +BuildArch: noarch Requires: %{name} = %{version}-%{release} BuildRequires: python-sphinx BuildRequires: tex(latex) @@ -159,6 +160,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Feb 21 2011 Jonathan G. Underwood - 1.0.1-4 - Enable wxPython backend +- Make -doc sub-package noarch * Mon Feb 21 2011 Jonathan G. Underwood - 1.0.1-3 - Add conditional for optionally building doc sub-package