[python-gdata] Add some whitespace

Adam Goode agoode at fedoraproject.org
Sat Jul 31 16:51:10 UTC 2010


commit 1d50561801ce796eb55dd5ad398d35584469667c
Author: Adam Goode <adam at spicenitz.org>
Date:   Sat Jul 31 12:47:25 2010 -0400

    Add some whitespace

 python-gdata.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/python-gdata.spec b/python-gdata.spec
index eefb07f..d323119 100644
--- a/python-gdata.spec
+++ b/python-gdata.spec
@@ -17,6 +17,7 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 Requires:       python >= 2.5
 
+
 %description
 This is a Python module for accessing online Google services such as:
 - Blogger
@@ -26,10 +27,12 @@ This is a Python module for accessing online Google services such as:
 - YouTube
 - Notebook
 
+
 %prep
 %setup -q -n gdata-%{version}
 find samples src -type f -print0 | xargs -0 chmod a-x
 
+
 %build
 %{__python} setup.py build
 
@@ -41,6 +44,7 @@ find samples src -type f -print0 | xargs -0 chmod a-x
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files
 %defattr(-,root,root,-)
 %doc README.txt RELEASE_NOTES.txt samples/


More information about the scm-commits mailing list