SPECS: tcputils.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Mon Jun 13 12:58:05 CEST 2005
Author: qboosh Date: Mon Jun 13 10:58:05 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
tcputils.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/tcputils.spec
diff -u /dev/null SPECS/tcputils.spec:1.1
--- /dev/null Mon Jun 13 12:58:05 2005
+++ SPECS/tcputils.spec Mon Jun 13 12:57:59 2005
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary: A collection of programs to faciliate TCP programming in shell-scripts
+Summary(pl): Zestaw programów ułatawiających programowanie TCP w skryptach powłoki
+Name: tcputils
+Version: 0.6.2
+Release: 1
+License: Public Domain
+Group: Applications/Networking
+Source0: ftp://ftp.lysator.liu.se/pub/unix/tcputils/%{name}-%{version}.tar.gz
+# Source0-md5: daf5844e3b3f09b0171c426ac4c0419c
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+tcputils is a collection of programs to facilitate TCP programming in
+shell-scripts. There is also a small library which makes it somewhat
+easier to create TCP/IP sockets.
+
+The programs included in this release are:
+- mini-inetd - small TCP/IP connection dispatcher
+- tcpbug - TCP/IP connection bugging device
+- tcpconnect - general TCP/IP client
+- tcplisten - general TCP/IP server
+- getpeername - get name of connected TCP/IP peer
+
+%description -l pl
+tcputils to zestaw programów ułatwiających programowanie TCP w
+skryptach powłoki. Dodatkowo dołączona jest mała biblioteka nieco
+ułatwiająca tworzenie gniazd TCP/IP.
+
+Programy załączone w tej wersji to:
+- mini-inetd - mały program do przekazywania połączeń TCP/IP
+- tcpbug - narzędzie do śledzenia połączeń TCP/IP
+- tcpconnect - ogólny klient TCP/IP
+- tcplisten - ogólny serwer TCP/IP
+- getpeername - uzyskiwanie nazwy drugiej strony połączenia TCP/IP
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+ CC="%{__cc}" \
+ COPT="%{rpmcflags}" \
+ NETLIBS=
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+%{__make} install \
+ bindir=$RPM_BUILD_ROOT%{_bindir} \
+ mandir=$RPM_BUILD_ROOT%{_mandir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc 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 2005/06/13 10:57:59 qboosh
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list