From 0bbe843c2459d778e5c369b5e9b5eaaba5bf2c76 Mon Sep 17 00:00:00 2001 From: penelope Date: Tue, 10 May 2022 11:36:29 +0800 Subject: [PATCH] License compliance rectification --- python-PyNLPl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-PyNLPl.spec b/python-PyNLPl.spec index 8420eeb..94a3624 100644 --- a/python-PyNLPl.spec +++ b/python-PyNLPl.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-PyNLPl Version: 1.2.9 -Release: 1 +Release: 2 Summary: A Python library for Natural Language Processing. -License: GPL +License: GPL-3.0-only URL: https://github.com/proycon/pynlpl Source0: https://files.pythonhosted.org/packages/ba/af/ee46390c14f270c891ecc5bd4cd3f02c7be408bb2d36bd96b1ae92ccb544/PyNLPl-1.2.9.tar.gz BuildArch: noarch @@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 10 2022 yangping - 1.2.9-2 +- License compliance rectification + * Tue Oct 20 2020 wangwuzhe - Package Spec generated