diff --git a/ike-scan.spec b/ike-scan.spec new file mode 100644 index 0000000..1e9c255 --- /dev/null +++ b/ike-scan.spec @@ -0,0 +1,50 @@ +Name: ike-scan +Version: 1.9 +Release: 2%{?dist} +Summary: IKE protocol tool to discover, fingerprint and test IPsec VPN servers + +Group: Applications/Internet +License: GPL +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 +* Thu May 03 2007 Sindre Pedersen Bjørdal - 1.9-2 +- Add openssl support +* Thu May 03 2007 Sindre Pedersen Bjørdal - 1.9-1 +- Initial build