rpms/ike-scan/FC-5 ike-scan.spec,NONE,1.1

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Sat May 12 00:14:10 UTC 2007


Author: sindrepb

Update of /cvs/extras/rpms/ike-scan/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11540

Added Files:
	ike-scan.spec 
Log Message:
add files to branch


--- NEW FILE ike-scan.spec ---
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 <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




More information about the fedora-extras-commits mailing list