Skip to content

Commit 034aa44

Browse files
authored
Update pcm.spec
1 parent 5435b86 commit 034aa44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pcm.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Group: System/Monitoring
77
License: BSD-3-Clause
88
Url: https://github.com/intel/pcm
99
Source: %{version}.zip
10+
Source1: https://github.com/intel/perfmon/archive/main.zip
1011
BuildRoot: %{_tmppath}/%{name}-%{version}-build
1112
AutoReqProv: on
1213
BuildRequires: unzip
@@ -29,7 +30,8 @@ Intel(r) Performance Counter Monitor (Intel(r) PCM) is an application programmin
2930

3031
%prep
3132
%setup -n pcm-master
32-
git clone https://github.com/intel/perfmon
33+
%setup -n perfmon-main -T -D -a 1
34+
ls /home/abuild/rpmbuild/SOURCES/
3335

3436
%build
3537
mkdir build

0 commit comments

Comments
 (0)