Timm Bäder 2021-01-11 12:49:16 +01:00
parent 499157f92c
commit 15078435f0

View File

@ -5,7 +5,7 @@
Name: memstrack Name: memstrack
Version: 0.1.12 Version: 0.1.12
Release: 1%{?dist} Release: 2%{?dist}
Summary: A memory allocation tracer, like a hot spot analyzer for memory allocation Summary: A memory allocation tracer, like a hot spot analyzer for memory allocation
License: GPLv3 License: GPLv3
URL: https://github.com/ryncsn/memstrack URL: https://github.com/ryncsn/memstrack
@ -24,7 +24,7 @@ A memory allocation tracer, like a hot spot analyzer for memory allocation
%build %build
%{set_build_flags} %{set_build_flags}
make %{?_smp_mflags} %{make_build}
%install %install
mkdir -p %{buildroot}/%{_bindir} mkdir -p %{buildroot}/%{_bindir}
@ -36,6 +36,10 @@ install -p -m 755 memstrack %{buildroot}/%{_bindir}
%{_bindir}/memstrack %{_bindir}/memstrack
%changelog %changelog
* Mon Jan 11 2021 Timm Bäder <tbaeder@redhat.com> - 0.1.12-2
- Use %%make_build macro
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
* Sun Aug 30 2020 Kairui Song <kasong@redhat.com> - 0.1.12-1 * Sun Aug 30 2020 Kairui Song <kasong@redhat.com> - 0.1.12-1
- Update to upstream latest release - Update to upstream latest release