]> git.pld-linux.org Git - packages/kismet.git/blobdiff - kismet.spec
- updated to 2010_01_R1
[packages/kismet.git] / kismet.spec
index 196e1bc847b5cb2258857bce71cb70f56e7559e0..9936bda20c4e3a918862f7c3d8e93dde625d9363 100644 (file)
@@ -1,25 +1,26 @@
+#
+# TODO: Anybody knows, why it will not build,
+#      when kernel-headers are installed?
+#
 Summary:       Wireless network sniffer
-Summary(pl):   Sniffer sieci bezprzewodowych
+Summary(pl.UTF-8):     Sniffer sieci bezprzewodowych
 Name:          kismet
-Version:       2005_04_R1
-%define _ver 2005-04-R1
-Release:       5
+Version:       2010_01_R1
+%define        _ver    2010-01-R1
+Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.kismetwireless.net/code/%{name}-%{_ver}.tar.gz
-# Source0-md5:         
-Patch0:                %{name}-acfix.patch
-Patch1:                %{name}-pcap.patch
+# Source0-md5: a6d6edcf65d5bb2cb5de6472bcc16f19
 URL:           http://www.kismetwireless.net/
 BuildRequires: ImageMagick-devel
-BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: expat-devel
-BuildRequires: libpcap-devel >= 2:0.8.1-2
+BuildRequires: gmp-devel
+BuildRequires: libpcap-devel >= 2:0.9.4-1
+BuildRequires: libstdc++-devel
 BuildRequires: libwiretap-devel
 BuildRequires: ncurses-ext-devel
-BuildRequires: zlib-devel
 # it uses internal structures - so strict deps
 %requires_eq   libpcap
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -32,22 +33,18 @@ Rangelan, etc), cards which support standard packet capture via
 libpcap (Cisco), and limited support for cards without RF Monitor
 support.
 
-%description -l pl
+%description -l pl.UTF-8
 Kismet to sniffer bezprzewodowych sieci 802.11b. Jest zdolny do
-sniffowania u¿ywaj±c prawie dowolnych bezprzewodowych kart sieciowych
-w Linuksie w³±czaj±c w to karty Prism2 wspierane przez projekt Wlan-NG
-(Linksys, Dlink, Rangelan, etc), kart które umo¿liwiaj±
-przechwytywanie pakietów poprzez libpcap (Cisco), oraz ograniczone
-wsparcie dla kart bez obs³ugi Monitora RF.
+sniffowania używając prawie dowolnych bezprzewodowych kart sieciowych
+w Linuksie włączając w to karty Prism2 wspierane przez projekt Wlan-NG
+(Linksys, Dlink, Rangelan, etc), kart które umożliwiają
+przechwytywanie pakietów poprzez libpcap (Cisco), oraz ograniczone
+wsparcie dla kart bez obsługi Monitora RF.
 
 %prep
 %setup -q -n %{name}-%{_ver}
-%patch0 -p1
-%patch1 -p1
 
-cp Makefile.in Makefile.new
-sed -e 's#-o $(INSTUSR)##g' -e 's#-o $(INSTGRP)##g' \
-       Makefile.new > Makefile.in
+sed -i -e 's#-o $(INSTUSR)##g' -e 's#-o $(INSTGRP)##g' Makefile.in
 
 %build
 cp -f /usr/share/automake/config.* .
@@ -56,12 +53,13 @@ cp -f /usr/share/automake/config.* .
 CPPFLAGS="-I/usr/include/ncurses"
 %configure \
        --enable-syspcap \
+       --with-linuxheaders=no \
        --with-ethereal=%{_includedir} \
 %ifarch arm
        --enable-zaurus
 %endif
 
-%{__make} dep all
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -82,9 +80,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc docs/* CHANGELOG FAQ README
+%doc docs/* CHANGELOG README
 %attr(755,root,root) %{_bindir}/*
-%{_sysconfdir}/*_manuf
 %{_datadir}/%{name}
 %{_mandir}/man?/*
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}*
This page took 0.235019 seconds and 4 git commands to generate.