public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/procdump] epel9: Initial import (#1758499)
@ 2026-08-05 19:15
0 siblings, 0 replies; only message in thread
From: @ 2026-08-05 19:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/procdump
Branch : epel9
Commit : d905ce2fafe08af20ddc966360162c5ff3d83b78
Author : Matěj Grabovský <mgrabovs@redhat.com>
Date : 2019-10-09T15:35:25+02:00
Stats : +51/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/procdump/c/d905ce2fafe08af20ddc966360162c5ff3d83b78?branch=epel9
Log:
Initial import (#1758499)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6e7ec6a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/ProcDump-for-Linux-1.0.1.tar.gz
diff --git a/procdump.spec b/procdump.spec
new file mode 100644
index 0000000..3720258
--- /dev/null
+++ b/procdump.spec
@@ -0,0 +1,49 @@
+# Name of the upstream GitHub repository.
+%global repo_name ProcDump-for-Linux
+
+Name: procdump
+Version: 1.0.1
+Release: 1%{?dist}
+Summary: Sysinternals process dump utility
+
+License: MIT
+URL: https://github.com/microsoft/%{repo_name}
+Source: %{url}/archive/%{version}/%{repo_name}-%{version}.tar.gz
+
+BuildRequires: gcc
+BuildRequires: make
+BuildRequires: zlib-devel
+Requires: gdb >= 7.6.1
+
+%description
+ProcDump is a command-line utility whose primary purpose is monitoring an
+application for various resources and generating crash dumps during a spike that
+an administrator or developer can use to determine the cause of the issue.
+ProcDump also serves as a general process dump utility that you can embed in
+other scripts.
+
+
+%prep
+%autosetup -n %{repo_name}-%{version}
+
+
+%build
+%make_build CFLAGS="%{optflags}"
+
+
+%install
+%make_install
+
+
+%files
+%license LICENSE
+%doc README.md
+%doc procdump.gif
+%{_bindir}/procdump
+%{_mandir}/man1/procdump.1*
+
+
+
+%changelog
+* Fri Oct 4 2019 Matěj Grabovský <mgrabovs@redhat.com> - 1.0.1-1
+- Initial release
diff --git a/sources b/sources
new file mode 100644
index 0000000..afb887b
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (ProcDump-for-Linux-1.0.1.tar.gz) = 730fe4c16913fe853ac8b67ab7d79161f38b8051d4e02f9285ba7a35eb7f3ab1c6872ff8955f074213876bf08bdfadfaccf5e06275eb3a747607245e6bf33818
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-05 19:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 19:15 [rpms/procdump] epel9: Initial import (#1758499)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox