]> git.pld-linux.org Git - packages/kismet.git/commitdiff
- updated to 2.8.1
authormisi3k <misi3k@pld-linux.org>
Mon, 28 Apr 2003 18:10:28 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed misc_fix patch (not needed)

Changed files:
    kismet.spec -> 1.4

kismet.spec

index d03a76886d9c2eae7702899985930fdf5c8f62c8..ffd4ad25a8384b1236c24824ae736db4b3f08b41 100644 (file)
@@ -1,12 +1,11 @@
 Summary:       Wireless network sniffer
 Summary(pl):   Sniffer sieci bezprzewodowych
 Name:          kismet
-Version:       2.4.6
+Version:       2.8.1
 Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.kismetwireless.net/code/%{name}-%{version}.tar.gz
-Patch0:                %{name}-misc_fix.patch
 URL:           http://www.kismetwireless.net/
 BuildRequires: ImageMagick-devel
 BuildRequires: XFree86-devel
@@ -35,11 +34,12 @@ wsparcie dla kart bez obs
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 cp Makefile.in Makefile.new
-sed -e 's#-o root##g' Makefile.new > Makefile.in
+sed -e 's#-o $(INSTUSR)##g' -e 's#-o $(INSTGRP)##g' \
+       Makefile.new > Makefile.in
+
 %configure \
        CPPFLAGS="-I%{_includedir}/X11 -I/usr/include/ncurses" \
 %ifarch arm
@@ -62,6 +62,7 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_datadir}}
        BIN=$RPM_BUILD_ROOT%{_bindir} \
        SHARE=$RPM_BUILD_ROOT%{_datadir}/%{name} \
        MAN=$RPM_BUILD_ROOT%{_mandir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.087663 seconds and 4 git commands to generate.