[weplab] * Fri Mar 29 2013 Fabian Affolter <fabian at bernewireless.net> - 0.1.5-11 - ARM64

Fabian Affolter fab at fedoraproject.org
Fri Mar 29 10:33:18 UTC 2013


commit 6dd115f214af84cac43506af0a03db77a3b457cb
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Fri Mar 29 11:33:09 2013 +0100

    * Fri Mar 29 2013 Fabian Affolter <fabian at bernewireless.net> - 0.1.5-11
    - ARM64

 weplab.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/weplab.spec b/weplab.spec
index 499d29f..c726613 100644
--- a/weplab.spec
+++ b/weplab.spec
@@ -1,6 +1,6 @@
 Name:           weplab
 Version:        0.1.5
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Analyzing WEP encryption security on wireless networks
 
 Group:          Applications/System
@@ -10,7 +10,8 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libpcap-devel
-Requires:	wireless-tools
+
+Requires:	    wireless-tools
 
 %description
 WepLab is a tool designed to teach how WEP works, what different
@@ -24,29 +25,28 @@ that would obfuscate it.
 %prep
 %setup -q
 
-
 %build
+autoreconf
 %configure
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $%{buildroot}
 make install DESTDIR=%{buildroot}
 
-
 %clean
 rm -rf %{buildroot}
 
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
 %{_mandir}/man1/weplab.1*
 %{_bindir}/weplab
 
-
 %changelog
+* Fri Mar 29 2013 Fabian Affolter <fabian at bernewireless.net> - 0.1.5-11
+- 
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.5-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list