File pgpdump.spec of Package pgpdump
#
# spec file for package pgpdump
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <[email protected]>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: pgpdump
Version: 0.36
Release: 0
Summary: PGP packet visualizer
License: BSD-3-Clause
URL: https://www.mew.org/~kazu/proj/pgpdump/en/
Source: https://www.mew.org/~kazu/proj/pgpdump/%{name}-%{version}.tar.gz
# https://github.com/kazu-yamamoto/pgpdump/commit/541442dc04259bde680b46742522177be40cc065
Patch0: pgpdump-gcc15.patch
%description
pgpdump is a PGP packet visualizer which displays the packet format of OpenPGP
(RFC 4880) and PGP version 2 (RFC 1991).
%prep
%autosetup -p1
%build
%configure
%make_build
%install
%make_install
%files
%license COPYRIGHT
%doc CHANGES
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}
%changelog