Blame SPECS/pcm.spec

1fccd6
Name:           pcm
1fccd6
Version:        202107
1fccd6
Release:        5%{?dist}
1fccd6
Summary:        Processor Counter Monitor
1fccd6
License:        BSD
1fccd6
Url:            https://github.com/opcm/pcm
1fccd6
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
1fccd6
BuildRequires:  gcc
1fccd6
BuildRequires:  gcc-c++
1fccd6
BuildRequires:  make
1fccd6
ExclusiveArch:  %{ix86} x86_64
1fccd6
1fccd6
%description
1fccd6
1fccd6
Processor Counter Monitor (PCM) is an application programming
1fccd6
interface (API) and a set of tools based on the API to monitor
1fccd6
performance and energy metrics of Intel(r) Core(tm), Xeon(r), Atom(tm)
1fccd6
and Xeon Phi(tm) processors. PCM works on Linux, Windows, Mac OS X,
1fccd6
FreeBSD and DragonFlyBSD operating systems.
1fccd6
1fccd6
%prep
1fccd6
%autosetup
1fccd6
1fccd6
%build
1fccd6
%set_build_flags
1fccd6
%make_build
1fccd6
1fccd6
%install
1fccd6
%make_install
1fccd6
1fccd6
%files
1fccd6
%license license.txt
1fccd6
%doc LINUX_HOWTO.txt README.md FAQ.md
1fccd6
%{_sbindir}/%{name}-core
1fccd6
%{_sbindir}/%{name}-iio
1fccd6
%{_sbindir}/%{name}-latency
1fccd6
%{_sbindir}/%{name}-lspci
1fccd6
%{_sbindir}/%{name}-memory
1fccd6
%{_sbindir}/%{name}-msr
1fccd6
%{_sbindir}/%{name}-mmio
1fccd6
%{_sbindir}/%{name}-numa
1fccd6
%{_sbindir}/%{name}-pcicfg
1fccd6
%{_sbindir}/%{name}-pcie
1fccd6
%{_sbindir}/%{name}-power
1fccd6
%{_sbindir}/%{name}-sensor
1fccd6
%{_sbindir}/%{name}-sensor-server
1fccd6
%{_sbindir}/%{name}-tsx
1fccd6
%{_sbindir}/%{name}-raw
1fccd6
%{_sbindir}/%{name}
1fccd6
%{_bindir}/%{name}-client
1fccd6
%{_sbindir}/%{name}-daemon
1fccd6
%{_sbindir}/%{name}-bw-histogram
1fccd6
%{_datadir}/%{name}/
1fccd6
1fccd6
%changelog
1fccd6
* Mon Jul 26 2021 Roman Dementiev <roman.dementiev@intel.com> 0.1-8
1fccd6
- Update to version 202107
1fccd6
- Add pcm-mmio utility to rpm spec
1fccd6
1fccd6
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 202105-2
1fccd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
1fccd6
1fccd6
* Tue Apr 13 2021 Roman Dementiev <roman.dementiev@intel.com> 0.1-7
1fccd6
- Implement suggestions from Fedora review.
1fccd6
1fccd6
* Fri Mar 26 2021 William Cohen <wcohen@redhat.com> 0.1-6
1fccd6
- Clean up pcm.spec.
1fccd6
1fccd6
* Tue Aug 25 2020 Roman Dementiev <roman.dementiev@intel.com> 0.1-5
1fccd6
- Add pcm-raw under %files
1fccd6
1fccd6
* Wed Apr 01 2020 Otto Bruggeman <otto.g.bruggeman@intel.com> 0.1-4
1fccd6
- Add pcm-sensor-server under %files
1fccd6
1fccd6
* Mon Nov 25 2019 Roman Dementiev <roman.dementiev@intel.com> 0.1-3
1fccd6
- call make install and use %{_sbindir} or %{_bindir}
1fccd6
1fccd6
* Mon Oct 21 2019 Roman Dementiev <roman.dementiev@intel.com> 0.1-2
1fccd6
- add opCode file to /usr/share/pcm
1fccd6
- use "install" to copy pcm-bw-histogram.sh
1fccd6
1fccd6
* Fri Oct 18 2019 Roman Dementiev <roman.dementiev@intel.com> 0.1-1
1fccd6
- created spec file
1fccd6