SPECS: sercd.spec (NEW) - new

qboosh qboosh at pld-linux.org
Fri Mar 10 10:32:30 CET 2006


Author: qboosh                       Date: Fri Mar 10 09:32:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   sercd.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/sercd.spec
diff -u /dev/null SPECS/sercd.spec:1.1
--- /dev/null	Fri Mar 10 10:32:30 2006
+++ SPECS/sercd.spec	Fri Mar 10 10:32:25 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+# TODO: make rc-inetd config file (based on included sercd.xinetd)
+Summary:	RFC 2217 Serial Communications Daemon
+Summary(pl):	Demon do komunikacji szeregowej zgodny z RFC 2217
+Name:		sercd
+Version:	2.3.2
+Release:	0.1
+License:	GPL v2
+Group:		Applications/Communications
+Source0:	http://www.lysator.liu.se/~astrand/projects/sercd/%{name}-%{version}.tar.gz
+# Source0-md5:	092487939c22fc4c6c42a41cda25658f
+URL:		http://www.lysator.liu.se/~astrand/projects/sercd/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+sercd is a serial port redirector that is compliant with the RFC 2217
+"Telnet Com Port Control Option" protocol. This protocol lets you
+share a serial port through the network.
+
+%description -l pl
+sercd to narzędzie do przekierowywania portów szeregowych zgodne z
+protokołem RFC 2217 "Telnet Com Port Control Option". Protokół ten
+pozwala na współdzielenie portu szeregowego przez sieć.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README
+%attr(755,root,root) %{_sbindir}/sercd
+%{_mandir}/man8/sercd.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/03/10 09:32:25  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list