License compliance rectification

This commit is contained in:
lauk 2022-05-18 16:15:19 +08:00
parent fef6bbe69b
commit 9180c74564

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-parsedatetime Name: python-parsedatetime
Version: 2.6 Version: 2.6
Release: 1 Release: 2
Summary: Parse human-readable date/time text. Summary: Parse human-readable date/time text.
License: Apache License 2.0 License: Apache-2.0
URL: https://github.com/bear/parsedatetime URL: https://github.com/bear/parsedatetime
Source0: https://files.pythonhosted.org/packages/a8/20/cb587f6672dbe585d101f590c3871d16e7aec5a576a1694997a3777312ac/parsedatetime-2.6.tar.gz Source0: https://files.pythonhosted.org/packages/a8/20/cb587f6672dbe585d101f590c3871d16e7aec5a576a1694997a3777312ac/parsedatetime-2.6.tar.gz
BuildArch: noarch BuildArch: noarch
@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed May 18 2022 liukuo <liukuo@kylinos.cn> - 2.6-2
- License compliance rectification
* Sun May 23 2021 Python_Bot <Python_Bot@openeuler.org> * Sun May 23 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated