rebase to numatop v2.2
Resolves: bz1874125 Signed-off-by: Pingfan Liu <piliu@redhat.com>
This commit is contained in:
parent
c81ac696b3
commit
40d161b7e3
18
numatop.spec
18
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user