From 05a58582b238a72ccc290142da30c6935b5377611be13e66fe86b632a42e33f6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:17:01 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-munch?expand=0&rev=4 --- python-munch.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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