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