Add make for buildrequires
(cherry picked from commit f860401a51e58e4ce3b7e48c94d4289881965e96)
This commit is contained in:
parent
b85185e4d9
commit
445034a933
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: the_silver_searcher
|
Name: the_silver_searcher
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Super-fast text searching tool (ag)
|
Summary: Super-fast text searching tool (ag)
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
License: ASL 2.0 and BSD
|
License: ASL 2.0 and BSD
|
||||||
@ -17,7 +17,7 @@ Source: https://github.com/ggreer/the_silver_searcher/archive/%{commit}/
|
|||||||
Patch1: fix-build-error-gcc10.patch
|
Patch1: fix-build-error-gcc10.patch
|
||||||
|
|
||||||
BuildRequires: autoconf gcc
|
BuildRequires: autoconf gcc
|
||||||
BuildRequires: automake
|
BuildRequires: automake make
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel
|
||||||
%if ! 0%{?el6}
|
%if ! 0%{?el6}
|
||||||
BuildRequires: pkgconfig(bash-completion)
|
BuildRequires: pkgconfig(bash-completion)
|
||||||
@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}
|
|||||||
%{_datadir}/zsh/site-functions/_%{name}
|
%{_datadir}/zsh/site-functions/_%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2022 wangkai <wangkai385@h-partners.com> - 2.1.0-4
|
||||||
|
- Add make for buildrequires
|
||||||
|
|
||||||
* Sat 7 Aug 2021 zhangtao <zhangtao221@huawei.com> - 2.1.0-3
|
* Sat 7 Aug 2021 zhangtao <zhangtao221@huawei.com> - 2.1.0-3
|
||||||
- fix gcc upgrade causes compilation failure
|
- fix gcc upgrade causes compilation failure
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user