10 Star 1 Fork 5

src-openEuler/libnfnetlink

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libnfnetlink.spec 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
xingwei 提交于 2023-09-19 19:53 +08:00 . enable DT check
Name: libnfnetlink
Version: 1.0.2
Release: 2
Summary: Netlink library for netfilter
License: GPLv2+
URL: http://netfilter.org
Source0: http://netfilter.org/projects/libnfnetlink/files/%{name}-%{version}.tar.bz2
BuildRequires: kernel-headers automake autoconf libtool pkgconfig
BuildRequires: make
Patch0: add-test-case-and-enable-in-rpmbuild.patch
%description
libnfnetlink is the low-level library for netfilter related kernel/userspace communication.
It provides a generic messaging infrastructure for in-kernel netfilter subsystems
(such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack)
and their respective users and/or management tools in userspace.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
Requires: kernel-headers
%description devel
The %{name}-devel package contains libraries and header files for %{name}.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure
%make_build
%check
make check
%install
%make_install
%delete_la
%ldconfig_scriptlets
%files
%defattr(-,root,root)
%{!?_licensedir:%global license %%doc}
%license COPYING
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/%{name}/*.h
%files help
%defattr(-,root,root)
%doc README
%changelog
* Tue Sep 19 2023 xingwei <xingwei14@h-partners.com> - 1.0.2-2
- Type:bugfix
- CVE:
- SUG:NA
- DESC:enable DT check
* Thu Feb 02 2023 xingwei <xingwei14@h-partners.com> - 1.0.2-1
- Type:requirements
- ID:NA
- SUG:NA
- DESC:update libnfnetlink to 1.0.2
* Tue Nov 01 2022 xingwei <xingwei14@h-partners.com> - 1.0.1-16
- add make as BuildRequires for rpmbuild
* Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-15
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/libnfnetlink.git
git@gitee.com:src-openeuler/libnfnetlink.git
src-openeuler
libnfnetlink
libnfnetlink
master

搜索帮助