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