]> git.pld-linux.org Git - packages/dot1ag-utils.git/blob - dot1ag-utils.spec
initial PLD release
[packages/dot1ag-utils.git] / dot1ag-utils.spec
1 Summary:        IEEE 802.1ag (Ethernet OAM) protocol implementation
2 Name:           dot1ag-utils
3 Version:        1.0.1
4 Release:        1
5 License:        BSD-like
6 Group:          Networking/Admin
7 Source0:        https://svn.surfnet.nl/trac/dot1ag-utils/export/121/tags/1.0.1/%{name}-%{version}.tar.gz
8 # Source0-md5:  de3c6b8d6d36ed938f7bbbb95b2c77e2
9 URL:            https://svn.surfnet.nl/trac/dot1ag-utils/wiki
10 BuildRequires:  libpcap-devel
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The IEEE 802.1ag standard is a set of protocols for Ethernet OAM (Operations,
15 Administration, and Management). The dot1ag-utils software package is an Open
16 Source (new BSD License) implementation of the IEEE 802.1ag protocol. It provides
17 several debugging tools that interact with IEEE 802.1ag enabled routers and
18 switches. The package implements the MEP Down functionality with a loopback
19 message initiator (ethping), a link trace message initiator (ethtrace) and a
20 daemon (dot1agd) that responds to loopback messages and link trace messages.
21 Sending and receiving of continuity check messages is done by dot1ag_ccd.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc doc/CREDITS doc/IMPLEMENTATION INSTALLATION LICENSE README doc/RELNOTES doc/TODO
42 %attr(755,root,root) %{_bindir}/dot1ag*
43 %attr(755,root,root) %{_bindir}/eth*
44 %{_mandir}/man1/*.1*
This page took 0.071284 seconds and 3 git commands to generate.