rpms/ike-scan/devel ike-scan.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Wed May 9 23:17:04 UTC 2007


Author: sindrepb

Update of /cvs/extras/rpms/ike-scan/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2327/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ike-scan.spec 
Log Message:
Add ike-scan, maintained by me



--- 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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ike-scan/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 May 2007 20:33:43 -0000	1.1
+++ .cvsignore	9 May 2007 23:16:29 -0000	1.2
@@ -0,0 +1 @@
+ike-scan-1.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ike-scan/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 May 2007 20:33:43 -0000	1.1
+++ sources	9 May 2007 23:16:29 -0000	1.2
@@ -0,0 +1 @@
+bed63c7d2f54c482525a735be7b5e720  ike-scan-1.9.tar.gz




More information about the fedora-extras-commits mailing list