diff --git a/python-munch.spec b/python-munch.spec index 09c0fdf..742441c 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -23,17 +23,16 @@ Release: 0 Summary: A dot-accessible dictionary License: MIT Group: Development/Languages/Python -Url: http://github.com/Infinidat/munch +URL: http://github.com/Infinidat/munch Source: https://files.pythonhosted.org/packages/source/m/munch/munch-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-six +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module six} # /SECTION -BuildRequires: fdupes -Requires: python-six -BuildArch: noarch - %python_subpackages %description @@ -50,7 +49,8 @@ A dot-accessible dictionary (a la JavaScript objects). %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc LICENSE.txt README.md +%license LICENSE.txt +%doc README.md %{python_sitelib}/* %changelog