rebase to numatop v2.2

Resolves: bz1874125

Signed-off-by: Pingfan Liu <piliu@redhat.com>
This commit is contained in:
Pingfan Liu 2021-11-15 10:01:10 +08:00
parent c81ac696b3
commit 40d161b7e3
1 changed files with 12 additions and 6 deletions

View File

@ -2,17 +2,21 @@
%undefine _ld_as_needed
Name: numatop
Version: 2.1
Release: 7%{?dist}
Version: 2.2
Release: 1%{?dist}
Summary: Memory access locality characterization and analysis
License: BSD
URL: https://01.org/numatop
Source: https://github.com/intel/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.xz
Source: https://github.com/intel/numatop/archive/refs/tags/v%{version}.tar.gz
BuildRequires: make
BuildRequires: check-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: make
BuildRequires: libtool
BuildRequires: gcc
BuildRequires: check-devel
BuildRequires: ncurses-devel
BuildRequires: numactl-devel
@ -30,10 +34,12 @@ NumaTOP supports the Intel Xeon processors and PowerPC processors.
%prep
%setup -q -n %{name}-v%{version}
#%setup -q -n %{name}-v%{version}
%autosetup
%build
autoreconf --force --install --symlink
%configure
%make_build