diff --git a/python-zipp.spec b/python-zipp.spec index 458969b78db8afbcfe78f0114e92ce375b67ea10..48576d75afd07af98f0a61554414222407edddd3 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,6 +1,6 @@ Name: python-zipp Version: 0.5.1 -Release: 2 +Release: 3 Summary: Backport of pathlib-compatible object wrapper for zip files License: MIT URL: https://github.com/jaraco/zipp @@ -36,14 +36,17 @@ A pathlib-compatible Zipfile object wrapper. A backport of the Path object. %files -n python3-zipp %defattr(-,root,root) %license LICENSE -%_prefix/lib/python3.7/site-packages/zipp* -%_prefix/lib/python3.7/site-packages/__pycache__/zipp.* +%_prefix/lib/python%{python3_version}/site-packages/zipp* +%_prefix/lib/python%{python3_version}/site-packages/__pycache__/zipp.* %files help %defattr(-,root,root) %doc README.rst %changelog +* Mon Feb 07 2022 huangtianhua - 0.5.1-3 +- Fix python3 version + * Wed Dec 16 2020 zhanzhimin - 0.5.1-2 - Update Source0