diff --git a/python-fastimport.spec b/python-fastimport.spec index 0c781f1a34490b116188337ae659d891c61419de..8b3ce9614e51ba1811265286cda9e6b6a5e45a92 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 0000000000000000000000000000000000000000..5e954ccafa30ec865bd44ad37ee64f8fbfa3e521 --- /dev/null +++ b/python-fastimport.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: jelmer/python-fastimport +tag_prefix: "^" +separator: "."