From 050c949bdabae9fce42fb4f7a9a28a8daac2eb60 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 11 Jan 2022 13:41:05 -0500 Subject: [PATCH] import numatop-2.2-3.el9 --- .gitignore | 2 +- .numatop.metadata | 2 +- SPECS/numatop.spec | 18 ++++++++++++------ 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index db68048..ec9ac75 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/numatop-v2.1.tar.xz +SOURCES/v2.2.tar.gz diff --git a/.numatop.metadata b/.numatop.metadata index ec1ecbf..3251621 100644 --- a/.numatop.metadata +++ b/.numatop.metadata @@ -1 +1 @@ -67612485683e5d38ff305d75cc58849fddcfe977 SOURCES/numatop-v2.1.tar.xz +c2fd2e31ad2a7d5e4fb2c5884e396c4ce2bbab60 SOURCES/v2.2.tar.gz diff --git a/SPECS/numatop.spec b/SPECS/numatop.spec index 9295a70..e9fd9d7 100644 --- a/SPECS/numatop.spec +++ b/SPECS/numatop.spec @@ -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: 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