fix build fail

This commit is contained in:
shixuantong 2021-12-18 16:31:15 +08:00
parent e42bfa0a93
commit 4428da7d6b

View File

@ -1,6 +1,6 @@
Name: python-enchant Name: python-enchant
Version: 2.0.0 Version: 2.0.0
Release: 8 Release: 9
Summary: Cygwin python-enchant packaging Summary: Cygwin python-enchant packaging
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/cygwinports/python-enchant URL: https://github.com/cygwinports/python-enchant
@ -56,13 +56,16 @@ popd
%license LICENSE.txt %license LICENSE.txt
%dir %{python3_sitelib}/enchant %dir %{python3_sitelib}/enchant
%{python3_sitelib}/enchant %{python3_sitelib}/enchant
%{python3_sitelib}/pyenchant-%{version}-py?.?.egg-info %{python3_sitelib}/pyenchant-%{version}-py?.??.egg-info
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README.txt TODO.txt %doc README.txt TODO.txt
%changelog %changelog
* Sat Dec 18 2021 shixuantong <shixuantong@huawei.com> - 2.0.0-9
- fix build fail
* Thu Oct 22 2020 huanghaitao <huanghaitao8@huawei.com> - 2.0.0-8 * Thu Oct 22 2020 huanghaitao <huanghaitao8@huawei.com> - 2.0.0-8
- Disable python2 module - Disable python2 module