!5 增加构建依赖gcc

From: @bzg1107
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-06-09 09:12:35 +08:00 committed by Gitee
commit 9a0ee555b0

View File

@ -1,12 +1,12 @@
Name: htop Name: htop
Version: 3.0.2 Version: 3.0.2
Release: 1 Release: 2
Summary: htop - an interactive process viewer Summary: htop - an interactive process viewer
License: GPLv2 License: GPLv2
URL: https://htop.dev URL: https://htop.dev
Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: https://github.com/htop-dev/htop/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: perl perl-PathTools ncurses-devel BuildRequires: perl perl-PathTools ncurses-devel autoconf automake gcc
%description %description
htop is a cross-platform interactive process viewer. htop is a cross-platform interactive process viewer.
@ -33,5 +33,9 @@ Tasks related to processes (e.g. killing and renicing) can be done without enter
%{_mandir}/man1/%{name}.1.gz %{_mandir}/man1/%{name}.1.gz
%changelog %changelog
* Mon Jun 7 2021 baizhonggui <baizhonggui@huawei.com> - 3.0.2-2
- Fix building error: ./autogen.sh: line 3: autoreconf: command not found
- Add autoconf/automake/gcc in BuildRequires
* Thu Sep 24 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 3.0.2-1 * Thu Sep 24 2020 Zhipeng Xie <xiezhipeng1@huawei.com> - 3.0.2-1
- Package init - Package init