File nkmkpasswd.spec of Package nkmkpasswd
#
# spec file for package nkmkpasswd
#
# Copyright (c) 2017 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: nkmkpasswd
Version: 0.0.2
Release: 0
Summary: Create Passwords with various Levels of Strength
Source: https://prdownloads.sourceforge.net/nkmkpasswd/nkmkpasswd-%{version}.tar.bz2
URL: https://sourceforge.net/projects/nkmkpasswd/
Group: Productivity/Security
License: GPL-2.0
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildArch: noarch
%description
nkmkpasswd (Nigel's mkpasswd) is a version of mkpasswd that supports various
levels of strength, various lengths, and passphrases of varying words and
word lengths.
%prep
%setup -q
%build
%install
%__install -D -m0755 nkmkpasswd "%{buildroot}%{_bindir}/nkmkpasswd"
%files
%defattr(-,root,root)
%doc LICENSE README
%{_bindir}/nkmkpasswd