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