SPECS: netcat.spec (NEW) - new, desc copied from nc.spec

radek radek at pld-linux.org
Sun Jun 4 18:01:21 CEST 2006


Author: radek                        Date: Sun Jun  4 16:01:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, desc copied from nc.spec

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

---- Diffs:

================================================================
Index: SPECS/netcat.spec
diff -u /dev/null SPECS/netcat.spec:1.1
--- /dev/null	Sun Jun  4 18:01:21 2006
+++ SPECS/netcat.spec	Sun Jun  4 18:01:14 2006
@@ -0,0 +1,96 @@
+# $Revision$, $Date$
+Summary:	Versatile network test and debugging tool
+Summary(es):	Herramienta de prueba e depuración para servicios de red
+Summary(pl):	Proste narzędzie do testowania sieci
+Summary(pt_BR):	Ferramenta de teste e depuraçăo para serviços de rede
+Name:		netcat
+Version:	0.7.1
+Release:	1
+License:	GPL v2+
+Group:		Networking/Admin
+Source0:	http://dl.sourceforge.net/netcat/netcat-%{version}.tar.bz2
+# Source0-md5:	0a29eff1736ddb5effd0b1ec1f6fe0ef
+URL:		http://netcat.sourceforge.net/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Netcat is a simple Unix utility which reads and writes data across
+network connections, using TCP or UDP protocol. It is designed to be a
+reliable "back-end" tool that can be used directly or easily driven by
+other programs and scripts. At the same time, it is a feature-rich
+network debugging and exploration tool, since it can create almost any
+kind of connection you would need and has several interesting built-in
+capabilities. Netcat, or "nc" as the actual program is named, should
+have been supplied long ago as another one of those cryptic but
+standard Unix tools.
+
+%description -l es
+NetCat es un cliente de red mínimo. Puede ser usado para crear
+conexiones TCP a puertos arbitrarios y puede simular conexiones
+sobre UDP. También puede oír puertos.
+
+%description -l pl
+Netcat to proste uniksowe narzędzie, które odbiera i wysyła dane
+poprzez połączenia sieciowe protokołami TCP lub UDP. Jest
+zaprojektowane jako wiarygodny "back-end", który może być używany
+bezpośrednio albo sterowany przez inne programy i skrypty.
+Jednocześnie może pomóc w wykrywaniu usterek w sieci albo poznawaniu
+jej od środka, ponieważ może stworzyć prawie dowolny rodzaj
+połączenia, jaki może być potrzebny, i ma wbudowanych kilka ciekawych
+funkcji. Netcat - albo "nc", jak się nazywa właściwy program, powinien
+był być dostarczany już dawno temu jako kolejne tajemnicze, ale
+standardowe uniksowe narzędzie.
+
+%description -l pt_BR
+O NetCat é um cliente de rede mínimo. Pode ser usado para criar
+conexőes TCP para portas arbitrárias e pode simular conexőes sobre
+UDP. Também pode receber conexőes.
+
+%prep
+%setup -q
+
+%build
+%{__intltoolize}
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cp -f /usr/share/automake/config.sub .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang netcat
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc Change* NEWS README TODO 
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+%{_infodir}/*.info*
+
+%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/06/04 16:01:14  radek
+- new, desc copied from nc.spec
+
================================================================


More information about the pld-cvs-commit mailing list