]> git.pld-linux.org Git - packages/dropwatch.git/blame - dropwatch.spec
- release 2 (by relup.sh)
[packages/dropwatch.git] / dropwatch.spec
CommitLineData
a4964fd5 1Summary: Kernel dropped packet monitor
cd02b9fb 2Summary(pl.UTF-8): Monitor pakietów odrzuconych przez jądro
a4964fd5 3Name: dropwatch
5a19907b 4Version: 1.5.3
3848e5dc 5Release: 2
5258d031
ER
6License: GPL v2+
7Group: Applications/System
5a19907b
JB
8Source0: https://github.com/nhorman/dropwatch/archive/v%{version}/%{name}-%{version}.tar.gz
9# Source0-md5: 64527bb669393e45b9b21f0b91c574c0
10URL: https://github.com/nhorman/dropwatch
11BuildRequires: autoconf >= 2.50
12BuildRequires: automake
a4964fd5 13BuildRequires: binutils-devel
8e58d10b 14BuildRequires: libnl-devel >= 3.2
5a19907b 15BuildRequires: libpcap-devel
98c50c87 16BuildRequires: libtool
a4964fd5
JK
17BuildRequires: linux-libc-headers
18BuildRequires: pkgconfig
19BuildRequires: readline-devel
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23dropwatch is an utility to interface to the kernel to monitor for
24dropped network packets.
25
cd02b9fb
JB
26%description -l pl.UTF-8
27dropwatch to narzędzie współpracujące z jądrem w celu monitorowania
28odrzuconych pakietów sieciowych.
29
a4964fd5
JK
30%prep
31%setup -q
5258d031
ER
32
33%build
5a19907b
JB
34%{__libtoolize}
35%{__aclocal} -I m4
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure
40
41%{__make}
a4964fd5
JK
42
43%install
44rm -rf $RPM_BUILD_ROOT
5a19907b
JB
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
a4964fd5
JK
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
5a19907b 54%doc README.md
8e58d10b 55%attr(755,root,root) %{_bindir}/dropwatch
5a19907b 56%attr(755,root,root) %{_bindir}/dwdump
8e58d10b 57%{_mandir}/man1/dropwatch.1*
This page took 0.049318 seconds and 4 git commands to generate.