From 541089d7e4201b268826c7d906aed701bfb1b4972c0784309ba373cbf978819a Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 24 Apr 2013 09:03:53 +0000 Subject: [PATCH] - Set license to MIT (SPDX mapping from Expat) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mccabe?expand=0&rev=4 --- python3-mccabe.changes | 5 +++++ python3-mccabe.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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