import numatop-2.2-3.el9

This commit is contained in:
CentOS Sources 2022-01-11 13:41:05 -05:00 committed by Stepan Oksanichenko
parent b7672771f8
commit 050c949bda
3 changed files with 14 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/numatop-v2.1.tar.xz
SOURCES/v2.2.tar.gz

View File

@ -1 +1 @@
67612485683e5d38ff305d75cc58849fddcfe977 SOURCES/numatop-v2.1.tar.xz
c2fd2e31ad2a7d5e4fb2c5884e396c4ce2bbab60 SOURCES/v2.2.tar.gz

View File

@ -2,17 +2,21 @@
%undefine _ld_as_needed
Name: numatop
Version: 2.1
Release: 7%{?dist}
Version: 2.2
Release: 3%{?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: autoconf
BuildRequires: automake
BuildRequires: make
BuildRequires: check-devel
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