1 Star 0 Fork 13

src-oepkgs-oE-rv/libnetfilter_conntrack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libnetfilter_conntrack.spec 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
Name: libnetfilter_conntrack
Version: 1.0.8
Release: 2
Summary: A userspace library providing a API
License: GPLv2+
URL: http://netfilter.org
Source0: http://netfilter.org/projects/libnetfilter_conntrack/files/%{name}-%{version}.tar.bz2
BuildRequires: pkgconfig kernel-headers
BuildRequires: libmnl-devel >= 1.0.3 libnfnetlink-devel >= 1.0.1
%description
libnetfilter_conntrack is a userspace library providing a programming
interface (API) to the in-kernel connection tracking state table. This
library is currently used by conntrack-tools among many other applications.
%package devel
Summary: The development files for libnetfilter_conntrack
BuildRequires: gcc
Requires: kernel-headers libnfnetlink-devel >= 1.0.1
Requires: %{name} = %{version}-%{release}
%description devel
This package contains development files.
%prep
%autosetup -p1
%build
%configure --disable-rpath
%make_build
%install
%make_install
%delete_la
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc COPYING
%{_libdir}/*.so.*
%files devel
%{_includedir}/libnetfilter_conntrack/*.h
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%changelog
* Thu May 27 2021 lijingyuan <[email protected]> - 1.0.8-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Add the compilation dependency of gcc.
* Wed Jul 22 2020 zhangxingliang <[email protected]> - 1.0.8-1
- Type:update
- ID:NA
- SUG:NA
- DESC:update to 1.0.8
* Mon Sep 16 2019 Yiru Wang <[email protected]> - 1.0.6-7
- Pakcage init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs-oe-rv/libnetfilter_conntrack.git
[email protected]:src-oepkgs-oe-rv/libnetfilter_conntrack.git
src-oepkgs-oe-rv
libnetfilter_conntrack
libnetfilter_conntrack
master

搜索帮助