diff --git a/numatop.spec b/numatop.spec index 9295a70..83553c0 100644 --- a/numatop.spec +++ b/numatop.spec @@ -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