fix python3.8 can not find path
This commit is contained in:
parent
2e3563907b
commit
6882ad82d7
@ -1,6 +1,6 @@
|
||||
Name: python-polib
|
||||
Version: 1.1.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: A library to manipulate gettext files (po and mo files)
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/polib/
|
||||
@ -63,10 +63,14 @@ rm -rf polib.egg-info
|
||||
%files -n python3-polib
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python3_sitelib}/polib-1.1.0-py3.7.egg-info
|
||||
%{python3_sitelib}/polib-1.1.0-py3.*.egg-info
|
||||
%{python3_sitelib}/polib.py
|
||||
%{python3_sitelib}/__pycache__/polib.cpython-37*.pyc
|
||||
%{python3_sitelib}/__pycache__/polib.cpython-3*.pyc
|
||||
|
||||
%changelog
|
||||
* Thu Jun 18 2020 hanhui <hanhui15@huawei.com> - 1.1.0-3
|
||||
- bugfix
|
||||
- fix python3.8 can not find path
|
||||
|
||||
* Mon Jan 6 2020 lingsheng <lingsheng@huawei.com> - 1.1.0-2
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user