rpms/ngrep/F-11 ngrep.spec,1.11,1.12

Oliver Falk oliver at fedoraproject.org
Thu Oct 1 13:34:34 UTC 2009


Author: oliver

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

Modified Files:
	ngrep.spec 
Log Message:

* Wed Sep 30 2009 Oliver Falk <oliver at linux-kernel.at> 1.45-6.1
- Bump-n-build for new libpcap
- Add --with-pcap-includes to %configure (Thanks Miroslav!)



Index: ngrep.spec
===================================================================
RCS file: /cvs/extras/rpms/ngrep/F-11/ngrep.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- ngrep.spec	24 Sep 2009 13:19:35 -0000	1.11
+++ ngrep.spec	1 Oct 2009 13:34:34 -0000	1.12
@@ -5,7 +5,7 @@ Name:				ngrep
 Summary:			Network layer grep tool
 
 Version:			1.45
-Release:			6%{?dist}
+Release:			6.1%{?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
+%configure --enable-pcre --enable-ipv6 --with-pcap-includes=%{_includedir}
 make %{?_smp_mflags} STRIPFLAG=
 
 %install
@@ -56,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/ngrep.8*
 
 %changelog
+* Wed Sep 30 2009 Oliver Falk <oliver at linux-kernel.at> 1.45-6.1
+- Bump-n-build for new libpcap
+- Add --with-pcap-includes to %configure (Thanks Miroslav!)
+
 * Thu Sep 24 2009 Patrick "Jima" Laughton <jima at beer.tclug.org> 1.45-6
 - Bump-n-build for new libpcap
 




More information about the fedora-extras-commits mailing list