File ike-scan.spec of Package ike-scan
#
# spec file for package ike-scan
#
# 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: ike-scan
Version: 1.9
Release: 1.0
License: GPL-2.0
Group: Productivity/Networking/Security
Url: http://www.nta-monitor.com/wiki/index.php/Ike-scan_Documentation
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: IPsec VPN scanning, fingerprinting and testing tool
%description
ike-scan is a command-line tool that uses the IKE protocol to discover,
fingerprint and test IPsec VPN servers.
%define debug_package_requires %{name} = %{version}-%{release}
%prep
%setup -q
%build
%configure --disable-static
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%clean
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/ike-scan
%{_bindir}/psk-crack
%{_datadir}/ike-scan
%{_mandir}/man1/ike-scan.1.gz
%{_mandir}/man1/psk-crack.1.gz
%changelog