This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-09-20 13:21:51 +02:00
parent dbdf0ae908
commit 1e95f794f0

View File

@ -2,17 +2,20 @@
%undefine _ld_as_needed
Name: numatop
Version: 2.1
Version: 2.2
Release: %autorelease
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: autoconf
BuildRequires: automake
BuildRequires: make
BuildRequires: check-devel
BuildRequires: libtool
BuildRequires: gcc
BuildRequires: check-devel
BuildRequires: ncurses-devel
BuildRequires: numactl-devel
@ -30,10 +33,11 @@ NumaTOP supports the Intel Xeon processors and PowerPC processors.
%prep
%setup -q -n %{name}-v%{version}
%autosetup
%build
autoreconf --force --install --symlink
%configure
%make_build