]> git.pld-linux.org Git - packages/asleap.git/commitdiff
- init spec
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Mon, 25 Apr 2005 09:24:09 +0000 (09:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asleap.spec -> 1.1

asleap.spec [new file with mode: 0644]

diff --git a/asleap.spec b/asleap.spec
new file mode 100644 (file)
index 0000000..d8f1735
--- /dev/null
@@ -0,0 +1,39 @@
+Summary:       asleap - recovers weak LEAP password
+Name:          asleap
+Version:       1.4
+Release:       0.1
+License:       GPL v2
+Group:         Applications/System
+Source0:       %{name}-%{version}.tgz
+# Source0-md5: 805f1e239d9c8b027822aae379eb3a61
+URL:           http://asleap.sourceforge.net/
+BuildRequires: openssl-devel
+BuildRequires: libpcap-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This tool is released as a proof-of-concept to demonstrate weaknesses
+in the LEAP and PPTP protocols.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install asleap $RPM_BUILD_ROOT%{_bindir}
+install genkeys $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc FEATURES README THANKS
+
+%attr(755,root,root) %{_bindir}/*
This page took 0.153894 seconds and 4 git commands to generate.