File wifite.spec of Package wifite
Summary: Automated wireless auditor
Name: wifite
Version: 2.0.89
Release: 1
Source0: http://wifite.googlecode.com/files/%{name}-%{version}.tar.gz
License: GPLv2
Group: Internet
BuildArch: noarch
URL: https://github.com/derv82/wifite
Requires: aircrack-ng, reaver, pyrit, cowpatty
%description
To attack multiple WEP, WPA, and WPS encrypted networks in a row. This tool is
customizable to be automated with only a few arguments. Wifite aims to be the
"set it and forget it" wireless auditing tool.
%prep
%setup -q
%build
%install
rm -rf $RPM_BUILD_ROOT
install -Dm755 %{name}.py $RPM_BUILD_ROOT%{_bindir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%doc readme.md
%{_bindir}/%{name}
%changelog
* Thu Aug 30 2018 Huaren Zhong <huaren.zhong@gmail.com> 2.0.89
- Rebuild for Fedora