Add default attr to doc sub-package file list

This commit is contained in:
Jonathan G. Underwood 2011-02-22 11:24:05 +00:00
parent f26192de70
commit a48cf833ac

View File

@ -16,7 +16,7 @@
Name: python-matplotlib Name: python-matplotlib
Version: 1.0.1 Version: 1.0.1
Release: 4%{?dist} Release: 5%{?dist}
Summary: Python plotting library Summary: Python plotting library
Group: Development/Libraries Group: Development/Libraries
@ -153,11 +153,15 @@ rm -rf $RPM_BUILD_ROOT
%if %{withdocs} %if %{withdocs}
%files doc %files doc
%defattr(-,root,root,-)
%doc doc/build/html %doc doc/build/html
%doc examples %doc examples
%endif %endif
%changelog %changelog
* Mon Feb 21 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-5
- Add default attr to doc sub-package file list
* Mon Feb 21 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-4 * Mon Feb 21 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-4
- Enable wxPython backend - Enable wxPython backend
- Make -doc sub-package noarch - Make -doc sub-package noarch