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