Blame SPECS/numatop.spec

426b33
# https://github.com/intel/numatop/pull/53
426b33
%undefine _ld_as_needed
426b33
426b33
Name:           numatop
426b33
Version:        2.1
426b33
Release:        3%{?dist}
426b33
Summary:        Memory access locality characterization and analysis
426b33
426b33
License:        BSD
426b33
URL:            https://01.org/numatop
426b33
Source:         https://github.com/intel/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.xz
426b33
426b33
BuildRequires:  check-devel
426b33
BuildRequires:  gcc
426b33
BuildRequires:  ncurses-devel
426b33
BuildRequires:  numactl-devel
426b33
426b33
# This only works for Intel and Power CPUs
426b33
ExclusiveArch:  x86_64 ppc64le
426b33
426b33
426b33
%description
426b33
NumaTOP is an observation tool for runtime memory locality characterization and
426b33
analysis of processes and threads running on a NUMA system. It helps the user
426b33
characterize the NUMA behavior of processes and threads and identify where the
426b33
NUMA-related performance bottlenecks reside.
426b33
426b33
NumaTOP supports the Intel Xeon processors and PowerPC processors.
426b33
426b33
426b33
%prep
426b33
%setup -q -n %{name}-v%{version}
426b33
426b33
426b33
%build
426b33
%configure
426b33
%make_build
426b33
426b33
426b33
%install
426b33
%make_install
426b33
426b33
426b33
%check
426b33
%make_build check
426b33
426b33
426b33
%files
426b33
%doc AUTHORS
426b33
%license COPYING
426b33
%{_bindir}/%{name}
426b33
%{_mandir}/man8/%{name}.8*
426b33
426b33
426b33
%changelog
426b33
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
426b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
426b33
426b33
* Sat Mar 23 2019 Dridi Boukelmoune <dridi@fedoraproject.org>- 2.1-1
426b33
- Update to 2.1
426b33
- Upstream moved to github
426b33
- Upstream switched to autotools
426b33
- Disable --as-needed until it's patched upstream
426b33
- Drop defunct 32bit x86 support
426b33
- Add ppc64le support
426b33
- Run the new test suite
426b33
426b33
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-9
426b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
426b33
426b33
* Sun Jul 15 2018 Dridi Boukelmoune <dridi@fedoraproject.org>- 1.0.4-8
426b33
- Build requires gcc
426b33
426b33
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-7
426b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
426b33
426b33
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-6
426b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
426b33
426b33
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-5
426b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
426b33
426b33
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-4
426b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
426b33
426b33
* Mon Feb 13 2017 Dridi Boukelmoune <dridi@fedoraproject.org>- 1.0.4-3
426b33
- Catch up with packaging guidelines
426b33
426b33
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2
426b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
426b33
426b33
* Tue Jun 28 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.4-1
426b33
- Update to latest version (support for BDW-EP/EX)
426b33
426b33
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-4
426b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
426b33
426b33
* Fri Aug 14 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.3-3
426b33
- Replace ExcludeArch with ExclusiveArch
426b33
426b33
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
426b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
426b33
426b33
* Mon Aug 25 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.3-1
426b33
- New upstream release (#1076549)
426b33
- Remove upstreamed patch
426b33
426b33
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-4
426b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
426b33
426b33
* Mon Jun 30 2014 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.2-3
426b33
- Backport and rebase 1.0.1 patch
426b33
426b33
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
426b33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
426b33
426b33
* Sun Mar 16 2014 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.2-1
426b33
- Bump version to 1.0.2
426b33
- Remove upstreamed patch
426b33
426b33
* Fri Sep 20 2013 Dan Horák <dan[at]danny.cz> - 1.0.1-5
426b33
- no numa on s390(x)
426b33
426b33
* Fri Sep 13 2013 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.1-4
426b33
- Patch for the 32bit hardened build.
426b33
426b33
* Sun Aug 25 2013 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.1-3
426b33
- Hardened build.
426b33
- Automatic requires.
426b33
426b33
* Fri Aug 02 2013 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.1-2
426b33
- Fix the license tag.
426b33
426b33
* Thu Aug 01 2013 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.0.1-1
426b33
- Initial spec.