!2 python-soupsieve delete -S git from %autosetup

From: @chenyanpanHW
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-08-02 03:21:34 +00:00 committed by Gitee
commit 4e847748f9

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-soupsieve Name: python-soupsieve
Version: 2.2 Version: 2.2
Release: 1 Release: 2
Summary: A modern CSS selector implementation for Beautiful Soup. Summary: A modern CSS selector implementation for Beautiful Soup.
License: MIT License: MIT
URL: https://github.com/facelessuser/soupsieve URL: https://github.com/facelessuser/soupsieve
@ -38,7 +38,7 @@ Soup Sieve currently provides selectors from the CSS level 1 specifications up
through the latest CSS level 4 drafts and beyond (though some are not yet implemented). through the latest CSS level 4 drafts and beyond (though some are not yet implemented).
%prep %prep
%autosetup -n soupsieve-2.2 -S git %autosetup -n soupsieve-2.2 -p1
%build %build
%py3_build %py3_build
@ -81,5 +81,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.2-2
- DESC: delete -S git from %autosetup
* Thu Jul 15 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2-1 * Thu Jul 15 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2-1
- Package Spec generate - Package Spec generate