summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/packaging/pcap.spec
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libpcap/packaging/pcap.spec')
-rw-r--r--contrib/libpcap/packaging/pcap.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libpcap/packaging/pcap.spec b/contrib/libpcap/packaging/pcap.spec
index e9ff7cf..7df7abc 100644
--- a/contrib/libpcap/packaging/pcap.spec
+++ b/contrib/libpcap/packaging/pcap.spec
@@ -1,5 +1,5 @@
%define prefix /usr
-%define version 0.8
+%define version 0.9.4
Summary: packet capture library
Name: libpcap
@@ -7,12 +7,12 @@ Version: %version
Release: 1
Group: Development/Libraries
Copyright: BSD
-Source: libpcap-0.8.tar.gz
+Source: libpcap-0.9.4.tar.gz
BuildRoot: /tmp/%{name}-buildroot
URL: http://www.tcpdump.org
%description
-Packet-capture library LIBPCAP 0.8
+Packet-capture library LIBPCAP 0.9.4
Now maintained by "The Tcpdump Group"
See http://www.tcpdump.org
Please send inquiries/comments/reports to tcpdump-workers@tcpdump.org
@@ -35,9 +35,9 @@ mkdir -p $RPM_BUILD_ROOT/usr/include/net
mkdir -p $RPM_BUILD_ROOT/usr/man/man3
make install DESTDIR=$RPM_BUILD_ROOT mandir=/usr/share/man
cd $RPM_BUILD_ROOT/usr/lib
-V1=`echo 0.8 | sed 's/\\.[^\.]*$//g'`
-V2=`echo 0.8 | sed 's/\\.[^\.]*\.[^\.]*$//g'`
-ln -sf libpcap.so.0.8 libpcap.so.$V1
+V1=`echo 0.9.4 | sed 's/\\.[^\.]*$//g'`
+V2=`echo 0.9.4 | sed 's/\\.[^\.]*\.[^\.]*$//g'`
+ln -sf libpcap.so.0.9.4 libpcap.so.$V1
if test "$V2" -ne "$V1"; then
ln -sf libpcap.so.$V1 libpcap.so.$V2
ln -sf libpcap.so.$V2 libpcap.so
OpenPOWER on IntegriCloud