rpms/ngrep/F-12 ngrep.spec,1.14,1.15

Oliver Falk oliver at fedoraproject.org
Tue Mar 16 13:35:37 UTC 2010


Author: oliver

Update of /cvs/extras/rpms/ngrep/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13090

Modified Files:
	ngrep.spec 
Log Message:
* pcap has moved to /usr/include/pcap, instead of /usr/include :-/


Index: ngrep.spec
===================================================================
RCS file: /cvs/extras/rpms/ngrep/F-12/ngrep.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- ngrep.spec	16 Mar 2010 12:05:47 -0000	1.14
+++ ngrep.spec	16 Mar 2010 13:35:37 -0000	1.15
@@ -5,7 +5,7 @@ Name:				ngrep
 Summary:			Network layer grep tool
 
 Version:			1.45
-Release:			6.3%{?dist}
+Release:			7%{?dist}
 
 Group:				Applications/Internet
 License:			BSD with advertising
@@ -39,7 +39,7 @@ install -pm 644 %{SOURCE1} ./README.fedo
 %build
 export EXTRA_INCLUDES=$(pcre-config --cflags)
 export EXTRA_LIBS=$(pcre-config --libs)
-%configure --enable-pcre --enable-ipv6 --with-pcap-includes=%{_includedir}
+%configure --enable-pcre --enable-ipv6 --with-pcap-includes=%{_includedir}/pcap
 make %{?_smp_mflags} STRIPFLAG=
 
 %install
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/ngrep.8*
 
 %changelog
+* Tue Mar 16 2010 Oliver Falk <oliver at linux-kernel.at> 1.45-7
+- pcap has moved to /usr/include/pcap, instead of /usr/include :-/
+
 * Tue Mar 16 2010 Oliver Falk <oliver at linux-kernel.at> 1.45-6.3
 - Rebuild to (hopefully) fix pcap bpf.h not beeing found
 



More information about the scm-commits mailing list