diff --git a/python-more-itertools.changes b/python-more-itertools.changes index f32db80..8edf49b 100644 --- a/python-more-itertools.changes +++ b/python-more-itertools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 29 13:32:39 UTC 2018 - mimi.vx@gmail.com + +- spec-cleaned +- use of %license macro +- removed unneded dependency + ------------------------------------------------------------------- Sat Mar 24 19:55:52 UTC 2018 - arun@gmx.de diff --git a/python-more-itertools.spec b/python-more-itertools.spec index d659dda..eaf7f5f 100644 --- a/python-more-itertools.spec +++ b/python-more-itertools.spec @@ -26,11 +26,9 @@ Group: Development/Languages/Python Url: https://github.com/erikrose/more-itertools Source: https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-%{version}.tar.gz BuildRequires: %{python_module base} -BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -60,8 +58,8 @@ rm -rf more_itertools.egg-info %python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.rst +%doc README.rst +%license LICENSE %{python_sitelib}/more_itertools/ %{python_sitelib}/more_itertools-%{version}-py%{python_version}.egg-info