]> git.pld-linux.org Git - packages/dot1ag-utils.git/blame - dot1ag-utils.spec
- pl, verbose files
[packages/dot1ag-utils.git] / dot1ag-utils.spec
CommitLineData
5b1cdf5b 1Summary: IEEE 802.1ag (Ethernet OAM) protocol implementation
be1c240f 2Summary(pl.UTF-8): Implementacja protokołu IEEE 802.1ag (Ethernet OAM)
5b1cdf5b
TP
3Name: dot1ag-utils
4Version: 1.0.1
5Release: 1
6License: BSD-like
7Group: Networking/Admin
8Source0: https://svn.surfnet.nl/trac/dot1ag-utils/export/121/tags/1.0.1/%{name}-%{version}.tar.gz
9# Source0-md5: de3c6b8d6d36ed938f7bbbb95b2c77e2
10URL: https://svn.surfnet.nl/trac/dot1ag-utils/wiki
11BuildRequires: libpcap-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
be1c240f
JB
15The IEEE 802.1ag standard is a set of protocols for Ethernet OAM
16(Operations, Administration, and Management). The dot1ag-utils
17software package is an Open Source (new BSD License) implementation of
18the IEEE 802.1ag protocol. It provides several debugging tools that
19interact with IEEE 802.1ag enabled routers and switches. The package
20implements the MEP Down functionality with a loopback message
21initiator (ethping), a link trace message initiator (ethtrace) and a
22daemon (dot1agd) that responds to loopback messages and link trace
23messages. Sending and receiving of continuity check messages is done
24by dot1ag_ccd.
25
26%description -l pl.UTF-8
27Standard IEEE 802.1ag to zbiór protokołów do operowania,
28administrowania i zarządzania siecią Ethernet (Ethernet OAM:
29Operations, Administration and Management). Pakiet dot1ag-utils to
30mająca otwarte źródła (na nowej licencji BSD) implementacja protokołu
31IEEE 802.1ag. Udostępnia kilka narzędzi diagnostycznych
32współpracujących z routerami i przełącznikami obsługującymi
33IEEE 802.1ag. Pakiet zawiera implementację MEP Down z inicjatorem
34komunikatów zwrotnych (ethping), inicjator komunikatów śledzenia
35połączenia (ethtrace) oraz demona dot1agd odpowiadającego na
36komunikaty zwrotne oraz śledzenia połączenia. Wysyłanie i odbieranie
37komunikatów sprawdzania ciągłości jest wykonywane przez dot1ag_ccd.
5b1cdf5b
TP
38
39%prep
40%setup -q
41
42%build
43%configure
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
be1c240f
JB
52%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/dot1ag-utils
53
5b1cdf5b
TP
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
be1c240f
JB
59%doc INSTALLATION LICENSE README doc/{CREDITS,IMPLEMENTATION,RELNOTES,TODO}
60%attr(755,root,root) %{_bindir}/dot1ag_ccd
61%attr(755,root,root) %{_bindir}/dot1agd
62%attr(755,root,root) %{_bindir}/ethping
63%attr(755,root,root) %{_bindir}/ethtrace
64%{_mandir}/man1/dot1ag_ccd.1*
65%{_mandir}/man1/dot1agd.1*
66%{_mandir}/man1/ethping.1*
67%{_mandir}/man1/ethtrace.1*
This page took 0.06083 seconds and 4 git commands to generate.