From 1ad254971300e376a970c0079fda89ff9fffd0c7 Mon Sep 17 00:00:00 2001 From: Grzegorz Sterniczuk Date: Thu, 28 Apr 2005 09:57:15 +0000 Subject: [PATCH] - init spec Changed files: Cowpatty.spec -> 1.1 --- Cowpatty.spec | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Cowpatty.spec diff --git a/Cowpatty.spec b/Cowpatty.spec new file mode 100644 index 0000000..446b43d --- /dev/null +++ b/Cowpatty.spec @@ -0,0 +1,37 @@ +Summary: Tool designed to audit PSK selection for WPA +Name: Cowpatty +Version: 2.0 +Release: 0.2 +License: GPL v2 +Group: Applications/System +Source0: http://new.remote-exploit.org/images/5/5a/%{name}-%{version}.tar.gz +# Source0-md5: e3331b95e66b1126c50a4c84c0fc21a9 +URL: http://new.remote-exploit.org/index.php/Codes_main +BuildRequires: libpcap-devel +BuildRequires: openssl-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +coWPAtty is designed to audit the pre-shared key (PSK) selection for +WPA networks based on the TKIP protocol. + +%prep +%setup -q -n cowpatty + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{_bindir} +install cowpatty $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS CHANGELOG FAQ INSTALL README TODO WISHLIST + +%attr(755,root,root) %{_bindir}/* -- 2.44.0