public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/procdump] epel9: Initial import (#1758499)
Date: Wed, 05 Aug 2026 19:15:21 GMT	[thread overview]
Message-ID: <178595732184.1.11369980506906056871.rpms-procdump-d905ce2fafe0@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-05 19:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178595732184.1.11369980506906056871.rpms-procdump-d905ce2fafe0@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox