diff --git a/umr.spec b/umr.spec index bb13768..7ff31b4 100644 --- a/umr.spec +++ b/umr.spec @@ -57,13 +57,14 @@ AMDGPU Userspace Register Debugger header files and libraries %{?disablelibdrm:-DUMR_NO_DRM=ON} \ %{?enablert:-DUMR_NEED_RT=ON} \ -DCMAKE_BUILD_TYPE="RELEASE" -%cmake_build +%make_build %install -%cmake_install +%make_install %files %doc README +%{!?_licensedir:%global license %%doc} %license LICENSE %{_bindir}/umr %{_mandir}/man1/*