Name: memleax Version: 1.1.1 Release: 1%{?dist} Summary: Debugs memory leak of a running process License: GPLv2 URL: http://wubingzheng.github.io/memleax/ Source0: https://github.com/WuBingzheng/memleax/releases/download/release-%{version}/%{name}-%{version}.tar.gz Source1: https://raw.githubusercontent.com/WuBingzheng/memleax/master/CMakeLists.txt BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libdwarf-devel BuildRequires: elfutils-libelf-devel BuildRequires: libunwind-devel ExclusiveArch: x86 x86_64 aarch64 ARM-hfp %description Memleax debugs memory leak of a running process by attaching it. It is very convenient to use, and suitable for production environment. There is no need to recompile the program or restart the target process. %prep %setup -q cp %{SOURCE1} . %build %cmake %cmake_build %install %cmake_install %files %license LICENSE %doc README.md %{_bindir}/memleax %{_mandir}/man1/memleax.1* %changelog * Sun Apr 04 2021 Germano Massullo - 1.1.1-1 - first Fedora release