!10 add python_provide for python3-chardet

From: @tong_1001 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2022-08-22 02:02:37 +00:00 committed by Gitee
commit bb9a645600
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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