Browse Source

libpcap-1.9.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11944 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
0eba26258a
1 changed files with 13 additions and 4 deletions
  1. 13 4
      lib/libp/libpcap/libpcap-vl.spec

+ 13 - 4
lib/libp/libpcap/libpcap-vl.spec

@@ -1,7 +1,7 @@
 Name: libpcap
 Summary: A system-independent interface for user-level packet capture.
 Summary(ja): ユーザレベルでパケットをキャプチャするインターフェイス
-Version: 1.8.1
+Version: 1.9.0
 Release: 1%{?_dist_release}
 Epoch: 1
 
@@ -14,13 +14,14 @@ Source0: http://www.tcpdump.org/release/libpcap-%{version}.tar.gz
 
 Patch0001:      0001-man-tcpdump-and-tcpslice-have-manpages-in-man8.patch
 Patch0002:      0002-pcap-config-mitigate-multilib-conflict.patch
+Patch0003:      0003-pcap-linux-apparently-ctc-interfaces-on-s390-has-eth.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: kernel-headers >= 2.2.0
 BuildRequires: flex >= 2.4
 BuildRequires: bison
-BuildRequires: openssl-devel
-BuildRequires: libnl-devel
+#BuildRequires: openssl-devel
+#BuildRequires: libnl-devel
 BuildRequires: git
 
 Vendor: Project Vine
@@ -90,12 +91,14 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc README CHANGES
+%license LICENSE
+%doc README.md CHANGES doc/README.linux*
 %{_libdir}/libpcap.so.*
 
 %files devel
 %defattr(-,root,root)
 %{_bindir}/pcap-config
+%{_libdir}/pkgconfig/libpcap.pc
 %{_includedir}/pcap*.h
 %dir %{_includedir}/pcap
 %{_includedir}/pcap/*
@@ -106,6 +109,12 @@ rm -rf %{buildroot}
 %{_mandir}/man7/*
 
 %changelog
+* Thu Nov 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:1.9.0-1
+- new upstream release.
+- imported Patch3 from rawhide.
+- dropped libnl-devel from BR:.
+- dropped openssl-devel from BR:.
+
 * Sun Sep 17 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:1.8.1-1
 - new upstream release.
 - imported patches from rawhide.