Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/memstrack.git#b74de6fb2b244a874f3f617e33ada4dea9cf4c48
This commit is contained in:
parent
3ef8771f3b
commit
d1512d2e70
@ -5,11 +5,12 @@
|
||||
|
||||
Name: memstrack
|
||||
Version: 0.1.12
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A memory allocation tracer, like a hot spot analyzer for memory allocation
|
||||
License: GPLv3
|
||||
URL: https://github.com/ryncsn/memstrack
|
||||
VCS: git+git@github.com:ryncsn/memstrack.git
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: ncurses-devel
|
||||
|
||||
@ -23,7 +24,7 @@ A memory allocation tracer, like a hot spot analyzer for memory allocation
|
||||
|
||||
%build
|
||||
%{set_build_flags}
|
||||
make %{?_smp_mflags}
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/%{_bindir}
|
||||
@ -35,6 +36,13 @@ install -p -m 755 memstrack %{buildroot}/%{_bindir}
|
||||
%{_bindir}/memstrack
|
||||
|
||||
%changelog
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
- Update to upstream latest release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user