Matej Cepl 2018-12-04 17:17:06 +00:00 committed by Git OBS Bridge
parent 4bb180f2f5
commit 23117b0a57

View File

@ -23,11 +23,10 @@ Release: 0
Summary: Munkres implementation for Python Summary: Munkres implementation for Python
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python 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 Source: https://github.com/bmc/munkres/archive/release-%{version}.tar.gz
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@ -52,8 +51,8 @@ http://csclab.murraystate.edu/~bob.pilgrim/445/munkres.html.
%python_install %python_install
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %license LICENSE
%doc CHANGELOG.md LICENSE README.md %doc CHANGELOG.md README.md
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog