From c388da2b23044f766bf0075630b38a03470970c7fa3c316cc1d287f887c52aa5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:14:55 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chai?expand=0&rev=7 --- python-chai.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-chai.spec b/python-chai.spec index 178b5b8..679cd83 100644 --- a/python-chai.spec +++ b/python-chai.spec @@ -23,12 +23,11 @@ Release: 0 Summary: Mocking/stub framework for Python License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/agoragames/chai +URL: https://github.com/agoragames/chai Source: https://files.pythonhosted.org/packages/source/c/chai/chai-%{version}.tar.gz BuildRequires: %{python_module nose} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -51,8 +50,8 @@ rm -rf chai.egg-info %python_exec %{_bindir}/nosetests %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE.txt README.rst +%license LICENSE.txt +%doc README.rst %{python_sitelib}/* %changelog