delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 22:23:11 +08:00
parent 69138a6623
commit 7941ec8170
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,6 +1,6 @@
Name: babel Name: babel
Version: 2.9.1 Version: 2.9.1
Release: 1 Release: 2
Summary: Tools for internationalizing and localizing Python applications Summary: Tools for internationalizing and localizing Python applications
License: BSD License: BSD
URL: http://babel.pocoo.org/ URL: http://babel.pocoo.org/
@ -8,7 +8,7 @@ Source0: https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}
BuildArch: noarch BuildArch: noarch
BuildRequires: gcc git make BuildRequires: gcc make
BuildRequires: python3-devel python3-setuptools python3-pytz python3-pytest python3-freezegun python3-sphinx BuildRequires: python3-devel python3-setuptools python3-pytz python3-pytest python3-freezegun python3-sphinx
Requires: python3-babel python3-setuptools Requires: python3-babel python3-setuptools
@ -37,7 +37,7 @@ Obsoletes: babel-doc
Documentation for Babel Documentation for Babel
%prep %prep
%autosetup -n Babel-%{version} -p1 -Sgit %autosetup -n Babel-%{version} -p1
%build %build
%py3_build %py3_build
@ -80,6 +80,9 @@ export TZ=UTC
%doc built-docs/html/* %doc built-docs/html/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.9.1-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Fri Jul 30 2021 panxiaohe <panxiaohe@huawei.com> - 2.9.1-1 * Fri Jul 30 2021 panxiaohe <panxiaohe@huawei.com> - 2.9.1-1
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA