File tomb.spec of Package tomb

#
# spec file for package tomb
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           tomb
Version:        2.10
Release:        0
Summary:        A minimalistic commandline tool to manage encrypted volumes
License:        GPL-3.0+
Group:          Productivity/Security
URL:            https://www.dyne.org/software/tomb/
Source:         https://files.dyne.org/tomb/Tomb-%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source2:        https://files.dyne.org/tomb/Tomb-%{version}.tar.gz.asc#/%{name}-%{version}.tar.gz.asc
Source3:        https://keybase.io/jaromil/key.asc#/%{name}.keyring
Patch0:         fix-env-script-interpreter-rpm-error.patch
Requires:       cryptsetup
Requires:       gnupg
Requires:       pinentry
Requires:       sudo
Requires:       zsh
Suggests:       steghide
BuildArch:      noarch

%description
Tomb aims to be a free and open source system for easy encryption and backup of
personal files, written in code that is easy to review and links shared
GNU/Linux components.

At present, Tomb consists of a simple shell script (Zsh) using standard
filesystem tools (GNU) and the cryptographic API of the Linux kernel
(cryptsetup and LUKS). Tomb can also produce machine parsable output to
facilitate its use inside graphical applications.

%prep
%setup -q -n Tomb-%{version}
%patch0 -p1

%build

%install
%make_install PREFIX=%{_prefix}

%files
%doc AUTHORS.txt ChangeLog.txt
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{ext_man}

%changelog
openSUSE Build Service is sponsored by