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