Make -doc sub-package noarch

This commit is contained in:
Jonathan G. Underwood 2011-02-22 00:43:45 +00:00
parent fa5fd50bfc
commit f26192de70
1 changed files with 2 additions and 0 deletions

View File

@ -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 <jonathan.underwood@gmail.com> - 1.0.1-4
- Enable wxPython backend
- Make -doc sub-package noarch
* Mon Feb 21 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-3
- Add conditional for optionally building doc sub-package