SPECS: cowpatty.spec (NEW) - new spec created by Marcin Biczan <bi...
bartowl
bartowl at pld-linux.org
Thu Jul 27 15:05:51 CEST 2006
Author: bartowl Date: Thu Jul 27 13:05:51 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new spec created by Marcin Biczan <bibiak at magma-net.pl>
- adapterized, tested - STBR
- i still suggest +rw for him (see my commits to find his specs)
---- Files affected:
SPECS:
cowpatty.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/cowpatty.spec
diff -u /dev/null SPECS/cowpatty.spec:1.1
--- /dev/null Thu Jul 27 15:05:51 2006
+++ SPECS/cowpatty.spec Thu Jul 27 15:05:46 2006
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+
+Summary: coWPAtty is designed to audit the security of pre-shared keys selected in WiFi Protected Access (WPA) networks
+Summary(pl): coWPAtty został stworzony do badania zabezpieczeń kluczy PSK zabranych z sieci szyfrowaych metodą WPA.
+Name: cowpatty
+Version: 2.0
+Release: 0.1
+License: GPL v2
+Group: Applications
+Source0: http://dl.sourceforge.net/cowpatty/%{name}-%{version}.tgz
+# Source0-md5: 3e84ea75ea014381b1c77a824714bdde
+URL: http://cowpatty.sourceforge.net
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+coWPAtty is designed to audit the security of pre-shared keys selected
+in WiFi Protected Access (WPA) networks.
+
+%description -l pl
+coWPAtty został stworzony do badania zabezpieczeń kluczy PSK zabranych
+z sieci szyfrowaych metodą WPA.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install cowpatty $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CHANGELOG COPYING FAQ README TODO WISHLIST
+%attr(755,root,root) %{_bindir}/cowpatty
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/07/27 13:05:46 bartowl
+- new spec created by Marcin Biczan <bibiak at magma-net.pl>
+- adapterized, tested - STBR
+- i still suggest +rw for him (see my commits to find his specs)
+
================================================================
More information about the pld-cvs-commit
mailing list