Skip to content

Commit cde5891

Browse files
authored
perfmon DB install in rpm
1 parent 8d47369 commit cde5891

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pcm.spec

+4
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
@@ -28,6 +29,9 @@ Intel(r) Performance Counter Monitor (Intel(r) PCM) is an application programmin
2829

2930
%prep
3031
%setup -n pcm-master
32+
rm -rf perfmon
33+
unzip $RPM_SOURCE_DIR/main.zip
34+
mv perfmon-main perfmon
3135

3236
%build
3337
mkdir build

0 commit comments

Comments
 (0)