[python-argcomplete] corrected warnings reported from rpmlint

dbmacartney dbmacartney at fedoraproject.org
Wed Oct 16 10:50:48 UTC 2013


commit b4c85411f067deb31a03e0ab2aca03cdf09f3524
Author: Dale Macartney <dbmacartney at gmail.com>
Date:   Wed Oct 16 11:57:11 2013 +0100

    corrected warnings reported from rpmlint

 python-argcomplete.spec |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/python-argcomplete.spec b/python-argcomplete.spec
index d230649..11d6cd0 100644
--- a/python-argcomplete.spec
+++ b/python-argcomplete.spec
@@ -1,18 +1,18 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-Summary: 	Bash tab completion for argparse
-Name: 		python-argcomplete
-Version: 	0.6.3
-Release: 	3%{?dist}
-License: 	ASL 2.0
-Group: 		Development/Libraries
-Url: 		https://github.com/kislyuk/argcomplete
+Summary:	Bash tab completion for argparse
+Name:		python-argcomplete
+Version:	0.6.3
+Release:	3%{?dist}
+License:	ASL 2.0
+Group:		Development/Libraries
+Url:		https://github.com/kislyuk/argcomplete
 Source0:	http://pypi.python.org/packages/source/a/argcomplete/argcomplete-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildArch: 	noarch
-Requires:  	python-argparse
+BuildRequires:	python-devel
+BuildRequires:	python-setuptools
+BuildArch:	noarch
+Requires:	python-argparse
 
 %description
 Argcomplete provides easy, extensible command line tab completion of
@@ -42,8 +42,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc README.rst
-%doc LICENSE.rst
+%doc README.rst LICENSE.rst
 %{_bindir}/activate-global-python-argcomplete
 %{_bindir}/python-argcomplete-check-easy-install-script
 %{_bindir}/register-python-argcomplete
@@ -57,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 - Correct missing files for el6
 
 * Tue Oct 15 2013 - Dale Macartney <dbmacartney at gmail.com> 0.6.3-2
-- Initial packaging for Fedora Project and including LICENSE.rst in %doc
+- Initial packaging for Fedora Project and including LICENSE.rst in docs
 
 * Thu Jan 31 2013 - Marco Neciarini <marco.nenciarini at 2ndquadrant.it> 0.3.5-1
 - Initial packaging.


More information about the scm-commits mailing list