forked from pool/heaptrack
This commit is contained in:
parent
88430d16f9
commit
f4f2337ae1
@ -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>
|
||||
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user