rpms/kismet/devel kismet.spec,1.13,1.14

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Fri Jun 6 15:15:13 UTC 2008


Author: caolanm

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

Modified Files:
	kismet.spec 
Log Message:
tweak configure to use -lMagickCore not -lMagick to rebuild for dependancies


Index: kismet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kismet/devel/kismet.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- kismet.spec	22 Feb 2008 16:11:25 -0000	1.13
+++ kismet.spec	6 Jun 2008 15:14:20 -0000	1.14
@@ -20,7 +20,7 @@
 Summary:	WLAN detector, sniffer and IDS
 Name:		kismet
 Version:	%_rpmversion
-Release:	%release_func 3
+Release:	%release_func 4
 License:	GPL
 Group:		Applications/Internet
 URL:		http://www.kismetwireless.net/
@@ -33,6 +33,7 @@
 Patch9:		kismet-2007-10-R1-printf.patch
 Patch10:	kismet-2007-01-R1-cast.patch
 Patch11:	kismet-2007-01-R1-gcc43.patch
+Patch12:	kismet-2007-10-R1-imagemagick.patch
 BuildRoot:	%_tmppath/%name-%version-%release-root
 BuildRequires:		expat-devel ncurses-devel diffutils
 BuildRequires:		gmp-devel wget libpcap-devel
@@ -84,6 +85,7 @@
 %patch9  -p1 -b .printf
 %patch10 -p1 -b .cast
 %patch11 -p1 -b .gcc43
+%patch12 -p1 -b .imagemagick
 
 sed -e 's!/var/log/kismet!%logdir!g' %SOURCE10 >tmpwatch.kismet
 touch --reference=%SOURCE10 tmpwatch.kismet || :	# keep timestamp
@@ -159,6 +161,9 @@
 
 
 %changelog
+* Fri Jun 06 2008 Caolán McNamara <caolanm at redhat.com> - 0.0.2007.10.R1-4
+- tweak configure to use -lMagickCore not -lMagick to rebuild for dependancies
+
 * Fri Feb 22 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.0.2007.10.R1-3
 - fixed build with gcc43 (#434084, thx to Erik van Pienbroek)
 




More information about the fedora-extras-commits mailing list