diff --git a/python-chest.spec b/python-chest.spec index f51b57b..6d4dc2b 100644 --- a/python-chest.spec +++ b/python-chest.spec @@ -1,7 +1,7 @@ # # spec file for package python-chest # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,15 +23,13 @@ Release: 0 Summary: Simple spill-to-disk dictionary License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/ContinuumIO/chest +URL: https://github.com/ContinuumIO/chest Source: https://files.pythonhosted.org/packages/source/c/chest/chest-%{version}.tar.gz +BuildRequires: %{python_module HeapDict} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module HeapDict} Requires: python-HeapDict -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -52,8 +50,8 @@ Chest acts likes a dictionary but it can write its contents to disk. This is use %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc README.rst LICENSE.txt +%license LICENSE.txt +%doc README.rst %{python_sitelib}/* %changelog