File kismet.spec of Package kismet
#
# spec file for package kismet (Version 2005_08_R1)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# neededforbuild ImageMagick ImageMagick-devel ethereal expat freetype2 freetype2-devel gcc-c++ glib2 glib2-devel gmp libexif libjpeg liblcms liblcms-devel libstdc++ libstdc++-devel libtiff pkgconfig wget
#BuildRequires: aaa_base acl attr bash bind-utils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db devs diffutils e2fsprogs file filesystem fillup findutils flex gawk gdbm-devel gettext-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv klogd less libacl libattr libcom_err libgcc libnscd libselinux libstdc++ libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch permissions popt procinfo procps psmisc pwdutils rcs readline sed strace sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel ImageMagick ImageMagick-devel autoconf automake binutils ethereal expat fontconfig fontconfig-devel freetype2 freetype2-devel gcc gcc-c++ gdbm gettext glib2 glib2-devel gmp gnome-filesystem libexif libjpeg libjpeg-devel liblcms liblcms-devel libstdc++-devel libtiff libtiff-devel libtool perl pkgconfig rpm wget xorg-x11-devel xorg-x11-libs xorg-x11-util-devel
Name: kismet
Version: 2007_01
Release: R1b
Requires: wget wireless-tools
Autoreqprov: on
Group: Productivity/Networking/Diagnostic
License: GPL
URL: http://www.kismetwireless.net/
Summary: An 802.11 Wireless Network Sniffer
Source0: %{name}-2007-01-R1b.tar.gz
#Source1: http://www.kismetwireless.net/code/%{name}-2007_01-R1b.tar.gz.asc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Kismet is an 802.11 wireless network sniffer - this is different from a
normal network sniffer (such as Ethereal or tcpdump) because it
separates and identifies different wireless networks in the area.
Kismet works with any 802.11b wireless card which is capable of
reporting raw packets (rfmon support), which include any Prism2 based
card (Linksys, D-Link, Rangelan, and more), Cisco Aironet cards, and
Orinoco-based cards. Kismet also supports the WSP100 802.11b remote
sensor by Network Chemistry and is able to monitor 802.11a networks
with cards which use the ar5k chipset.
Authors:
--------
Mike Kershaw <dragorn@kismetwireless.net>
%debug_package
%prep
%setup -q -n kismet-2007-01-R1b
%build
%{?suse_update_config:%{suse_update_config -f . libpcap-0.7.2}}
aclocal --force
autoconf --force
export PKG_CONFIG_PATH=/opt/gnome/%{_lib}/pkgconfig
CFLAGS="$RPM_OPT_FLAGS -Wall -L/usr/X11R6/%{_lib} -I/usr/X11R6/include" \
LDFLAGS="-L/usr/X11R6/%{_lib}" \
./configure --prefix=%{_prefix} \
--sysconfdir=%{_sysconfdir} \
--infodir=%{_infodir} \
--mandir=%{_mandir} \
--enable-ipv6 \
--disable-setuid
# --with-ethereal \
make dep
make
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTUSR="$(id -u)" MANGRP="$(id -g)" INSTGRP="$(id -u)"
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc README CHANGELOG
%config %{_sysconfdir}/kismet.conf
%config %{_sysconfdir}/kismet_ui.conf
%config %{_sysconfdir}/kismet_drone.conf
%{_sysconfdir}/ap_manuf
%{_sysconfdir}/client_manuf
%{_datadir}/kismet
%{_mandir}/*/*
%{_prefix}/bin/*
%changelog -n kismet
* Mon Jan 22 2007 Rafal Kwasny <mag@entropy.be>
- upgrade to 2007_01_R1b
* Tue Sep 26 2006 Rafal Kwasny <mag@entropy.be>
- upgrade to 2006-04-R1
- import into BuildService
* Tue Aug 30 2005 - ro@suse.de
- added ethereal-devel to nfb
* Mon Aug 29 2005 - mjancar@suse.cz
- update to 2005-08-R1
* fix heap overflow (#106134)
* Thu Jul 28 2005 - mjancar@suse.cz
- update to 2005-07-R1a
* Tue Apr 12 2005 - mjancar@suse.cz
- upgrade to 2005-04-R1
- fix for gcc 4.0
* Wed Oct 27 2004 - meissner@suse.de
- Upgraded to 2004-10-R1:
Some fixup to gpsd handling (More to come)
GCC-3.4 cleanups
BSS Timestamp alerts
Centrino support, support for GPL ADMTek drivers,
Support for alternate cisco drivers
Imagemagick support for new imagemagick api changes
Expanded alert protocol to carry additional info about the environment
that generated the alert
Fixed packet number and delta calculations, and sound output for
traffic seen
Fixed crankiness with hostap if interface is down
Added default "no-type" card to force new users to configure
Lots of other bug fixes
WSP100 is known to be broken in this release
* Tue Aug 31 2004 - meissner@suse.de
- fixed problem with new ImageMagick.
* Wed Aug 18 2004 - meissner@suse.de
- Add README and CHANGELOG to documentation.
* Mon Jul 26 2004 - meissner@suse.de
- Upgraded to 2004-04-R1 release. (new features, lots of bugfixes, etc ...)
- Fixed C++ problem which caused endless loops on 64bit. #43108
- Made gpsmap build.
* Fri Feb 13 2004 - meissner@suse.de
- Upgraded to feb.04.01 release. (new american naming scheme
which will break RPM ordering).
* Tue Jan 27 2004 - ro@suse.de
- undef bool after including ncurses
* Fri Aug 08 2003 - meissner@suse.de
- updated to 3.0.0
* Mon Jul 28 2003 - meissner@suse.de
- /usr/bin/convert now needs libexif, added to nfb
* Fri Jul 25 2003 - meissner@suse.de
- make build on ppc64, fixed configure.in problems.
* Mon Jul 21 2003 - meissner@suse.de
- apply cast to fix 64bit problem.
- fixed default config files to use /usr/ instead of /usr/local/
* Fri Jul 18 2003 - meissner@suse.de
- package created with version 2.8.1.