Delete module folder after uninstall

(cherry picked from commit 5980a2c7e028c90f0c07699d313d818dd3c7aeb2)
This commit is contained in:
wu-leilei 2021-10-09 09:45:58 +08:00 committed by openeuler-sync-bot
parent 23d55815f6
commit cf7ba3c1f9

View File

@ -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 <wulei80@huawei.com> - 2.0.0-2
- Delete module folder after uninstall
* Fri Sep 04 2020 Python_Bot <Python_Bot@openeuler.org>
- Simplify desc content