Name: masscan Version: 1.0.3 Release: 1 Summary: This is the fastest Internet port scanner License: BSD URL: https://github.com/robertdavidgraham/%{name} Source0: https://github.com/robertdavidgraham/%{name}-%{version}.tar.gz Patch0: %{name}-1.0-secondary.patch BuildRequires: libpcap-devel %description It is a faster port scan that produces results similar to nmap, the most famous port scanner. Internally, it operates more like scanrand, unicornscan, and ZMap, using asynchronous transmission. %prep %setup -q %patch0 -p1 -b .secondary sed -i 's/\r$//' VULNINFO.md %build make %{?_smp_mflags} CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" %install make install DESTDIR=%{buildroot} mkdir -p %{buildroot}%{_bindir}/ install -pm 0755 bin/masscan %{buildroot}%{_bindir}/%{name} %files %doc LICENSE VULNINFO.md README.md %{_bindir}/masscan %changelog * Mon May 12 2014 Scott R. Shinn - 1.0.3-1 - Updte to 1.0.3 * Tue Jan 21 2014 Dan HorĂ¡k - 1.0-8 - fix build on secondary arches * Wed Jan 01 2014 Rino Rondan - 1.0-7 - Change the description * Mon Nov 04 2013 Rino Rondan - 1.0-6 - Change the version macro, and all relationship with it * Thu Oct 31 2013 Rino Rondan - 1.0-5 - Change summary and description * Thu Oct 31 2013 Rino Rondan - 1.0-4 - Add some variables to build * Thu Oct 31 2013 Rino Rondan - 1.0-3 - Add the correct info on changelog - Fix the problem with doc * Thu Oct 31 2013 Rino Rondan - 1.0-2 - Add the correct tag for pre-release on Version and Release - Add global variable for checkout * Wed Sep 11 2013 Rino Rondan - 1.0-1 - Initial Package