|
|
2829b9 |
# vim: syntax=spec
|
|
|
2829b9 |
%global gitcommit 53f0a5f28837baa383d3afca7a48a06f3d4ab674
|
|
|
2829b9 |
%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7})
|
|
|
2829b9 |
%global snapshotdate 20210618
|
|
|
2829b9 |
|
|
|
2829b9 |
Name: memstrack
|
|
|
2829b9 |
Version: 0.2.3
|
|
|
2829b9 |
Release: 2%{?dist}
|
|
|
2829b9 |
Summary: A memory allocation tracer, like a hot spot analyzer for memory allocation
|
|
|
2829b9 |
License: GPLv3
|
|
|
2829b9 |
URL: https://github.com/ryncsn/memstrack
|
|
|
2829b9 |
VCS: git+git@github.com:ryncsn/memstrack.git
|
|
|
2829b9 |
BuildRequires: make
|
|
|
2829b9 |
BuildRequires: gcc
|
|
|
2829b9 |
BuildRequires: ncurses-devel
|
|
|
2829b9 |
|
|
|
2829b9 |
Source: https://github.com/ryncsn/memstrack/archive/%{gitcommit}/memstrack-%{gitshortcommit}.tar.gz
|
|
|
2829b9 |
|
|
|
2829b9 |
%description
|
|
|
2829b9 |
A memory allocation tracer, like a hot spot analyzer for memory allocation
|
|
|
2829b9 |
|
|
|
2829b9 |
%prep
|
|
|
2829b9 |
%setup -q -n memstrack-%{gitcommit}
|
|
|
2829b9 |
|
|
|
2829b9 |
%build
|
|
|
2829b9 |
%{set_build_flags}
|
|
|
2829b9 |
%{make_build}
|
|
|
2829b9 |
|
|
|
2829b9 |
%install
|
|
|
2829b9 |
mkdir -p %{buildroot}/%{_bindir}
|
|
|
2829b9 |
install -p -m 755 memstrack %{buildroot}/%{_bindir}
|
|
|
2829b9 |
|
|
|
2829b9 |
%files
|
|
|
2829b9 |
%doc README.md
|
|
|
2829b9 |
%license LICENSE
|
|
|
2829b9 |
%{_bindir}/memstrack
|
|
|
2829b9 |
|
|
|
2829b9 |
%changelog
|
|
|
2829b9 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.2.3-2
|
|
|
2829b9 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
2829b9 |
Related: rhbz#1991688
|
|
|
2829b9 |
|
|
|
2829b9 |
* Fri Jul 09 2021 Kairui Song <kasong@redhat.com> - 0.2.3-1
|
|
|
2829b9 |
- Update to upstream latest release
|
|
|
2829b9 |
|
|
|
2829b9 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.2.2-2
|
|
|
2829b9 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
2829b9 |
|
|
|
2829b9 |
* Mon Feb 08 2021 Kairui Song <kasong@redhat.com> - 0.2.2-1
|
|
|
2829b9 |
- Update to upstream latest release
|
|
|
2829b9 |
|
|
|
2829b9 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.12-3
|
|
|
2829b9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
2829b9 |
|
|
|
2829b9 |
* Mon Jan 11 2021 Timm Bäder <tbaeder@redhat.com> - 0.1.12-2
|
|
|
2829b9 |
- Use %%make_build macro
|
|
|
2829b9 |
https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
|
|
|
2829b9 |
|
|
|
2829b9 |
* Sun Aug 30 2020 Kairui Song <kasong@redhat.com> - 0.1.12-1
|
|
|
2829b9 |
- Update to upstream latest release
|
|
|
2829b9 |
|
|
|
2829b9 |
* Thu Jul 30 2020 Kairui Song <kasong@redhat.com> - 0.1.9-1
|
|
|
2829b9 |
- Update to upstream latest release
|
|
|
2829b9 |
|
|
|
2829b9 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
|
|
|
2829b9 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
2829b9 |
|
|
|
2829b9 |
* Sat Jun 06 2020 Kairui Song <kasong@redhat.com> - 0.1.8-1
|
|
|
2829b9 |
- Update to upstream latest release
|
|
|
2829b9 |
|
|
|
2829b9 |
* Sat May 30 2020 Kairui Song <ryncsn@gmail.com> - 0.1.5-1
|
|
|
2829b9 |
- Update to upstream latest release
|
|
|
2829b9 |
|
|
|
2829b9 |
* Tue Apr 21 2020 Kairui Song <ryncsn@gmail.com> - 0.1.2-1
|
|
|
2829b9 |
- Update to upstream latest release
|
|
|
2829b9 |
|
|
|
2829b9 |
* Sun Mar 15 2020 Kairui Song <ryncsn@gmail.com> - 0-1.20200310gitee02de2
|
|
|
2829b9 |
- First release
|