We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5435b86 commit 034aa44Copy full SHA for 034aa44
pcm.spec
@@ -7,6 +7,7 @@ Group: System/Monitoring
7
License: BSD-3-Clause
8
Url: https://github.com/intel/pcm
9
Source: %{version}.zip
10
+Source1: https://github.com/intel/perfmon/archive/main.zip
11
BuildRoot: %{_tmppath}/%{name}-%{version}-build
12
AutoReqProv: on
13
BuildRequires: unzip
@@ -29,7 +30,8 @@ Intel(r) Performance Counter Monitor (Intel(r) PCM) is an application programmin
29
30
31
%prep
32
%setup -n pcm-master
-git clone https://github.com/intel/perfmon
33
+%setup -n perfmon-main -T -D -a 1
34
+ls /home/abuild/rpmbuild/SOURCES/
35
36
%build
37
mkdir build
0 commit comments