You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgpdump/pgpdump.spec

45 lines
1.2 KiB

11 years ago
Name: pgpdump
11 years ago
Version: 0.29
Release: 3%{?dist}
11 years ago
Summary: PGP packet visualizer
License: MIT
URL: http://www.mew.org/~kazu/proj/pgpdump/
Source0: http://www.mew.org/~kazu/proj/pgpdump/%{name}-%{version}.tar.gz
BuildRequires: bzip2-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).
%prep
%setup -q
%build
%configure
11 years ago
%make_build
11 years ago
%install
11 years ago
%make_install
11 years ago
%files
%doc CHANGES COPYRIGHT README.md
%{_bindir}/pgpdump
%{_mandir}/man1/pgpdump.1*
%changelog
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
11 years ago
* Fri Aug 01 2014 Christopher Meng <rpm@cicku.me> - 0.29-1
- Update to 0.29
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
11 years ago
* Fri Aug 09 2013 Christopher Meng <rpm@cicku.me> - 0.28-1
- Initial Package.