[ngrep/el5/master] * Fix build for EL-5

Oliver Falk oliver at fedoraproject.org
Tue Apr 5 10:24:26 UTC 2011


commit d2c21fb32b026c5eb6eb621ad6f0229d1473d867
Author: Oliver Falk <oliver at linux-kernel.at>
Date:   Tue Apr 5 12:22:47 2011 +0200

    * Fix build for EL-5

 ngrep.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ngrep.spec b/ngrep.spec
index b444fe0..ffb1811 100644
--- a/ngrep.spec
+++ b/ngrep.spec
@@ -5,7 +5,7 @@ Name:				ngrep
 Summary:			Network layer grep tool
 
 Version:			1.45
-Release:			8%{?dist}
+Release:			8.1%{?dist}
 
 Group:				Applications/Internet
 License:			BSD with advertising
@@ -39,7 +39,7 @@ install -pm 644 %{SOURCE1} ./README.fedora
 %build
 export EXTRA_INCLUDES=$(pcre-config --cflags)
 export EXTRA_LIBS=$(pcre-config --libs)
-%configure --enable-pcre --enable-ipv6 --with-pcap-includes=%{_includedir}/pcap
+%configure --enable-pcre --enable-ipv6
 make %{?_smp_mflags} STRIPFLAG=
 
 %install
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/ngrep.8*
 
 %changelog
+* Tue Apr 05 2011 Oliver Falk <oliver at linux-kernel.at> - 1.45-8.1
+- Old pcap (EL-5) includes are not in a seperate place
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.45-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list