From 36c5d13db13080f71a0606457e4bd74d31c9af17 Mon Sep 17 00:00:00 2001 From: huangduirong Date: Tue, 19 Apr 2022 22:56:59 +0800 Subject: [PATCH] Modify the license to LGPL-2.1 License --- python-num2words.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-num2words.spec b/python-num2words.spec index 2b56cd7..641c755 100644 --- a/python-num2words.spec +++ b/python-num2words.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-num2words Version: 0.5.10 -Release: 1 +Release: 2 Summary: Modules to convert numbers -License: LGPL +License: LGPL-2.1 URL: https://github.com/savoirfairelinux/num2words Source0: https://files.pythonhosted.org/packages/33/db/76f1151a1b0cfad532d41021b77cd231495bf72c47618166f92dcdff2ebe/num2words-0.5.10.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 19 2022 huangduirong - 0.5.10-2 +- Update License to LGPL-2.1 + * Sat Jul 10 2021 Python_Bot - 0.5.10-1 - Package Spec generated -- Gitee