SPECS: ncat.spec - pl desc, some cleanups
qboosh
qboosh at pld-linux.org
Fri Oct 21 19:45:12 CEST 2005
Author: qboosh Date: Fri Oct 21 17:45:12 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl desc, some cleanups
---- Files affected:
SPECS:
ncat.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/ncat.spec
diff -u SPECS/ncat.spec:1.1 SPECS/ncat.spec:1.2
--- SPECS/ncat.spec:1.1 Thu Oct 20 16:59:42 2005
+++ SPECS/ncat.spec Fri Oct 21 19:45:07 2005
@@ -2,7 +2,6 @@
#
# TODO:
# - compres docs/readme but not scripts
-# - add pl desc
#
Summary: A networking utility which read and write data across a network.
Summary(pl): Narzędzie sieciowe do przesyłania danych
@@ -23,8 +22,8 @@
Ncat is a reimplementation of the Netcat family. Ncat is a subset of
features from the original Netcat but with a complete overhaul. New
features and a combination of the Netcat families features (IPv6
-support, SSL support, etc) The port scanning support has been entirely
-removed from Ncat.
+support, SSL support, etc). The port scanning support has been
+entirely removed from Ncat.
Under the hood of Ncat, there is IPv4, IPv6 support as well as support
for TCP and UDP in both listen and connect modes. There is also SSL
@@ -33,6 +32,20 @@
connect that perhaps previously were unable to directly connect to
each other.
+%description -l pl
+Ncat to reimplementacja rodziny Netcat. Ncat jest podzbiorem
+możliwości z oryginalnego Netcata, ale w pełni sprawdzonym. Dostępne
+są nowe możliwości i połączenie możliwości rodziny Netcat (obsługa
+IPv6, obsługa SSL itp.). Obsługa skanowania portów została całkowicie
+usunięta z Ncata.
+
+Pod kapturem Ncata kryje się obsługa IPv4 i IPv6, a także obsługa TCP
+i UDP zarówno w trybie nasłuchiwania, jak i łączenia. Jest także
+obsługa SSL przy operacjach nasłuchiwania i łączenia, a także nowa
+opcja "pośredniczenia w połączeniach", pozwalająca połączyć się dwóm
+(lub więcej) hostom, które normalnie nie mogły się połączyć
+bezpośrednio.
+
%prep
%setup -q
@@ -49,15 +62,8 @@
%install
rm -rf $RPM_BUILD_ROOT
-
-install -d $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
-install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
-install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples
-install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples/logs
-install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples/scripts
-install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples/scripts/http-scan
-install -d $RPM_BUILD_ROOT%{_mandir}
+install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples/{logs,scripts/http-scan}
install -d $RPM_BUILD_ROOT%{_mandir}/man1
install ncat $RPM_BUILD_ROOT%{_bindir}
@@ -81,17 +87,17 @@
%docdir %{_docdir}/%{name}-%{version}/examples/scripts/http-scan
%attr(755,root,root) %{_bindir}/*
-%{_docdir}/%{name}-%{version}/*
+%{_docdir}/%{name}-%{version}
%{_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.2 2005/10/21 17:45:07 qboosh
+- pl desc, some cleanups
+
Revision 1.1 2005/10/20 14:59:42 mguevara
- nmap-ncat - network utility similar to netcat, socat
-
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ncat.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list