]> git.pld-linux.org Git - SPECS.git/blob - linkloop.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / linkloop.spec
1 Summary:        Link level connectivity testing tool
2 Summary(pl.UTF-8):      Narzędzie do sprawdzania łączności w warstwie połączenia
3 Name:           linkloop
4 Version:        0.0.2
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        http://users.actcom.co.il/~oron/oron/docs/%{name}-%{version}.tar.gz
9 # Source0-md5:  00ea5fecd0fb73c08626232ae322ac1a
10 URL:            http://users.actcom.co.il/~oron/oron/oron_main.html
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This program is similar to ping, but tests connectivity at the link
17 layer (layer 2) instead of the network layer (layer 3). This works
18 like the HP-UX linkloop utility. It was tested between Linux and HP-UX
19 (both ways). There is also a "server-side" utility for Linux
20 (linkloop_reply). There are plans to move the "reply" support into the
21 kernel.
22
23 %description -l pl.UTF-8
24 Ten program jest podobny do pinga, ale sprawdza łączność w warstwie
25 połączenia (warstwie 2) zamiast na poziomie sieci (warstwie 3). Działa
26 podobnie do narzędzia linkloop z HP-UX-a. Było testowane między
27 Linuksem i HP-UX-em (w obie strony). Jest także narzędzie
28 "server-side" dla Linuksa (linkloop_reply). Są plany przeniesienia
29 obsługi odpowiadania do jądra.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc AUTHORS README TODO
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man1/linkloop.1*
This page took 0.074895 seconds and 3 git commands to generate.