commit
43833d163e
@ -1,6 +1,6 @@
|
|||||||
Name: python-zipp
|
Name: python-zipp
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Backport of pathlib-compatible object wrapper for zip files
|
Summary: Backport of pathlib-compatible object wrapper for zip files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jaraco/zipp
|
URL: https://github.com/jaraco/zipp
|
||||||
@ -36,14 +36,16 @@ 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_version}/site-packages/zipp*
|
||||||
%_prefix/lib/python3.7/site-packages/__pycache__/zipp.*
|
%_prefix/lib/python%{python3_version}/site-packages/__pycache__/zipp.*
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 19 2020 wuchaochao<wuchaochao4@huawei.com> - 0.5.1-2
|
||||||
|
- Depend on the python version to revise the spec file is variable
|
||||||
|
|
||||||
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.5.1-1
|
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.5.1-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user