]> git.pld-linux.org Git - packages/asleap.git/blame - asleap.spec
- source update
[packages/asleap.git] / asleap.spec
CommitLineData
ee2049c3
GS
1Summary: asleap - recovers weak LEAP password
2Name: asleap
3Version: 1.4
4Release: 0.1
5License: GPL v2
6Group: Applications/System
f052629a 7Source0: http://dl.sourceforge.net/asleap/%{name}-%{version}.tgz
ee2049c3
GS
8# Source0-md5: 805f1e239d9c8b027822aae379eb3a61
9URL: http://asleap.sourceforge.net/
10BuildRequires: openssl-devel
11BuildRequires: libpcap-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15This tool is released as a proof-of-concept to demonstrate weaknesses
16in the LEAP and PPTP protocols.
17
18%prep
19%setup -q -n %{name}
20
21%build
22%{__make}
23
24%install
25rm -rf $RPM_BUILD_ROOT
26
27install -d $RPM_BUILD_ROOT%{_bindir}
28
29install asleap $RPM_BUILD_ROOT%{_bindir}
30install genkeys $RPM_BUILD_ROOT%{_bindir}
31
32%clean
33rm -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.060033 seconds and 4 git commands to generate.