SPECS: libpcap.spec - updated to 0.9.6

qboosh qboosh at pld-linux.org
Fri Jun 15 21:47:34 CEST 2007


Author: qboosh                       Date: Fri Jun 15 19:47:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.9.6

---- Files affected:
SPECS:
   libpcap.spec (1.70 -> 1.71) 

---- Diffs:

================================================================
Index: SPECS/libpcap.spec
diff -u SPECS/libpcap.spec:1.70 SPECS/libpcap.spec:1.71
--- SPECS/libpcap.spec:1.70	Thu Jun 14 19:58:12 2007
+++ SPECS/libpcap.spec	Fri Jun 15 21:47:29 2007
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 #
+# Conditional build:
 %bcond_with        pfring           # http://www.ntop.org/PF_RING.html
 #
 Summary:	Libpcap provides promiscuous mode access to network interfaces
@@ -9,13 +10,13 @@
 Summary(ru.UTF-8):	Предоставляет доступ к сетевым интерфейсам в promiscuous-режиме
 Summary(uk.UTF-8):	Надає доступ до мережевих інтерфейсів в promiscuous-режимі
 Name:		libpcap
-Version:	0.9.5
+Version:	0.9.6
 Release:	1
 Epoch:		2
 License:	BSD
 Group:		Libraries
 Source0:	http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
-# Source0-md5:	b0626ad59004fe5767ddd2ce743a2271
+# Source0-md5:	2e1b5e983654c1d5991450e3e0e525ca
 Patch0:		%{name}-shared.patch
 Patch1:		%{name}-pf_ring.patch
 BuildRequires:	autoconf >= 2.53
@@ -169,7 +170,7 @@
 
 # some packages want it... but sanitize somehow
 # (don't depend on HAVE_{STRLCPY,SNPRINTF,VSNPRINTF} defines)
-sed -e '262,268d;271,280d' pcap-int.h > $RPM_BUILD_ROOT%{_includedir}/pcap-int.h
+sed -e '272,278d;281,290d' pcap-int.h > $RPM_BUILD_ROOT%{_includedir}/pcap-int.h
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -180,17 +181,17 @@
 %files
 %defattr(644,root,root,755)
 %doc CHANGES CREDITS LICENSE README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libpcap.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/*.h
-%{_mandir}/man?/*
+%attr(755,root,root) %{_libdir}/libpcap.so
+%{_includedir}/pcap*.h
+%{_mandir}/man3/pcap.3*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libpcap.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -198,6 +199,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71  2007/06/15 19:47:29  qboosh
+- updated to 0.9.6
+
 Revision 1.70  2007/06/14 17:58:12  areq
 - with pfring -O0 (with -O1 seg fault ;( )
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libpcap.spec?r1=1.70&r2=1.71&f=u



More information about the pld-cvs-commit mailing list