]> git.pld-linux.org Git - packages/cec.git/blob - cec.spec
- updated to 8
[packages/cec.git] / cec.spec
1 Summary:        Coraid Ethernet Console client
2 Summary(pl.UTF-8):      Klient Coraid Ethernet Console (konsoli ethernetowej Coraid)
3 Name:           cec
4 Version:        8
5 Release:        1
6 License:        BSD
7 Group:          Networking
8 Source0:        http://dl.sourceforge.net/aoetools/%{name}-%{version}.tgz
9 # Source0-md5:  7899dc549f9a368e532f9c39ed819f71
10 URL:            http://aoetools.sourceforge.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The Coraid Ethernet Console (cec) is a lightweight protocol for
15 connecting two endpoints using raw ethernet frames. The communication
16 is not secure.
17
18 cec is also the name of the client used to connect to cec servers. It
19 will run on Linux, and BSD flavors supporting BPF.
20
21 %description -l pl.UTF-8
22 Coraid Ethernet Console (cec) to lekki protokół pozwalający na
23 połączenie dwóch końców przy użyciu surowych ramek ethernetowych.
24 Komunikacja nie jest bezpieczna.
25
26 cec to także nazwa klienta służącego do łączenia z serwerami cec.
27 Działa pod Linuksem i odmianami BSD z obsługą BPF.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__make} \
34         CC="%{__cc}" \
35         CFLAGS="%{rpmcflags} -Wall" \
36         LDFLAGS="%{rpmldflags}"
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
41
42 install cec $RPM_BUILD_ROOT%{_sbindir}
43 install cec.8 $RPM_BUILD_ROOT%{_mandir}/man8
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc LICENSE NEWS README
51 %attr(755,root,root) %{_sbindir}/cec
52 %{_mandir}/man8/cec.8*
This page took 0.073868 seconds and 4 git commands to generate.