From c56d0e3574225adf6ac81c3a11c47e0ed460c778 Mon Sep 17 00:00:00 2001 From: yanjianqing Date: Wed, 12 Jun 2024 22:16:31 +0800 Subject: [PATCH] Rectify the license information specification --- python-fastimport.spec | 9 ++++++--- python-fastimport.yaml | 4 ++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 python-fastimport.yaml diff --git a/python-fastimport.spec b/python-fastimport.spec index 0c781f1..8b3ce96 100644 --- a/python-fastimport.spec +++ b/python-fastimport.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-fastimport Version: 0.9.8 -Release: 1 +Release: 2 Summary: VCS fastimport/fastexport parser -License: GNU GPL v2 or later +License: GPL-2.0-only URL: https://github.com/jelmer/python-fastimport Source0: https://files.pythonhosted.org/packages/aa/65/47a579aae80fbd8b89cfbdffcde8dff68d57e3148b99da6a326673021455/fastimport-0.9.8.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Dec 15 2020 Python_Bot +* Wed Jun 12 2024 yanjianqing - 0.9.8-2 +- Rectify the license information specification + +* Tue Dec 15 2020 Python_Bot - 0.9.8-1 - Package Spec generated diff --git a/python-fastimport.yaml b/python-fastimport.yaml new file mode 100644 index 0000000..5e954cc --- /dev/null +++ b/python-fastimport.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: jelmer/python-fastimport +tag_prefix: "^" +separator: "." -- Gitee