diff --git a/python3-mccabe.changes b/python3-mccabe.changes index 081e1df..7862530 100644 --- a/python3-mccabe.changes +++ b/python3-mccabe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 09:06:28 UTC 2013 - speilicke@suse.com + +- Set license to MIT (SPDX mapping from Expat) + ------------------------------------------------------------------- Sun Apr 21 23:39:43 UTC 2013 - dmueller@suse.com diff --git a/python3-mccabe.spec b/python3-mccabe.spec index 58bc893..5b2b257 100644 --- a/python3-mccabe.spec +++ b/python3-mccabe.spec @@ -18,7 +18,7 @@ Name: python3-mccabe Version: 0.2.1 Release: 0 -License: Expat license +License: MIT Summary: McCabe checker, plugin for flake8 Url: https://github.com/flintwork/mccabe Group: Development/Languages/Python @@ -36,13 +36,14 @@ This module provides a plugin for ``flake8``, the Python code checker. %setup -q -n mccabe-%{version} %build -CFLAGS="%{optflags}" python3 setup.py build +python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) +%doc README.rst %{python3_sitelib}/* %changelog