delete -S git from %autosetup

This commit is contained in:
chenyanpanHW 2021-07-30 23:25:25 +08:00
parent 10de96a2a5
commit 03a6dd2ef0
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-mypy-extensions Name: python-mypy-extensions
Version: 0.4.3 Version: 0.4.3
Release: 1 Release: 2
Summary: Experimental type system extensions for programs checked with the mypy typechecker. Summary: Experimental type system extensions for programs checked with the mypy typechecker.
License: MIT License: MIT
URL: https://github.com/python/mypy_extensions URL: https://github.com/python/mypy_extensions
@ -32,7 +32,7 @@ The "mypy_extensions" module defines experimental extensions to the standard
"typing" module that are supported by the mypy typechecker. "typing" module that are supported by the mypy typechecker.
%prep %prep
%autosetup -n mypy_extensions-0.4.3 -S git %autosetup -n mypy_extensions-0.4.3 -p1
%build %build
%py3_build %py3_build
@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.4.3-2
- DESC: delete -S git from %autosetup
* Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 0.4.3-1 * Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 0.4.3-1
- Package Spec generate - Package Spec generate