[python26-boto/el5: 2/21] Fix mixed indentation

gholms gholms at fedoraproject.org
Mon Feb 10 23:19:16 UTC 2014


commit eaea98ec7b80a7182b7e6c211122af16319f4a07
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed Nov 21 14:49:20 2012 -0800

    Fix mixed indentation

 python-boto.spec |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/python-boto.spec b/python-boto.spec
index 38f3baf..8c9760d 100644
--- a/python-boto.spec
+++ b/python-boto.spec
@@ -1,17 +1,17 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %global pkgname boto
 
-Summary:	A simple lightweight interface to Amazon Web Services
-Name:		python-boto
-Version:	2.5.2
-Release:	2%{?dist}
-License:	MIT
-Group:		Development/Languages
-URL:		https://github.com/%{pkgname}/%{pkgname}
-Source:		http://pypi.python.org/packages/source/b/%{pkgname}/%{pkgname}-%{version}.tar.gz
-BuildRequires:	python-devel >= 2.5, python-setuptools-devel
-BuildArch:	noarch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Summary:        A simple lightweight interface to Amazon Web Services
+Name:           python-boto
+Version:        2.5.2
+Release:        2%{?dist}
+License:        MIT
+Group:          Development/Languages
+URL:            https://github.com/%{pkgname}/%{pkgname}
+Source:         http://pypi.python.org/packages/source/b/%{pkgname}/%{pkgname}-%{version}.tar.gz
+BuildRequires:  python-devel >= 2.5, python-setuptools-devel
+BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=838076
 # Fixed with upstream commit 6870daf


More information about the scm-commits mailing list