]> git.pld-linux.org Git - SPECS.git/blob - mtest.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / mtest.spec
1 Summary:        Multicast testing tools
2 Summary(pl.UTF-8):      Narzędzia testujące multicasty
3 Name:           mtest
4 Version:        1
5 Release:        3
6 License:        custom
7 Group:          Networking/Daemons
8 Source0:        http://catarina.usc.edu/pim/pimd/%{name}.tar.gz
9 # Source0-md5:  79e617d34d4b19a7f9f1c2ee19e455a7
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 'msend' and 'mrcv' are respectively multicast sender and multicast
14 receiver tools for multicast routing debugging. They don't have any
15 "user friendly" interface, but give you a simple and sufficient
16 control for debugging.
17
18 %description -l pl.UTF-8
19 msend i mrcv to narzędzia do odpowiednio wysyłania i odbierania
20 multicastów, służące do debuggowania routingu multicastowego. Nie mają
21 żadnego "przyjaznego użytkownikowi" interfejsu, ale dają prostą i
22 wystarczającą kontrolę do potrzeb testowania.
23
24 %prep
25 %setup -q -n %{name}
26
27 %build
28 %{__make} \
29         CC="%{__cc}" \
30         CFLAGS="%{rpmcflags} %{rpmldflags}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install msend mrcv $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README
44 %attr(755,root,root) %{_bindir}/*
This page took 0.668711 seconds and 3 git commands to generate.