From a6ef2fb684dc305e3bdefc9b2f96767252603b6f Mon Sep 17 00:00:00 2001 From: abushwang Date: Tue, 9 Jul 2024 19:26:50 +0800 Subject: [PATCH] remove unused rm license Signed-off-by: abushwang --- python-platformdirs.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-platformdirs.spec b/python-platformdirs.spec index 9db48c0..59b7f2d 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,9 @@ rm -f %{buildroot}%{python3_sitelib}/%{srcname}-%{version}.dist-info/licenses/LI %doc README.rst CHANGES.rst %changelog +* Tue Jul 9 2024 Shuo Wang - 2.5.4-2 +- remove unused rm license + * Mon Sep 25 2023 jackeyji - 2.5.4-1 - upgrade to 2.5.4 -- Gitee