SHA256
1
0
forked from pool/heaptrack
Christophe Giboudeaux 2020-08-31 15:38:21 +00:00 committed by Git OBS Bridge
parent 88430d16f9
commit f4f2337ae1
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 31 15:38:09 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Fix the plugins installation directory.
-------------------------------------------------------------------
Wed Jan 29 10:59:48 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -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*