Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37042478
en ru br
ALT Linux repos
S:0.35-alt1

Group :: File tools
RPM: pgpdump

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: pgpdump
Version: 0.35
Release: alt1

Summary: A PGP packet visualizer
License: BSD-3-Clause
Group: File tools
Url: http://www.mew.org/~kazu/proj/pgpdump/
Vcs: https://github.com/kazu-yamamoto/pgpdump

Source: %name-%version.tar

BuildRequires: bzlib-devel
BuildRequires: zlib-devel

%description
pgpdump is a PGP packet visualizer which displays the packet format of
OpenPGP (RFC 4880) and PGP version 2 (RFC 1991).

The output of this command is similar to the one of GnuPG's `list
packets' command, however, pgpdump produces a more detailed and easier
to understand.

%prep
%setup

%build
%configure
%make

%install
install -D pgpdump %buildroot%_bindir/pgpdump
install -D pgpdump.1 %buildroot%_man1dir/pgpdump.1

%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

%check
data/test.sh -v

%files
%doc CHANGES COPYRIGHT README.md
%_bindir/pgpdump
%_man1dir/pgpdump.*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin