delete -S git from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 22:57:22 +08:00
parent 273ecd3e81
commit 7769284bc2
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,6 +1,6 @@
Name: less Name: less
Version: 563 Version: 563
Release: 2 Release: 3
Summary: Less is a pager that displays text files. Summary: Less is a pager that displays text files.
License: GPLv3+ or BSD License: GPLv3+ or BSD
URL: http://www.greenwoodsoftware.com/less URL: http://www.greenwoodsoftware.com/less
@ -19,7 +19,7 @@ Patch10: backport-Ignore-SIGTSTP-in-secure-mode.patch
Patch11: backport-Fix-Tag-not-found-error-while-looking-for-a-tag-s-lo.patch Patch11: backport-Fix-Tag-not-found-error-while-looking-for-a-tag-s-lo.patch
Patch12: backport-Fix-minor-memory-leak-with-input-preprocessor.-150.patch Patch12: backport-Fix-minor-memory-leak-with-input-preprocessor.-150.patch
BuildRequires: git gcc make ncurses-devel autoconf automake libtool BuildRequires: gcc make ncurses-devel autoconf automake libtool
%description %description
Less is a pager. A pager is a program that displays text files. Less is a pager. A pager is a program that displays text files.
@ -34,7 +34,7 @@ fancy scroll bars or other GUI (graphical user interface) elements.
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} -S git -p1 %autosetup -n %{name}-%{version} -p1
%build %build
rm -f ./configure rm -f ./configure
@ -56,6 +56,9 @@ autoreconf -ivf
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 563-3
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Fri May 28 2021 fuanan <fuanan3@huawei.com> - 563-2 * Fri May 28 2021 fuanan <fuanan3@huawei.com> - 563-2
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA