]> git.pld-linux.org Git - packages/asleap.git/commitdiff
- pl, cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Apr 2005 19:16:49 +0000 (19:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asleap.spec -> 1.3

asleap.spec

index c90a4e46017b1d8050ba9d4637041f4303472c10..1640351a82d34e76747a60a12fb4f9ea8195bfba 100644 (file)
@@ -1,4 +1,6 @@
+# TODO: optflags
 Summary:       asleap - recovers weak LEAP password
+Summary(pl):   asleap - odtwarzanie s³abych hase³ LEAP
 Name:          asleap
 Version:       1.4
 Release:       0.1
@@ -7,14 +9,17 @@ Group:                Applications/System
 Source0:       http://dl.sourceforge.net/asleap/%{name}-%{version}.tgz
 # Source0-md5: 805f1e239d9c8b027822aae379eb3a61
 URL:           http://asleap.sourceforge.net/
-BuildRequires: openssl-devel
 BuildRequires: libpcap-devel
+BuildRequires: openssl-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.
 
+%description -l pl
+To narzêdzie s³u¿y do demonstracji s³abo¶ci protoko³ów LEAP i PPTP.
+
 %prep
 %setup -q -n %{name}
 
@@ -23,7 +28,6 @@ in the LEAP and PPTP protocols.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_bindir}
 
 install asleap $RPM_BUILD_ROOT%{_bindir}
@@ -35,5 +39,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc FEATURES README THANKS
-
 %attr(755,root,root) %{_bindir}/*
This page took 0.05032 seconds and 4 git commands to generate.