From a35ab01497a34f8358a03d894f127db0e95d934b Mon Sep 17 00:00:00 2001 From: yanjianqing Date: Wed, 12 Jun 2024 22:10:10 +0800 Subject: [PATCH] Rectify the license information specification --- python-dataclasses.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-dataclasses.spec b/python-dataclasses.spec index 608cccf..7d305ad 100644 --- a/python-dataclasses.spec +++ b/python-dataclasses.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-dataclasses Version: 0.8 -Release: 1 +Release: 2 Summary: A backport of the dataclasses module for Python 3.6 -License: Apache +License: Apache-2.0 URL: https://github.com/ericvsmith/dataclasses Source0: https://files.pythonhosted.org/packages/1f/12/7919c5d8b9c497f9180db15ea8ead6499812ea8264a6ae18766d93c59fe5/dataclasses-0.8.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Nov 23 2020 Python_Bot +* Wed Jun 12 2024 yanjianqing - 0.8-2 +- Rectify the license information specification + +* Mon Nov 23 2020 Python_Bot - 0.8-1 - Package Spec generated -- Gitee