fix build error
This commit is contained in:
parent
9c9b904ced
commit
954f6507d9
10
python-email-validator.spec
Executable file → Normal file
10
python-email-validator.spec
Executable file → Normal file
@ -1,11 +1,12 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-email-validator
|
||||
Version: 2.1.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A robust email address syntax and deliverability validation library.
|
||||
License: Unlicense
|
||||
URL: https://github.com/JoshData/python-email-validator
|
||||
Source0: https://files.pythonhosted.org/packages/63/82/2914bff80ebee8c027802a664ad4b4caad502cd594e358f76aff395b5e56/email_validator-2.1.1.tar.gz
|
||||
BuildArch: noarch
|
||||
%description
|
||||
A robust email address syntax and deliverability validation library.
|
||||
|
||||
@ -28,7 +29,7 @@ A robust email address syntax and deliverability validation library.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n email-validator-%{version}
|
||||
%autosetup -n email_validator-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -62,11 +63,14 @@ mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%files -n python3-email-validator -f filelist.lst
|
||||
%dir %{python3_sitearch}/*
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Tue May 07 2024 wangshuo <wangshuo@kylinos.cn> - 2.1.1-2
|
||||
- fix build error
|
||||
|
||||
* Tue Apr 23 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 2.1.1-1
|
||||
- Init package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user