Author: radek Date: Sat Jun 19 18:59:42 2010 GMT Module: packages Tag: HEAD ---- Log message: - release 6: hacks, BR: bluez-libs and -ltinfo
---- Files affected: packages/kismet: kismet.spec (1.53 -> 1.54) ---- Diffs: ================================================================ Index: packages/kismet/kismet.spec diff -u packages/kismet/kismet.spec:1.53 packages/kismet/kismet.spec:1.54 --- packages/kismet/kismet.spec:1.53 Mon May 17 01:50:31 2010 +++ packages/kismet/kismet.spec Sat Jun 19 20:59:37 2010 @@ -8,7 +8,7 @@ Name: kismet Version: 2010_01_R1 %define _ver 2010-01-R1 -Release: 5 +Release: 6 License: GPL Group: Networking/Utilities Source0: http://www.kismetwireless.net/code/%{name}-%{_ver}.tar.gz @@ -29,6 +29,8 @@ BuildRequires: pkgconfig # it uses internal structures - so strict deps %requires_eq libpcap +# plugin-btscan.so, not detected automatically for whatever reason +Requires: bluez-libs BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define plugins plugin-autowep plugin-btscan plugin-ptw plugin-spectools @@ -68,7 +70,8 @@ --enable-zaurus %endif -%{__make} +%{__make} \ + CLIENTLIBS="-ldl -lncurses -lpanel -ltinfo" # hack to add -ltinfo for plugin in %plugins; do sed -ie 's/install -o $(INSTUSR) -g $(INSTGRP)/install/' $plugin/Makefile @@ -121,6 +124,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2010/06/19 18:59:37 radek +- release 6: hacks, BR: bluez-libs and -ltinfo + Revision 1.53 2010/05/16 23:50:31 sparky - BR: bluez-libs-devel, libcap-devel, openssl-devel, pcre-devel - dropped no longer used BR: ImageMagick-devel, libwiretap-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kismet/kismet.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
