[python-fabulous] Some .spec cleanup.

Ralph Bean ralph at fedoraproject.org
Wed Jan 16 15:20:12 UTC 2013


commit ed83d6646d4573c97bb385571ff05c6432532d8f
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Jan 16 10:20:06 2013 -0500

    Some .spec cleanup.

 python-fabulous.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/python-fabulous.spec b/python-fabulous.spec
index 5df68b2..e589ea5 100644
--- a/python-fabulous.spec
+++ b/python-fabulous.spec
@@ -2,7 +2,7 @@
 
 Name:             python-fabulous
 Version:          0.1.5
-Release:          5%{?dist}
+Release:          6%{?dist}
 Summary:          Makes your terminal output totally fabulous
 
 Group:            Development/Languages
@@ -49,12 +49,17 @@ PYTHONPATH=$(pwd) make -C docs html
 
 
 %files
-%defattr(-,root,root,-)
 %doc README COPYING docs/_build/html
 
-%{python_sitelib}/* 
+%{python_sitelib}/%{modname}/
+%{python_sitelib}/%{modname}-%{version}-*
+
 
 %changelog
+* Wed Jan 16 2013 Ralph Bean <rbean at redhat.com> - 0.1.5-6
+- Removed unnecssary defattr
+- More specific directory ownership in files section
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list