From b9d495749fb3917c02197ca379e5842579aaeb5d Mon Sep 17 00:00:00 2001 From: Dridi Boukelmoune Date: Mon, 13 Feb 2017 23:25:49 +0100 Subject: [PATCH] Catch up with packaging guidelines --- numatop.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/numatop.spec b/numatop.spec index cdcd5cb..f310988 100644 --- a/numatop.spec +++ b/numatop.spec @@ -1,14 +1,13 @@ -%global _hardened_build 1 - Name: numatop Version: 1.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Memory access locality characterization and analysis License: BSD URL: https://01.org/numatop Source0: https://01.org/sites/default/files/%{name}_linux_%{version}.tar.gz -BuildRequires: numactl-devel ncurses-devel +BuildRequires: ncurses-devel +BuildRequires: numactl-devel # This only works for Intel CPUs ExclusiveArch: %{ix86} x86_64 @@ -28,7 +27,7 @@ NumaTOP supports the Intel Xeon processors. %build -make CFLAGS="%{optflags}" %{?_smp_mflags} +%make_build CFLAGS="%{optflags}" %install @@ -38,12 +37,16 @@ make install PREFIXDIR=%{buildroot}%{_prefix} MANDIR=%{buildroot}%{_mandir}/man8 %files -%doc AUTHORS COPYING README +%doc AUTHORS README +%license COPYING %{_bindir}/%{name} %{_mandir}/man8/%{name}.8* %changelog +* Mon Feb 13 2017 Dridi Boukelmoune - 1.0.4-3 +- Catch up with packaging guidelines + * Sat Feb 11 2017 Fedora Release Engineering - 1.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild