From 5980a2c7e028c90f0c07699d313d818dd3c7aeb2 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Sat, 9 Oct 2021 09:45:58 +0800 Subject: [PATCH] Delete module folder after uninstall --- python-portalocker.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-portalocker.spec b/python-portalocker.spec index 181f017..45b9a4e 100644 --- a/python-portalocker.spec +++ b/python-portalocker.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-portalocker Version: 2.0.0 -Release: 1 +Release: 2 Summary: Wraps the portalocker recipe for easy usage License: PSF URL: https://github.com/WoLpH/portalocker @@ -62,11 +62,15 @@ mv %{buildroot}/doclist.lst . %files -n python3-portalocker -f filelist.lst %dir %{python3_sitelib}/* +%dir %{python3_sitelib}/portalocker/__pycache__ %files help -f doclist.lst %{_docdir}/* %changelog +* Sat Oct 09 2021 wulei - 2.0.0-2 +- Delete module folder after uninstall + * Fri Sep 04 2020 Python_Bot - Simplify desc content -- Gitee