Author: duddits Date: Sun Mar 8 08:48:27 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.53 - ncurses.patch updated - apparently needs --with-libcurses to find the ncurses headers
---- Files affected: SPECS: ssidsniff.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/ssidsniff.spec diff -u SPECS/ssidsniff.spec:1.6 SPECS/ssidsniff.spec:1.7 --- SPECS/ssidsniff.spec:1.6 Mon Feb 12 23:09:16 2007 +++ SPECS/ssidsniff.spec Sun Mar 8 09:48:21 2009 @@ -2,13 +2,13 @@ Summary: Wireless network audit tools Summary(pl.UTF-8): Narzędzia do audytu sieci bezprzewodowych Name: ssidsniff -Version: 0.42 +Version: 0.53 Release: 1 Epoch: 0 License: GPL v2 Group: Networking/Utilities Source0: http://www.bastard.net/~kos/wifi/%{name}-%{version}.tar.gz -# Source0-md5: a38ddcb3c23af30f00d8ad04f781a700 +# Source0-md5: fefdb94e5c5ca4a8085b8531a679638c Patch0: %{name}-ncurses.patch URL: http://www.bastard.net/~kos/wifi/ BuildRequires: autoconf @@ -36,7 +36,8 @@ %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --with-libcurses=%{_includedir}/ncurses %{__make} %install @@ -60,6 +61,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2009/03/08 08:48:21 duddits +- up to 0.53 +- ncurses.patch updated +- apparently needs --with-libcurses to find the ncurses headers + Revision 1.6 2007/02/12 22:09:16 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ssidsniff.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
