!6 fix build fail

Merge pull request !6 from 桐小哥/master
This commit is contained in:
openeuler-ci-bot 2021-12-20 08:32:28 +00:00 committed by Gitee
commit c7cd3810e9

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