]> git.pld-linux.org Git - packages/cowpatty.git/blame - cowpatty.spec
- tabs in preamble
[packages/cowpatty.git] / cowpatty.spec
CommitLineData
f0568a0e 1Summary: coWPAtty - tool to audit the security of pre-shared keys selected in WiFi Protected Access (WPA) networks
391e53cc 2Summary(pl.UTF-8): coWPAtty - narzędzie do badania zabezpieczeń kluczy PSK zabranych z sieci szyfrowanych metodą WPA
6292a1f3 3Name: cowpatty
4Version: 2.0
5Release: 0.1
6License: GPL v2
7Group: Applications
8Source0: http://dl.sourceforge.net/cowpatty/%{name}-%{version}.tgz
9# Source0-md5: 3e84ea75ea014381b1c77a824714bdde
f0568a0e 10URL: http://cowpatty.sourceforge.net/
38a83590
JB
11BuildRequires: libpcap-devel
12BuildRequires: openssl-devel
6292a1f3 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16coWPAtty is designed to audit the security of pre-shared keys selected
17in WiFi Protected Access (WPA) networks.
18
cc59660c
JR
19%description -l pl.UTF-8
20coWPAtty został stworzony do badania zabezpieczeń kluczy PSK zabranych
21z sieci szyfrowanych metodą WPA.
6292a1f3 22
23%prep
24%setup -q -n %{name}
25
26%build
38a83590
JB
27%{__make} \
28 CC="%{__cc}" \
29 CFLAGS="%{rpmcflags} -Wall -DOPENSSL"
6292a1f3 30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_bindir}
34install cowpatty $RPM_BUILD_ROOT%{_bindir}
35install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
38a83590 42%doc AUTHORS CHANGELOG FAQ README TODO WISHLIST
6292a1f3 43%attr(755,root,root) %{_bindir}/cowpatty
This page took 0.077218 seconds and 4 git commands to generate.