Blob Blame History Raw
Name:           ike-scan
Version:        1.9
Release:        6%{?dist}
Summary:        IKE protocol tool to discover, fingerprint and test IPsec VPN servers

Group:          Applications/Internet
License:        GPLv2+
URL:            http://www.nta-monitor.com/tools/ike-scan/
Source0:        http://www.nta-monitor.com/tools/ike-scan/download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  openssl-devel


%description
ike-scan is a command-line tool that uses the IKE protocol to discover,
fingerprint and test IPsec VPN servers.

%prep
%setup -q


%build
%configure --with-openssl
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/*
%{_mandir}/man?/*
%{_datadir}/ike-scan



%changelog
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 1.9-6
- rebuild with new openssl

* Thu Jul 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.9-5
- fix license tag

* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9-4
- Autorebuild for GCC 4.3

* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.9-3
- Rebuild for deps

* Thu May 03 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.9-2
- Add openssl support
* Thu May 03 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.9-1
- Initial build