From 110bc800d41b229418b1866bd0589554259f550780a3cf5491ed4747075dc4e2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:22:06 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=6 --- python-scp.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-scp.spec b/python-scp.spec index f5f0450..5806e63 100644 --- a/python-scp.spec +++ b/python-scp.spec @@ -25,7 +25,7 @@ Release: 0 Summary: SSH scp module for paramiko License: LGPL-2.1-or-later Group: Development/Languages/Python -Url: https://github.com/jbardin/scp.py +URL: https://github.com/jbardin/scp.py Source: https://files.pythonhosted.org/packages/source/s/scp/scp-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros @@ -51,7 +51,8 @@ and has only been tested with this implementation. %python_install %files %{python_files} -%doc LICENSE.txt README.rst +%license LICENSE.txt +%doc README.rst %{python_sitelib}/* %changelog