From 7df7d75cf4ceee4f286714775b41ddb98661b18a Mon Sep 17 00:00:00 2001 From: doupengda Date: Tue, 9 Jul 2024 16:04:59 +0800 Subject: [PATCH] fix license not found --- python-platformdirs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-platformdirs.spec b/python-platformdirs.spec index 9db48c0..5c4e127 100644 --- a/python-platformdirs.spec +++ b/python-platformdirs.spec @@ -3,7 +3,7 @@ Summary: Python module for determining appropriate platform-specific dirs Name: python-%{srcname} Version: 2.5.4 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://github.com/platformdirs/platformdirs Source0: https://files.pythonhosted.org/packages/source/p/platformdirs/%{srcname}-%{version}.tar.gz @@ -32,7 +32,6 @@ A small Python module for determining appropriate platform-specific dirs, e.g. a %install %pyproject_install %pyproject_save_files %{srcname} -rm -f %{buildroot}%{python3_sitelib}/%{srcname}-%{version}.dist-info/licenses/LICENSE %check %pytest @@ -42,6 +41,10 @@ rm -f %{buildroot}%{python3_sitelib}/%{srcname}-%{version}.dist-info/licenses/LI %doc README.rst CHANGES.rst %changelog +* Tue Jul 9 2024 Pengda Dou - 2.5.4-2 +- [Type] other +- [DESC] fix license not found + * Mon Sep 25 2023 jackeyji - 2.5.4-1 - upgrade to 2.5.4 -- Gitee