problem
no rpm package of aircrack-2.2 for fc2
solution
create one
the way
- spec file
- rpmbuild -bb aircrack-2.2.spec
here is my spec file
root@pc4:/usr/src# cat aircrack-2.2.spec
# $Id: aircrack.spec 2975 2005-03-09 05:31:45Z dag $
# Authority: dag
# Upstream: Christophe Devine
Summary: Reliable 802.11 (wireless) sniffer and WEP key cracker
Name: aircrack
Version: 2.2
Release: 1
License: GPL
Group: Applications/Internet
URL: http://www.cr0.net:8040/code/network/
Source: aircrack-2.2.tar
BuildRoot: /tmp/%{name}-%{version}-%{release}-root
%description
Reliable 802.11 (wireless) sniffer and WEP key cracker
%prep
%setup
%build
%{__make} %{?_smp_mflags} \
CFLAGS="%{optflags}"
%install
%{__rm} -rf %{buildroot}
%makeinstall
%{__rm} -f %{buildroot}%{_bindir}/hopper.sh
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc ChangeLog
%{_bindir}/airdecap
%{_bindir}/aircrack
%{_bindir}/aireplay
%{_bindir}/airodump
%{_bindir}/arpforge
%changelog
* Fri Oct 01 2004 Dag Wieers - 2.1-1
- Updated to release 2.1.
* Sat Sep 25 2004 Dag Wieers - 2.0.2-1
- Updated to release 2.0.2.
* Wed Sep 22 2004 Dag Wieers - 2.0.1-1
- Updated to release 2.0.1.
* Fri Sep 03 2004 Dag Wieers - 2.0-1
- Updated to release 2.0.
* Thu Aug 26 2004 Dag Wieers - 1.4-1
- Updated to release 1.4.
* Fri Aug 20 2004 Dag Wieers - 1.3-1
- Updated to release 1.3.
* Wed Aug 18 2004 Dag Wieers - 1.2.1-1
- Updated to release 1.2.1.
* Wed Aug 11 2004 Dag Wieers - 1.1-1
- Updated to release 1.1.
* Fri Jul 30 2004 Dag Wieers - 1.0-1
- Initial package. (using DAR)