!23 less delete -S git from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-08-04 02:05:26 +00:00 committed by Gitee
commit 40caabbe25

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