10 Star 0 Fork 6

src-openEuler / dropwatch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dropwatch.spec 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
lunankun 提交于 2020-09-10 18:09 . fix source0 url
Name: dropwatch
Version: 1.5
Release: 8
Summary: Kernel dropped packet monitoring utility
License: GPLv2+
URL: https://linux.die.net/man/1/dropwatch
Source0: https://github.com/nhorman/dropwatch/archive/dropwatch-1.5.tar.gz
BuildRequires: autoconf automake binutils-devel kernel-headers
BuildRequires: libnl3-devel libtool pkgconfig readline-devel
Requires: libnl3 readline
%description
Dropwatch is started in an effort to improve the ability for developers
and system administrator to diagnose problems in the Linux Networking
stack, specifically in our ability to diagnose where packets are getting
dropped.
%package_help
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
%build
./autogen.sh
%configure
%make_build
%install
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_bindir}
install -m0755 src/dropwatch %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m0644 doc/dropwatch.1 %{buildroot}%{_mandir}/man1
%files
%license COPYING
%{_bindir}/dropwatch
%files help
%doc README.md
%{_mandir}/man1/dropwatch.1.gz
%changelog
* Thu Sep 10 2020 lunankun <lunankun@huawei.com> - 1.5-8
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix source0 url
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5-7
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:change copying file to license
* Fri Aug 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5-6
- Package Init
1
https://gitee.com/src-openeuler/dropwatch.git
git@gitee.com:src-openeuler/dropwatch.git
src-openeuler
dropwatch
dropwatch
openEuler-20.03-LTS

搜索帮助