Resolve compilation failures

This commit is contained in:
starlet-dx 2022-04-01 18:20:43 +08:00
parent d36ed6b067
commit a8e9ea87b1

View File

@ -5,7 +5,7 @@ as well as 3.2 and up. \
Name: python-funcsigs
Version: 1.0.2
Release: 14
Release: 15
Summary: Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
License: ASL 2.0
URL: http://pypi.python.org/pypi/funcsigs
@ -50,12 +50,15 @@ rm -rf html/.{doctrees,buildinfo}
%files -n python3-funcsigs
%license LICENSE
%{python3_sitelib}/{funcsigs,funcsigs-%{version}-py?.?.egg-info}
%{python3_sitelib}/{funcsigs,funcsigs-%{version}-py%{python3_version}.egg-info}
%files help
%doc html README.rst
%changelog
* Fri Apr 1 2022 yaoxin <yaoxin30@huawei.com> - 1.0.2-15
- Resolve compilation failures.
* Mon Aug 10 2020 lingsheng <lingsheng@huawei.com> - 1.0.2-14
- Remove python2-funcsigs subpackage