From 7f620a4153ab585681c4104081829fceb562895e Mon Sep 17 00:00:00 2001 From: James Antill Date: Thu, 26 May 2022 11:21:36 -0400 Subject: [PATCH] Auto sync2gitlab import of memstrack-0.1.11-1.el8.src.rpm --- .gitignore | 1 + EMPTY | 1 - memstrack.spec | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 4 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 EMPTY create mode 100644 memstrack.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f5bed75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/memstrack-bdc9386.tar.gz diff --git a/EMPTY b/EMPTY deleted file mode 100644 index 0519ecb..0000000 --- a/EMPTY +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/memstrack.spec b/memstrack.spec new file mode 100644 index 0000000..7f17b5c --- /dev/null +++ b/memstrack.spec @@ -0,0 +1,57 @@ +# vim: syntax=spec +%global gitcommit bdc9386376f377218b25624a580a39c4d5917f71 +%global gitshortcommit %(c=%{gitcommit}; echo ${c:0:7}) +%global snapshotdate 20200806 + +Name: memstrack +Version: 0.1.11 +Release: 1%{?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: gcc +BuildRequires: ncurses-devel + +Source: https://github.com/ryncsn/memstrack/archive/%{gitcommit}/memstrack-%{gitshortcommit}.tar.gz + +%description +A memory allocation tracer, like a hot spot analyzer for memory allocation + +%prep +%setup -q -n memstrack-%{gitcommit} + +%build +%{set_build_flags} +make %{?_smp_mflags} + +%install +mkdir -p %{buildroot}/%{_bindir} +install -p -m 755 memstrack %{buildroot}/%{_bindir} + +%files +%doc README.md +%license LICENSE +%{_bindir}/memstrack + +%changelog +* Tue Aug 6 2020 Kairui Song - 0.1.11-1 +- Fix memstrack failure with large memory hole + +* Tue Jul 14 2020 Kairui Song - 0.1.8-2 +- Fix TUI not quiting issue + +* Sun Jun 28 2020 Kairui Song - 0.1.8-1 +- Bump to latest upstream version, fix some issues and introduce unit test + +* Wed Jun 24 2020 Kairui Song - 0.1.7-1 +- Bump to latest upstream version to fix multiple bugs + +* Wed May 20 2020 Kairui Song - 0.1.4-1 +- Bump to latest upstream version to fix some other issue found in early testing + +* Tue May 19 2020 Kairui Song - 0.1.3-1 +- Bump to latest upstream version to fix problems found by rpmdiff + +* Thu May 07 2020 Kairui Song - 0.1.2-1 +- Initial Release diff --git a/sources b/sources new file mode 100644 index 0000000..7af621b --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (memstrack-bdc9386.tar.gz) = 51953dfdf10e7065dfde17c32b124425486a6a5fbc7b574125f18a5e2af78a3e32ad53555595e183a28e24a0d2992ca9d056450b8547442f3abee738d8c7b90a