9 Star 0 Fork 6

src-openEuler/iptstate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
iptstate.spec 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
Name: iptstate
Summary: A top-like display of IP Tables state table entries
Version: 2.2.7
Release: 3
License: Zlib
URL: http://www.phildev.net/iptstate/
Source: https://github.com/jaymzh/iptstate/releases/download/v%{version}/%{name}-%{version}.tar.bz2
Patch0: iptstate-2.1-man8.patch
Requires: iptables
BuildRequires: make gcc-c++ ncurses-devel libnetfilter_conntrack-devel
%description
This package is written to display the top-like in IP Tables
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%make_build CXXFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS"
%install
make install PREFIX=%{buildroot}%{_prefix} INSTALL="install -p"
%files
%license LICENSE
%{_sbindir}/iptstate
%{_mandir}/man8/iptstate.*
%files help
%doc README.md Changelog
%changelog
* Thu Aug 01 2024 yanglu <yanglu72@h-partners.com> - 2.2.7-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:add BuildRequires make to fix build problem
* Wed Aug 03 2022 liukuo <liukuo@kylinos.cn> - 2.2.7-2
- License compliance rectification
* Mon Mar 21 2022 xihaochen <xihaochen@huawei.com> - 2.2.7-1
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:update iptstate to 2.2.7
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.2.6-9
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:remove the root of LICENSE
* Wed Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.2.6-8
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/iptstate.git
git@gitee.com:src-openeuler/iptstate.git
src-openeuler
iptstate
iptstate
master

搜索帮助