|
@@ -1,13 +1,8 @@
|
|
-%define pcap_major 1
|
|
|
|
-%define pcap_minor 1
|
|
|
|
-%define pcap_subminor 1
|
|
|
|
-%define libpcap_ver %{pcap_major}.%{pcap_minor}.%{pcap_subminor}
|
|
|
|
-
|
|
|
|
Name: libpcap
|
|
Name: libpcap
|
|
Summary: A system-independent interface for user-level packet capture.
|
|
Summary: A system-independent interface for user-level packet capture.
|
|
Summary(ja): ユーザレベルでパケットをキャプチャするインターフェイス
|
|
Summary(ja): ユーザレベルでパケットをキャプチャするインターフェイス
|
|
-Version: %{libpcap_ver}
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: 1.2.1
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Epoch: 1
|
|
Epoch: 1
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -15,7 +10,7 @@ Group: System Environment/Libraries
|
|
License: BSD
|
|
License: BSD
|
|
URL: http://www.tcpdump.org/
|
|
URL: http://www.tcpdump.org/
|
|
|
|
|
|
-Source0: http://www.tcpdump.org/release/libpcap-%{libpcap_ver}.tar.gz
|
|
|
|
|
|
+Source0: http://www.tcpdump.org/release/libpcap-%{version}.tar.gz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: kernel-headers >= 2.2.0
|
|
BuildRequires: kernel-headers >= 2.2.0
|
|
@@ -23,10 +18,10 @@ BuildRequires: flex >= 2.4
|
|
BuildRequires: bison
|
|
BuildRequires: bison
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: libnl-devel
|
|
BuildRequires: libnl-devel
|
|
-Requires: kernel >= 2.2.0
|
|
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
|
|
%description
|
|
%description
|
|
Libpcap provides a portable framework for low-level network
|
|
Libpcap provides a portable framework for low-level network
|
|
@@ -110,6 +105,13 @@ rm -rf %{buildroot}
|
|
%{_mandir}/man7/*
|
|
%{_mandir}/man7/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1:1.2.1-2
|
|
|
|
+- re-merge 1.1.1-3
|
|
|
|
+
|
|
|
|
+* Wed Apr 11 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1:1.2.1-1
|
|
|
|
+- update to 1.2.1
|
|
|
|
+- remove R: kernel
|
|
|
|
+
|
|
* Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1:1.1.1-3
|
|
* Thu Mar 22 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1:1.1.1-3
|
|
- rebuild; remove *.a file
|
|
- rebuild; remove *.a file
|
|
|
|
|