change spec file

This commit is contained in:
fyq_950317 2020-06-18 16:43:28 +08:00
parent 48dcf73c2d
commit a79eb52b42

View File

@ -36,10 +36,10 @@ A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%files -n python3-zipp %files -n python3-zipp
%defattr(-,root,root) %defattr(-,root,root)
%license LICENSE %license LICENSE
%_prefix/lib/python3.7/site-packages/zipp* %_prefix/lib/python%(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")/site-packages/zipp*
%_prefix/lib/python3.7/site-packages/__pycache__/zipp.* %_prefix/lib/python%(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")/site-packages/__pycache__/zipp.*
%files help #%files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README.rst %doc README.rst