From ca19a8e3b9890141ac8d8f17ce14a4fe51a28f6f Mon Sep 17 00:00:00 2001 From: penelope Date: Wed, 11 May 2022 16:31:10 +0800 Subject: [PATCH] License compliance rectification --- python-xlrd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-xlrd.spec b/python-xlrd.spec index 16a5928..0a7eae9 100644 --- a/python-xlrd.spec +++ b/python-xlrd.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-xlrd Version: 1.2.0 -Release: 1 +Release: 2 Summary: Library for developers to extract data from Microsoft Excel (tm) spreadsheet files -License: BSD +License: BSD-3-Clause URL: http://www.python-excel.org/ Source0: https://files.pythonhosted.org/packages/aa/05/ec9d4fcbbb74bbf4da9f622b3b61aec541e4eccf31d3c60c5422ec027ce2/xlrd-1.2.0.tar.gz BuildArch: noarch @@ -76,5 +76,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 yangping - 1.2.0-2 +- License compliance rectification + * Thu Aug 13 2020 Python_Bot - Package Spec generated