[python-matplotlib] Add default attr to doc sub-package file list

Jonathan G. Underwood jgu at fedoraproject.org
Tue Feb 22 11:32:07 UTC 2011


commit a48cf833ac4c27aadb5fd1fdbe73c83515788b0f
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Tue Feb 22 11:24:05 2011 +0000

    Add default attr to doc sub-package file list

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


More information about the scm-commits mailing list