]> git.pld-linux.org Git - packages/aircrack.git/commitdiff
- prefix, %files, cosmetics
authorzbyniu <zbyniu@pld-linux.org>
Sun, 26 Dec 2004 01:45:15 +0000 (01:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aircrack.spec -> 1.2

aircrack.spec

index ca97b399a466d28742fbc5ab78b446e08259a26e..00fe20bd05f62f84b8a2d9ab656f3672db4c5481 100644 (file)
@@ -8,7 +8,6 @@ Group:          Networking
 Source0:       http://www.cr0.net:8040/code/network/%{name}-%{version}.tgz
 # Source0-md5: 694c6180f620b0534e5925a71b960bd1
 URL:           http://www.cr0.net:8040/code/network/
-BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -17,27 +16,26 @@ Fluhrer - Mantin - Shamir (FMS) attack, When enough encrypted packets
 have been gathered, aircrack can almost instantly recover the WEP key.
 
 %description -l pl
-Aircrack to program do ³amania szyfrowania WEP dla protoko³u 802.11,
+Aircrack to program do ³amania szyfrowania WEP dla protoko³u 802.11
 u¿ywaj±cy ataku typu FMS.
 
 %prep
 %setup -q
 
-
 %build
 %{__make}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
+       prefix=/usr \
         DESTDIR=$RPM_BUILD_ROOT
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog docs/*
+%attr(755,root,root) %{_bindir}/*
This page took 0.070156 seconds and 4 git commands to generate.