]> git.pld-linux.org Git - packages/paperkey.git/blob - paperkey.spec
initial PLD release
[packages/paperkey.git] / paperkey.spec
1 Summary:        OpenPGP key archiver
2 Summary(pl.UTF-8):      Archiwizator kluczy OpenPGP
3 Name:           paperkey
4 Version:        1.4
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Archiving
8 Source0:        http://www.jabberwocky.com/software/paperkey/%{name}-%{version}.tar.gz
9 # Source0-md5:  7c12873562bcff32f8aebd2811708df1
10 URL:            http://www.jabberwocky.com/software/paperkey/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 A reasonable way to achieve a long term backup of OpenPGP (PGP, GnuPG,
15 etc) keys is to print them out on paper.  Paper and ink have amazingly
16 long retention qualities - far longer than the magnetic or optical
17 means that are generally used to back up computer data.  A paper
18 backup isn't a replacement for the usual machine readable (tape, CD-R,
19 DVD-R, etc) backups, but rather as an if-all-else-fails method of
20 restoring a key.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc AUTHORS ChangeLog NEWS README
41 %attr(755,root,root) %{_bindir}/%{name}
42 %{_mandir}/man1/%{name}.1*
This page took 0.05185 seconds and 3 git commands to generate.