[packages/pgpdump] initial PLD release
gotar
gotar at pld-linux.org
Mon Dec 26 22:06:29 CET 2016
commit 9641fd9bb901790a51d3f7752623fcb3b3be04fa
Author: Tomasz Pala <gotar at pld-linux.org>
Date: Mon Dec 26 22:06:05 2016 +0100
initial PLD release
pgpdump.spec | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
---
diff --git a/pgpdump.spec b/pgpdump.spec
new file mode 100644
index 0000000..44bbb03
--- /dev/null
+++ b/pgpdump.spec
@@ -0,0 +1,39 @@
+Summary: PGP packet visualizer
+Name: pgpdump
+Version: 0.31
+Release: 1
+License: MIT-like
+Group: Applications/File
+Source0: http://www.mew.org/~kazu/proj/pgpdump//%{name}-%{version}.tar.gz
+# Source0-md5: a68e04a73a01c050bc83343bb0dd2ba0
+URL: http://www.mew.org/~kazu/proj/pgpdump/en/
+BuildRequires: autoconf
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PGP packet visualizer which displays the packet format of OpenPGP
+(RFC 4880) and PGP version 2 (RFC 1991).
+
+%prep
+%setup -q
+
+%build
+%{__autoconf}
+%{__autoheader}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES COPYRIGHT README.md
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pgpdump.git/commitdiff/9641fd9bb901790a51d3f7752623fcb3b3be04fa
More information about the pld-cvs-commit
mailing list