]> git.pld-linux.org Git - packages/paperkey.git/commitdiff
initial PLD release master auto/th/paperkey-1.4-1
authorTomasz Pala <gotar@pld-linux.org>
Sun, 25 Dec 2016 14:11:47 +0000 (15:11 +0100)
committerTomasz Pala <gotar@pld-linux.org>
Sun, 25 Dec 2016 14:11:47 +0000 (15:11 +0100)
paperkey.spec [new file with mode: 0644]

diff --git a/paperkey.spec b/paperkey.spec
new file mode 100644 (file)
index 0000000..b1ff615
--- /dev/null
@@ -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*
This page took 0.084206 seconds and 4 git commands to generate.