Name: fakeap Version: 0.3.2 Release: 1%{?dist} Summary: Fake Access Points generator Group: Applications/Internet License: GPLv2 URL: http://www.blackalchemy.to/project/fakeap/ #Reported upstream about the url issue but till now no answer #Source0: http://www.blackalchemy.to:8060/project/fakeap/download.php?name=%{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Buildarch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description FakeAP generates thousands of counterfeit 802.11b access points. Hide in plain sight amongst Fake AP's cacophony of beacon frames. As part of a honeypot or as an instrument of your site security plan, Fake AP confuses Wardrivers, NetStumblers, Script Kiddies, and other undesirables. %prep %setup -q %build #nothing to build %install rm -rf %{buildroot} install -Dp -m 0755 fakeap.pl %{buildroot}%{_bindir}/%{name}.pl #add shebang to make rpmlint quite sed -i -e '1d;2i#!/usr/bin/perl' %{buildroot}%{_bindir}/%{name}.pl %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING CREDITS INSTALL README lists/ %{_bindir}/%{name}.pl %changelog * Sat Nov 01 2008 Fabian Affolter - 0.3.2-1 - Initial package for Fedora