!6 change spec file

Merge pull request !6 from 吴超超/master
This commit is contained in:
openeuler-ci-bot 2020-06-19 11:15:29 +08:00 committed by Gitee
commit 43833d163e

View File

@ -1,6 +1,6 @@
Name: python-zipp
Version: 0.5.1
Release: 1
Release: 2
Summary: Backport of pathlib-compatible object wrapper for zip files
License: MIT
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
%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
* 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
- Package init