SPECS: onenetd.spec (NEW) - new spec: tcpserver clone

jajcus jajcus at pld-linux.org
Tue Nov 21 10:00:32 CET 2006


Author: jajcus                       Date: Tue Nov 21 09:00:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec: tcpserver clone

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

---- Diffs:

================================================================
Index: SPECS/onenetd.spec
diff -u /dev/null SPECS/onenetd.spec:1.1
--- /dev/null	Tue Nov 21 10:00:32 2006
+++ SPECS/onenetd.spec	Tue Nov 21 10:00:26 2006
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	onenetd - a single-server inetd
+Summary(pl):	onenetd - inetd dla jednego serwera
+Name:		onenetd
+Version:	1.11
+Release:	1
+License:	MIT
+Group:		Networking/Admin
+Source0:	http://offog.org/files/%{name}-%{version}.tar.gz
+# Source0-md5:	da1b1365f0df1a84aea67569f154db62
+URL:		http://offog.org/code/onenetd.html
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+onenetd is a single-server inetd, similar to Dan Bernstein's tcpserver or
+courier-tcpd from Courier-IMAP. It is small, has been shown to work happily on
+Linux and Solaris, and supports limiting the number of concurrent connections
+and refusing further connections with a configurable message (useful for
+limiting connections to busy FTP servers, for instance). See the included
+manual page for all the options.
+
+%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 ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+
+%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/11/21 09:00:26  jajcus
+- new spec: tcpserver clone
+
================================================================


More information about the pld-cvs-commit mailing list