Resolve compilation failures.

This commit is contained in:
starlet-dx 2022-03-29 18:54:49 +08:00
parent 773ca3b445
commit 95627d34f2

View File

@ -1,6 +1,6 @@
Name: python-simplegeneric Name: python-simplegeneric
Version: 0.8.1 Version: 0.8.1
Release: 12 Release: 13
Summary: A package with simple generic functions Summary: A package with simple generic functions
License: Python or ZPLv2.1 License: Python or ZPLv2.1
URL: http://cheeseshop.python.org/pypi/simplegeneric URL: http://cheeseshop.python.org/pypi/simplegeneric
@ -36,9 +36,12 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test
%files -n python3-simplegeneric %files -n python3-simplegeneric
%doc README.txt %doc README.txt
%{python3_sitelib}/__pycache__/simplegeneric.cpython* %{python3_sitelib}/__pycache__/simplegeneric.cpython*
%{python3_sitelib}/{simplegeneric.py*,simplegeneric-%{version}-py?.?.egg-info} %{python3_sitelib}/{simplegeneric.py*,simplegeneric-%{version}-py%{python3_version}.egg-info}
%changelog %changelog
* Tue Mar 29 2022 yaoxin <yaoxin30@huawei.com> - 0.8.1-13
- Resolve compilation failures.
* Fri Mar 6 2020 zhanghua <zhanghua40@huawei.com> - 0.8.1-12 * Fri Mar 6 2020 zhanghua <zhanghua40@huawei.com> - 0.8.1-12
- remove python2 subpackage - remove python2 subpackage