diff --git a/heaptrack.changes b/heaptrack.changes index f37ea66..e8b470d 100644 --- a/heaptrack.changes +++ b/heaptrack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 31 15:38:09 UTC 2020 - Christophe Giboudeaux + +- Fix the plugins installation directory. + ------------------------------------------------------------------- Wed Jan 29 10:59:48 UTC 2020 - Fabian Vogt diff --git a/heaptrack.spec b/heaptrack.spec index 259ba77..9c5354f 100644 --- a/heaptrack.spec +++ b/heaptrack.spec @@ -69,11 +69,11 @@ A memory profiler for Linux, tracking heap allocations. sed -i"" '/add_subdirectory(tests)/d' CMakeLists.txt %build - %cmake_kf5 -d build - %make_jobs + %cmake_kf5 -d build -DLIB_INSTALL_DIR=%{_libdir} + %cmake_build %install - %make_install -C build + %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --all-name %endif @@ -102,7 +102,7 @@ A Qt5/KF5 based GUI for Heaptrack. %doc README.md %{_kf5_bindir}/heaptrack %{_kf5_bindir}/heaptrack_print -%{_libexecdir}/heaptrack +%{_libdir}/heaptrack/ %files devel %license COPYING*