[packages/paperkey] initial PLD release
gotar
gotar at pld-linux.org
Sun Dec 25 15:12:15 CET 2016
commit 7c4eccfb5ff60fe72332276344f2619024679d19
Author: Tomasz Pala <gotar at pld-linux.org>
Date: Sun Dec 25 15:11:47 2016 +0100
initial PLD release
paperkey.spec | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
---
diff --git a/paperkey.spec b/paperkey.spec
new file mode 100644
index 0000000..b1ff615
--- /dev/null
+++ b/paperkey.spec
@@ -0,0 +1,42 @@
+Summary: OpenPGP key archiver
+Summary(pl.UTF-8): Archiwizator kluczy OpenPGP
+Name: paperkey
+Version: 1.4
+Release: 1
+License: GPL v2+
+Group: Applications/Archiving
+Source0: http://www.jabberwocky.com/software/paperkey/%{name}-%{version}.tar.gz
+# Source0-md5: 7c12873562bcff32f8aebd2811708df1
+URL: http://www.jabberwocky.com/software/paperkey/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A reasonable way to achieve a long term backup of OpenPGP (PGP, GnuPG,
+etc) keys is to print them out on paper. Paper and ink have amazingly
+long retention qualities - far longer than the magnetic or optical
+means that are generally used to back up computer data. A paper
+backup isn't a replacement for the usual machine readable (tape, CD-R,
+DVD-R, etc) backups, but rather as an if-all-else-fails method of
+restoring a key.
+
+%prep
+%setup -q
+
+%build
+%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 AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/paperkey.git/commitdiff/7c4eccfb5ff60fe72332276344f2619024679d19
More information about the pld-cvs-commit
mailing list