import numatop-2.2-1.el8

This commit is contained in:
CentOS Sources 2022-05-10 03:18:38 -04:00 committed by Stepan Oksanichenko
parent 80717c6117
commit 0e1e288891
3 changed files with 16 additions and 7 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,16 +2,20 @@
%undefine _ld_as_needed
Name: numatop
Version: 2.1
Release: 3%{?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: check-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: make
BuildRequires: libtool
BuildRequires: gcc
BuildRequires: check-devel
BuildRequires: ncurses-devel
BuildRequires: numactl-devel
@ -29,10 +33,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
@ -53,6 +59,9 @@ NumaTOP supports the Intel Xeon processors and PowerPC processors.
%changelog
* Wed Dec 1 2021 Pingfan Liu <piliu@redhat.com> - 2.2-1
- rebase to v2.2
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild