diff --git a/python-cmdln.spec b/python-cmdln.spec index 506619e..2c8ab1b 100644 --- a/python-cmdln.spec +++ b/python-cmdln.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-cmdln Version: 2.0.0 -Release: 1 +Release: 2 Summary: An improved cmd.py for writing multi-command scripts and shells. -License: http://www.opensource.org/licenses/mit-license.php +License: MIT URL: http://github.com/trentm/cmdln Source0: https://files.pythonhosted.org/packages/26/23/7654219ac89aa48190341b7c7114fea21e21889693def5f625ef2a218d5d/cmdln-2.0.0.zip BuildArch: noarch @@ -85,5 +85,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 yaoxin - 2.0.0-2 +- License compliance rectification + * Sat Oct 17 2020 Python_Bot - Package Spec generated