SPECS: proftpd.spec - pl for new subpackages

qboosh qboosh at pld-linux.org
Thu May 11 23:45:59 CEST 2006


Author: qboosh                       Date: Thu May 11 21:45:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl for new subpackages

---- Files affected:
SPECS:
   proftpd.spec (1.220 -> 1.221) 

---- Diffs:

================================================================
Index: SPECS/proftpd.spec
diff -u SPECS/proftpd.spec:1.220 SPECS/proftpd.spec:1.221
--- SPECS/proftpd.spec:1.220	Sun Apr 30 13:43:04 2006
+++ SPECS/proftpd.spec	Thu May 11 23:45:54 2006
@@ -198,13 +198,18 @@
 
 %package devel
 Summary:	Header files ProFTPD
+Summary(pl):	Pliki nagłówkowe ProFTPD
 Group:		Development/Libraries
 
 %description devel
 This is the package containing the header files for ProFTPD.
 
+%description devel -l pl
+Ten pakiet zawiera pliki nagłówkowe ProFTPD
+
 %package mod_auth_pam
 Summary:	ProFTPD PAM auth module
+Summary(pl):	Moduł uwierzytelnienia PAM dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Requires:	pam >= 0.79.0
@@ -212,28 +217,42 @@
 %description mod_auth_pam
 PAM authentication method for ProFTPD.
 
+%description mod_auth_pam -l pl
+Metoda uwierzytelnienia PAM dla ProFTPD.
+
 %package mod_ldap
 Summary:	ProFTPD OpenLDAP module
+Summary(pl):	Moduł OpenLDAP dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 
 %description mod_ldap
-LDAP authentication support.
-
 mod_ldap provides LDAP authentication support for ProFTPD. It supports
 many features useful in "toaster" environments such as default UID/GID
 and autocreation/autogeneration of home directories.
 
+%description mod_ldap -l pl
+mod_ldap dodaje obsługę uwierzytelnienia LDAP do ProFTPD. Obsługuje
+wiele cech przydatnych w środowiskach "tosterowych", takich jak
+domyślny UID/GID i automatyczne tworzenie/generowanie katalogów
+domowych.
+
 %package mod_quotatab
 Summary:	ProFTPD quotatab module
+Summary(pl):	Moduł quotatab dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 
 %description mod_quotatab
 A module for managing FTP byte/file quotas via centralized tables.
 
+%description mod_quotatab -l pl
+Moduł do zarządzania ograniczeniami bajtów/plików FTP poprzez
+scentralizowane tabele.
+
 %package mod_quotatab_file
 Summary:	ProFTPD quotatab file module
+Summary(pl):	Moduł quotatab_file dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Requires:	%{name}-mod_quotatab = %{epoch}:%{version}-%{release}
@@ -242,8 +261,13 @@
 A mod_quotatab sub-module for managing quota data via file-based
 tables.
 
+%description mod_quotatab_file -l pl
+Podmoduł mod_quotatab do zarządzania danymi o ograniczeniach poprzez
+tabele zapisane w pliku.
+
 %package mod_quotatab_ldap
 Summary:	ProFTPD quotatab ldap module
+Summary(pl):	Moduł quotatab_ldap dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Requires:	%{name}-mod_ldap = %{epoch}:%{version}-%{release}
@@ -253,8 +277,13 @@
 A mod_quotatab sub-module for obtaining quota information from an LDAP
 directory.
 
+%description mod_quotatab_ldap -l pl
+Podmoduł mod_quotatab do pobierania informacji o ograniczeniach z
+katalogu LDAP.
+
 %package mod_quotatab_sql
 Summary:	ProFTPD quotatab sql module
+Summary(pl):	Moduł quotatab_sql dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Requires:	%{name}-mod_quotatab = %{epoch}:%{version}-%{release}
@@ -264,24 +293,37 @@
 A mod_quotatab sub-module for managing quota data via SQL-based
 tables.
 
+%description mod_quotatab_sql -l pl
+Podmoduł mod_quotatab do zarządzania danymi o ograniczeniach poprzez
+tabele SQL.
+
 %package mod_ratio
-Summary:	ProFTPD quotatab ratio module
+Summary:	ProFTPD ratio module
+Summary(pl):	Moduł ratio dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 
 %description mod_ratio
 Support upload/download ratios.
 
+%description mod_ratio -l pl
+Obsługa współczynników upload/download.
+
 %package mod_readme
 Summary:	ProFTPD readme module
+Summary(pl):	Moduł readme dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 
 %description mod_readme
 "README" file support.
 
+%description mod_readme -l pl
+Obsługa pliku "README".
+
 %package mod_sql
 Summary:	ProFTPD SQL support module
+Summary(pl):	Moduł obsługi SQL dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 
@@ -289,8 +331,13 @@
 This module provides the necessary support for SQL based
 authentication, logging and other features as required.
 
+%description mod_sql -l pl
+Ten moduł dodaje obsługę SQL potrzebną do uwierzytelniania, logowania
+i innych możliwości opartych o SQL.
+
 %package mod_sql_mysql
 Summary:	ProFTPD sql mysql module
+Summary(pl):	Moduł sql_mysql dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Requires:	%{name}-mod_sql = %{epoch}:%{version}-%{release}
@@ -298,25 +345,37 @@
 %description mod_sql_mysql
 Support for connecting to MySQL databases.
 
+%description mod_sql_mysql -l pl
+Obsługa łączenia się z bazami danych MySQL.
+
 %package mod_sql_postgres
 Summary:	ProFTPD sql postgres module
+Summary(pl):	Moduł sql_postgres dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Requires:	%{name}-mod_sql = %{epoch}:%{version}-%{release}
 
 %description mod_sql_postgres
-Support for connecting to Postgres databases.
+Support for connecting to PostgreSQL databases.
+
+%description mod_sql_postgres -l pl
+Obsługa łączenia się z bazami danych PostgreSQL.
 
 %package mod_tls
 Summary:	ProFTPD TLS support
+Summary(pl):	Obsługa TLS dla ProFTPD
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 
 %description mod_tls
 An RFC2228 SSL/TLS module for ProFTPD.
 
+%description mod_tls -l pl
+Moduł SSL/TLS zgodny z RFC2228 dla ProFTPD.
+
 %package mod_wrap
-Summary:	ProFTPD Interface to libwrap
+Summary:	ProFTPD interface to libwrap
+Summary(pl):	Interfejs ProFTPD do libwrap
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 Requires:	libwrap
@@ -331,6 +390,16 @@
 program does this, for example: when illegal access is attempted, it
 will add hosts to the /etc/hosts.deny file.
 
+%description mod_wrap -l pl
+Ten pakiet pozwala demonowi używać wspólnej biblioteki kontroli
+dostępu tcpwrappers w trybie samodzielnym w bardzo wygodny sposób.
+
+Wiele programów automatycznie dodaje wpisy we wspólnych plikach
+allow/deny, a użycie tego modułu pozwala demonowi ProFTPD działającemu
+w trybie samodzielnym adaptować te wpisy w miarę dodawania. Robi tak
+na przykład program portsentry: przy próbie niedozwolonego dostępu
+dodaje hosty do pliku /etc/hosts.deny.
+
 %prep
 %setup -q -n %{name}-%{version}%{?_rc}
 %patch0 -p1
@@ -661,6 +730,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.221  2006/05/11 21:45:54  qboosh
+- pl for new subpackages
+
 Revision 1.220  2006/04/30 11:43:04  glen
 - fix ftptop linking with ncurses
 - typo in anonftp.conf
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/proftpd.spec?r1=1.220&r2=1.221&f=u



More information about the pld-cvs-commit mailing list