File sshfp.spec of Package sshfp
#
# spec file for package sshfp
#
# Copyright (c) 2011 SUSE LINUX Products 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: sshfp
Version: 1.1.3
Release: 1
Summary: RFC4255 DNS SSHFP record generator
License: GPLv2
Group: Productivity/Networking/DNS/Utilities
Url: http://www.xelerance.com/software/sshfp/
#Git-Clone: http://git.openswan.org/sshfp.git
#Source: http://www.xelerance.com/software/sshfp/sshfp-1.1.3.tar.gz
Source: %name-%version.tar.bz2
Requires: python-dnspython
BuildArch: noarch
%description
sshfp generates DNS SSHFP records from SSH public keys. sshfp can
take public keys from a knownhosts file or from scanning the host's
sshd daemon. The ssh client can use these SSHFP records if you set
"VerifyHostKeyDNS yes" in the file /etc/ssh/ssh_config.
%prep
%setup -q
%build
%install
mkdir -p "%buildroot/%_bindir" "%buildroot/%_mandir"
make install DESTDIR="%buildroot"
%clean
rm -rf "%buildroot"
%files
%defattr(-,root,root)
%_bindir/*
%_mandir/*/*
%doc BUGS CHANGES COPYING README
%changelog