add python_provide for python3-chardet

This commit is contained in:
shixuantong 2022-08-20 14:48:36 +08:00
parent bcbbeee616
commit fa18d77123

View File

@ -1,6 +1,6 @@
Name: python-chardet
Version: 3.0.4
Release: 8
Release: 9
Summary: Python 2/3 compatible character encoding detector.
License: LGPL-2.1
URL: https://github.com/chardet/chardet
@ -25,6 +25,7 @@ Python 2/3 compatible character encoding detector,Python 2 version.
%package -n python3-chardet
Summary: Python 2/3 compatible character encoding detector.
%{?python_provide:%python_provide python3-chardet}
%description -n python3-chardet
Python 2/3 compatible character encoding detector,Python 3 version.
@ -63,5 +64,8 @@ popd
%{python3_sitelib}/*
%changelog
* Sat Aug 20 2022 shixuantong <shixuantong@h-partners.com> - 3.0.4-9
- add python_provide for python3-chardet
* Sat Sep 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.0.4-8
- Package init