SPECS (DEVEL): proftpd.spec - add missing module descriptions - up...

glen glen at pld-linux.org
Sat Apr 29 15:06:37 CEST 2006


Author: glen                         Date: Sat Apr 29 13:06:37 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- add missing module descriptions
- update module inner deps

---- Files affected:
SPECS:
   proftpd.spec (1.211.2.13 -> 1.211.2.14) 

---- Diffs:

================================================================
Index: SPECS/proftpd.spec
diff -u SPECS/proftpd.spec:1.211.2.13 SPECS/proftpd.spec:1.211.2.14
--- SPECS/proftpd.spec:1.211.2.13	Sat Apr 29 14:54:22 2006
+++ SPECS/proftpd.spec	Sat Apr 29 15:06:31 2006
@@ -21,7 +21,7 @@
 Summary(zh_CN):	Ň×ÓÚšÜŔíľÄ,°˛ČŤľÄ FTP ˇţÎńĆ÷
 Name:		proftpd
 Version:	1.3.0
-Release:	0.14
+Release:	0.15
 Epoch:		1
 License:	GPL v2+
 Group:		Daemons
@@ -217,9 +217,9 @@
 %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.
+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.
 
 %package mod_quotatab
 Summary:	ProFTPD quotatab module
@@ -227,27 +227,39 @@
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 
 %description mod_quotatab
+A module for managing FTP byte/file quotas via centralized tables.
 
 %package mod_quotatab_file
 Summary:	ProFTPD quotatab file module
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
+Requires:	%{name}-mod_quotatab = %{epoch}:%{version}-%{release}
 
 %description mod_quotatab_file
+A mod_quotatab sub-module for managing quota data via file-based
+tables.
 
 %package mod_quotatab_ldap
 Summary:	ProFTPD quotatab ldap module
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
+Requires:	%{name}-mod_ldap = %{epoch}:%{version}-%{release}
+Requires:	%{name}-mod_quotatab = %{epoch}:%{version}-%{release}
 
 %description mod_quotatab_ldap
+A mod_quotatab sub-module for obtaining quota information from an LDAP
+directory.
 
 %package mod_quotatab_sql
 Summary:	ProFTPD quotatab sql module
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
+Requires:	%{name}-mod_quotatab = %{epoch}:%{version}-%{release}
+Requires:	%{name}-mod_sql = %{epoch}:%{version}-%{release}
 
 %description mod_quotatab_sql
+A mod_quotatab sub-module for managing quota data via SQL-based
+tables.
 
 %package mod_ratio
 Summary:	ProFTPD quotatab ratio module
@@ -255,6 +267,7 @@
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 
 %description mod_ratio
+Support upload/download ratios.
 
 %package mod_readme
 Summary:	ProFTPD readme module
@@ -270,6 +283,7 @@
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 
 %description mod_shaper
+A module implementing daemon-wide rate throttling via IPC.
 
 %package mod_sql
 Summary:	ProFTPD SQL support module
@@ -277,22 +291,26 @@
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 
 %description mod_sql
-This module provides the necessary support for SQL based authentication,
-logging and other features as required.
+This module provides the necessary support for SQL based
+authentication, logging and other features as required.
 
 %package mod_sql_mysql
 Summary:	ProFTPD sql mysql module
 Group:		Daemons
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
+Requires:	%{name}-mod_sql = %{epoch}:%{version}-%{release}
 
 %description mod_sql_mysql
+Support for connecting to MySQL databases.
 
 %package mod_sql_postgres
 Summary:	ProFTPD sql postgres module
 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.
 
 %package mod_tls
 Summary:	ProFTPD TLS support
@@ -300,6 +318,7 @@
 Requires:	%{name}-common = %{epoch}:%{version}-%{release}
 
 %description mod_tls
+An RFC2228 SSL/TLS module for ProFTPD.
 
 %package mod_wrap
 Summary:	ProFTPD Interface to libwrap
@@ -308,14 +327,14 @@
 Requires:	libwrap
 
 %description mod_wrap
-It enables the daemon to use the common tcpwrappers access control library
-while in standalone mode, and in a very configurable manner.
+It enables the daemon to use the common tcpwrappers access control
+library while in standalone mode, and in a very configurable manner.
 
-Many programs will automatically add entries in the common allow/deny files,
-and use of this module will allow a ProFTPD daemon running in standalone mode
-to adapt as these entries are added. The portsentry program does this, for
-example: when illegal access is attempted, it will add hosts to the
-/etc/hosts.deny file.
+Many programs will automatically add entries in the common allow/deny
+files, and use of this module will allow a ProFTPD daemon running in
+standalone mode to adapt as these entries are added. The portsentry
+program does this, for example: when illegal access is attempted, it
+will add hosts to the /etc/hosts.deny file.
 
 %prep
 %setup -q -a 8 -n %{name}-%{version}%{?_rc}
@@ -379,11 +398,6 @@
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
 install %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/mod_auth_pam.conf
-#install %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/mod_ldap.conf
-#install %{SOURCE11} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/mod_sql_mysql.conf
-#install %{SOURCE12} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/mod_tls.conf
-#install %{SOURCE13} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/mod_sql_postgres.conf
-#install %{SOURCE14} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/mod_wrap.conf
 echo 'LoadModule        mod_ldap.c' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/mod_ldap.conf
 echo 'LoadModule        mod_quotatab.c' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/mod_quotatab.conf
 echo 'LoadModule        mod_quotatab_file.c' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/mod_quotatab_file.conf
@@ -655,6 +669,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.211.2.14  2006/04/29 13:06:31  glen
+- add missing module descriptions
+- update module inner deps
+
 Revision 1.211.2.13  2006/04/29 12:54:22  glen
 - separate modules into subpackages
 
================================================================

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



More information about the pld-cvs-commit mailing list