]> git.pld-linux.org Git - packages/asleap.git/blob - asleap.spec
- init spec
[packages/asleap.git] / asleap.spec
1 Summary:        asleap - recovers weak LEAP password
2 Name:           asleap
3 Version:        1.4
4 Release:        0.1
5 License:        GPL v2
6 Group:          Applications/System
7 Source0:        %{name}-%{version}.tgz
8 # Source0-md5:  805f1e239d9c8b027822aae379eb3a61
9 URL:            http://asleap.sourceforge.net/
10 BuildRequires:  openssl-devel
11 BuildRequires:  libpcap-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 This tool is released as a proof-of-concept to demonstrate weaknesses
16 in the LEAP and PPTP protocols.
17
18 %prep
19 %setup -q -n %{name}
20
21 %build
22 %{__make}
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26
27 install -d $RPM_BUILD_ROOT%{_bindir}
28
29 install asleap $RPM_BUILD_ROOT%{_bindir}
30 install genkeys $RPM_BUILD_ROOT%{_bindir}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc FEATURES README THANKS
38
39 %attr(755,root,root) %{_bindir}/*
This page took 0.075728 seconds and 3 git commands to generate.