SPECS: cec.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Fri Oct 6 11:39:01 CEST 2006
Author: qboosh Date: Fri Oct 6 09:39:01 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
cec.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/cec.spec
diff -u /dev/null SPECS/cec.spec:1.1
--- /dev/null Fri Oct 6 11:39:01 2006
+++ SPECS/cec.spec Fri Oct 6 11:38:56 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+Summary: Coraid Ethernet Console client
+Summary(pl): Klient Coraid Ethernet Console (konsoli ethernetowej Coraid)
+Name: cec
+Version: 4
+Release: 1
+License: BSD
+Group: Networking
+Source0: http://dl.sourceforge.net/aoetools/%{name}-%{version}.tgz
+# Source0-md5: 0b556d9e0aac29b14a38feb72f4cfa78
+URL: http://aoetools.sourceforge.net/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Coraid Ethernet Console (cec) is a lightweight protocol for
+connecting two endpoints using raw ethernet frames. The communication
+is not secure.
+
+cec is also the name of the client used to connect to cec servers. It
+will run on Linux, and BSD flavors supporting BPF.
+
+%description -l pl
+Coraid Ethernet Console (cec) to lekki protokół pozwalający na
+połączenie dwóch końców przy użyciu surowych ramek ethernetowych.
+Komunikacja nie jest bezpieczna.
+
+cec to także nazwa klienta służącego do łączenia z serwerami cec.
+Działa pod Linuksem i odmianami BSD z obsługą BPF.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags} -Wall" \
+ LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+
+install cec $RPM_BUILD_ROOT%{_sbindir}
+install cec.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE NEWS README
+%attr(755,root,root) %{_sbindir}/cec
+%{_mandir}/man8/cec.8*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/10/06 09:38:56 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list