rpms/kismet/devel kismet.spec,1.6,1.7

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Feb 3 23:16:49 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/kismet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4821

Modified Files:
	kismet.spec 
Log Message:
- updated to 2007-01-R1b
- removed most patches which were applied upstream
- added -setgroups patch
- added libpcap-devel BR; removed the glib-devel + bzip2-devel one
- build with '-Wl,--as-needed'



Index: kismet.spec
===================================================================
RCS file: /cvs/extras/rpms/kismet/devel/kismet.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kismet.spec	15 Sep 2006 06:35:39 -0000	1.6
+++ kismet.spec	3 Feb 2007 23:16:17 -0000	1.7
@@ -1,6 +1,6 @@
 ## $Id$
 
-%global _version	2006-04-R1
+%global _version	2007-01-R1b
 
 ## Fedora Extras specific customization below...
 %bcond_without       	fedora
@@ -20,7 +20,7 @@
 Summary:	WLAN detector, sniffer and IDS
 Name:		kismet
 Version:	%_rpmversion
-Release:	%release_func 4
+Release:	%release_func 5
 License:	GPL
 Group:		Applications/Internet
 URL:		http://www.kismetwireless.net/
@@ -29,20 +29,14 @@
 Source10:	tmpwatch.kismet
 Source11:	sysconfig.kismet
 Patch0:		kismet-2005-08-R1-jobcontrol.patch
-Patch1:		kismet-2006-04-R1-packed.patch
-Patch2:		kismet-2006-04-R1-noret.patch
-Patch3:		kismet-2006-04-R1-uninit.patch
-Patch4:		kismet-2006-04-R1-alias.patch
-Patch5:		kismet-2006-04-R1-strop.patch
-Patch6:		kismet-2006-04-R1-alias1.patch
 Patch7:		kismet-2006-04-R1-ssize.patch
+Patch8:		kismet-2007-01-R1-setgroups.patch
 BuildRoot:	%_tmppath/%name-%version-%release-root
 BuildRequires:		expat-devel ncurses-devel diffutils
-BuildRequires:		gmp-devel wget glib-devel
+BuildRequires:		gmp-devel wget libpcap-devel
 BuildRequires:		ImageMagick-devel
 # should be required by ImageMagick-devel but are missing in FC4
 BuildRequires:		libtiff-devel libjpeg-devel freetype-devel
-BuildRequires:		bzip2-devel
 BuildRequires:		fedora-usermgmt-devel
 Provides:		user(%username)
 Provides:		group(%username)
@@ -83,13 +77,8 @@
 %prep
 %setup -q -n %name-%_version
 %patch0 -p1 -b .jobcontrol
-%patch1 -p1 -b .packed
-%patch2 -p1 -b .noret
-%patch3 -p1 -b .uninit
-%patch4 -p1 -b .alias
-%patch6 -p1 -b .alias1
-%patch5 -p1 -b .strop
 %patch7 -p1 -b .ssize
+%patch8 -p1 -b .setgroups
 
 sed -e 's!/var/log/kismet!%logdir!g' %SOURCE10 >tmpwatch.kismet
 touch --reference=%SOURCE10 tmpwatch.kismet || :	# keep timestamp
@@ -108,8 +97,9 @@
 
 
 %build
-export ac_cv_header_linux_netlink_h=yes	# we have netlink.h; just the check is buggy
+#export ac_cv_header_linux_netlink_h=yes	# we have netlink.h; just the check is buggy
 export ac_cv_lib_uClibcpp_main=no	# we do not want to build against uClibc++, even when available
+export LDFLAGS='-Wl,--as-needed'
 %configure --enable-ipv6 --sysconfdir=%cfgdir
 
 # HOME will be set to @srcdir@ which is disturbing distcc
@@ -164,6 +154,13 @@
 
 
 %changelog
+* Sat Feb  3 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.0.2007.01.R1b-5
+- updated to 2007-01-R1b
+- removed most patches which were applied upstream
+- added -setgroups patch
+- added libpcap-devel BR; removed the glib-devel + bzip2-devel one
+- build with '-Wl,--as-needed'
+
 * Fri Sep 15 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.0.2006.04.R1-4
 - rebuilt
 




More information about the scm-commits mailing list