diff --git a/python-munkres.spec b/python-munkres.spec index c794f12..a9a7054 100644 --- a/python-munkres.spec +++ b/python-munkres.spec @@ -23,11 +23,10 @@ Release: 0 Summary: Munkres implementation for Python License: Apache-2.0 Group: Development/Languages/Python -Url: http://software.clapper.org/munkres/ +URL: http://software.clapper.org/munkres/ Source: https://github.com/bmc/munkres/archive/release-%{version}.tar.gz BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -52,8 +51,8 @@ http://csclab.murraystate.edu/~bob.pilgrim/445/munkres.html. %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGELOG.md LICENSE README.md +%license LICENSE +%doc CHANGELOG.md README.md %{python_sitelib}/* %changelog