SPECS: apache.spec - %files for new packages - wrapped %descriptio...

glen glen at pld-linux.org
Wed Dec 14 12:03:57 CET 2005


Author: glen                         Date: Wed Dec 14 11:03:57 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- %files for new packages
- wrapped %descriptions
- more new packages

---- Files affected:
SPECS:
   apache.spec (1.426 -> 1.427) 

---- Diffs:

================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.426 SPECS/apache.spec:1.427
--- SPECS/apache.spec:1.426	Wed Dec 14 11:28:15 2005
+++ SPECS/apache.spec	Wed Dec 14 12:03:51 2005
@@ -169,29 +169,12 @@
 #  /home/services/httpd/manual/vhosts/ip-based.html.fr
 #  /home/services/httpd/manual/vhosts/name-based.html.fr
 #  /usr/lib64/apache/build/config.nice
-#  /usr/lib64/apache/mod_auth_basic.so
-#  /usr/lib64/apache/mod_authn_alias.so
-#  /usr/lib64/apache/mod_authn_anon.so
-#  /usr/lib64/apache/mod_authn_dbd.so
-#  /usr/lib64/apache/mod_authn_dbm.so
-#  /usr/lib64/apache/mod_authn_default.so
-#  /usr/lib64/apache/mod_authn_file.so
-#  /usr/lib64/apache/mod_authnz_ldap.so
-#  /usr/lib64/apache/mod_authz_dbm.so
-#  /usr/lib64/apache/mod_authz_default.so
-#  /usr/lib64/apache/mod_authz_groupfile.so
-#  /usr/lib64/apache/mod_authz_host.so
-#  /usr/lib64/apache/mod_authz_owner.so
-#  /usr/lib64/apache/mod_authz_user.so
-#  /usr/lib64/apache/mod_bucketeer.so
-#  /usr/lib64/apache/mod_dbd.so
-#  /usr/lib64/apache/mod_dumpio.so
-#  /usr/lib64/apache/mod_filter.so
-#  /usr/lib64/apache/mod_ident.so
-#  /usr/lib64/apache/mod_imagemap.so
-#  /usr/lib64/apache/mod_logio.so
-#  /usr/lib64/apache/mod_version.so
-
+#
+#   /usr/lib64/apache/mod_bucketeer.so
+#   /usr/sbin/dbmmanage
+#   /usr/sbin/htdbm
+#   /usr/share/man/man1/dbmmanage.1.gz
+#   /usr/share/man/man1/htdbm.1.gz
 #
 # Conditional build:
 %bcond_without	ssl		# build without SSL support
@@ -213,7 +196,7 @@
 Summary(tr):	Lider WWW tarayýcý
 Name:		apache
 Version:	2.2.0
-Release:	0.1
+Release:	0.3
 License:	Apache Group License
 Group:		Networking/Daemons
 Source0:	http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -479,7 +462,18 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_auth_basic
-This module allows the use of HTTP Basic Authentication to restrict access by looking up users in the given providers.
+This module allows the use of HTTP Basic Authentication to restrict
+access by looking up users in the given providers.
+
+%package mod_auth_digest
+Summary:	User authentication using MD5 Digest Authentication
+Group:		Networking/Daemons
+Provides:	apache(mod_auth_digest) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_auth_digest
+This module implements HTTP Digest Authentication. However, it has not
+been extensively tested and is therefore marked experimental.
 
 %package mod_authn_alias
 Summary:	Apache module that provides the ability to create extended authentication
@@ -488,7 +482,8 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authn_alias
-This module allows extended authentication providers to be created within the configuration file and assigned an alias name.
+This module allows extended authentication providers to be created
+within the configuration file and assigned an alias name.
 
 %package mod_authn_anon
 Summary:	Apache module that allows "anonymous" user access to authenticated areas
@@ -497,7 +492,10 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authn_anon
-This module provides authentication front-ends such as mod_auth_basic to authenticate users similar to anonymous-ftp sites, i.e. have a 'magic' user id 'anonymous' and the email address as a password. These email addresses can be logged.
+This module provides authentication front-ends such as mod_auth_basic
+to authenticate users similar to anonymous-ftp sites, i.e. have a
+'magic' user id 'anonymous' and the email address as a password. These
+email addresses can be logged.
 
 %package mod_authn_dbd
 Summary:	Apache module that allows user authentication using an SQL
@@ -506,7 +504,9 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authn_dbd
-This module provides authentication front-ends such as mod_auth_digest and mod_auth_basic to authenticate users by looking up users in SQL tables.
+This module provides authentication front-ends such as mod_auth_digest
+and mod_auth_basic to authenticate users by looking up users in SQL
+tables.
 
 %package mod_authn_dbm
 Summary:	Apache module that allows user authentication using DBM files
@@ -515,7 +515,9 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authn_dbm
-This module provides authentication front-ends such as mod_auth_digest and mod_auth_basic to authenticate users by looking up users in dbm password files.
+This module provides authentication front-ends such as mod_auth_digest
+and mod_auth_basic to authenticate users by looking up users in dbm
+password files.
 
 %package mod_authn_default
 Summary:	Apache module that rejects any credentials supplied by the user
@@ -524,7 +526,9 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authn_default
-This module is designed to be the fallback module, if you don't have configured an authentication module like mod_auth_basic. It simply rejects any credentials supplied by the user.
+This module is designed to be the fallback module, if you don't have
+configured an authentication module like mod_auth_basic. It simply
+rejects any credentials supplied by the user.
 
 %package mod_authn_file
 Summary:	Apache module that allows user authentication using text files
@@ -533,7 +537,9 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authn_file
-This module provides authentication front-ends such as mod_auth_digest and mod_auth_basic to authenticate users by looking up users in plain text password files.
+This module provides authentication front-ends such as mod_auth_digest
+and mod_auth_basic to authenticate users by looking up users in plain
+text password files.
 
 %package mod_authnz_ldap
 Summary:	Apache module that allows an LDAP directory to be used to store the database for HTTP Basic authentication
@@ -542,7 +548,8 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authnz_ldap
-This module provides authentication front-ends such as mod_auth_basic to authenticate users through an ldap directory.
+This module provides authentication front-ends such as mod_auth_basic
+to authenticate users through an ldap directory.
 
 %package mod_authz_dbm
 Summary:	Apache module that allows group authorization using DBM files
@@ -551,7 +558,9 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authz_dbm
-This module provides authorization capabilities so that authenticated users can be allowed or denied access to portions of the web site by group membership.
+This module provides authorization capabilities so that authenticated
+users can be allowed or denied access to portions of the web site by
+group membership.
 
 %package mod_authz_default
 Summary:	Apache module that rejects any authorization request
@@ -560,7 +569,9 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authz_default
-This module is designed to be the fallback module, if you don't have configured an authorization module like mod_authz_user or mod_authz_groupfile. It simply rejects any authorization request.
+This module is designed to be the fallback module, if you don't have
+configured an authorization module like mod_authz_user or
+mod_authz_groupfile. It simply rejects any authorization request.
 
 %package mod_authz_groupfile
 Summary:	Apache module that allows group authorization using plaintext files
@@ -569,17 +580,22 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authz_groupfile
-This module provides authorization capabilities so that authenticated users can be allowed or denied access to portions of the web site by group membership.
+This module provides authorization capabilities so that authenticated
+users can be allowed or denied access to portions of the web site by
+group membership.
 
 %package mod_authz_host
-Summary:	Apache module that allows group authorizations based on host (name or IP address)
-group authorization using plaintext files
+Summary:	Apache module that allows group authorizations based on host (name or IP address) group authorization using plaintext files
 Group:		Networking/Daemons
 Provides:	apache(mod_authz_host) = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authz_host
-The directives provided by mod_authz_host are used in <Directory>, <Files>, and <Location> sections as well as .htaccess files to control access to particular parts of the server. Access can be controlled based on the client hostname, IP address, or other characteristics of the client request, as captured in environment variables.
+The directives provided by mod_authz_host are used in <Directory>,
+<Files>, and <Location> sections as well as .htaccess files to control
+access to particular parts of the server. Access can be controlled
+based on the client hostname, IP address, or other characteristics of
+the client request, as captured in environment variables.
 
 %package mod_authz_owner
 Summary:	Apache module that allows authorization based on file ownership
@@ -588,7 +604,11 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authz_owner
-This module authorizes access to files by comparing the userid used for HTTP authentication (the web userid) with the file-system owner or group of the requested file. The supplied username and password must be already properly verified by an authentication module, such as mod_auth_basic or mod_auth_digest.
+This module authorizes access to files by comparing the userid used
+for HTTP authentication (the web userid) with the file-system owner or
+group of the requested file. The supplied username and password must
+be already properly verified by an authentication module, such as
+mod_auth_basic or mod_auth_digest.
 
 %package mod_authz_user
 Summary:	Apache module that allows user authorization
@@ -597,7 +617,8 @@
 Requires:	%{name} = %{version}-%{release}
 
 %description mod_authz_user
-This module provides authorization capabilities so that authenticated users can be allowed or denied access to portions of the web site.
+This module provides authorization capabilities so that authenticated
+users can be allowed or denied access to portions of the web site.
 
 %package mod_autoindex
 Summary:	Apache module - display index of files
@@ -680,6 +701,18 @@
 na tworzenie, przesuwanie, kopiowanie oraz kasowanie zasobów na
 zdalnym serwerze WWW.
 
+%package mod_dbd
+Summary:	Manages SQL database connections
+Group:		Networking/Daemons
+Provides:	apache(mod_dbd) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_dbd
+mod_dbd manages SQL database connections using apr_dbd. It provides
+database connections on request to modules requiring SQL database
+functions, and takes care of managing databases with optimal
+efficiency and scalability for both threaded and non-threaded MPMs.
+
 %package mod_deflate
 Summary:	Apache module: Compress content before it is delivered to the client
 Summary(pl):	Moduł Apache'a kompresujący dane przed przesłaniem ich do klienta
@@ -709,6 +742,22 @@
 Moduł oferujący przekierowania i udostępnianie informacji o zawartości
 katalogu.
 
+%package mod_dumpio
+Summary:	Dumps all I/O to error log as desired.
+Group:		Networking/Daemons
+Provides:	apache(mod_dumpio) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_dumpio
+mod_dumpio allows for the logging of all input received by Apache
+and/or all output sent by Apache to be logged (dumped) to the
+error.log file.
+
+The data logging is done right after SSL decoding (for input) and
+right before SSL encoding (for output). As can be expected, this can
+produce extreme volumes of data, and should only be used when
+debugging problems.
+
 %package mod_headers
 Summary:	Apache module allows for the customization of HTTP response headers
 Summary(pl):	Moduł Apache'a pozwalający na modyfikację nagłówków HTTP
@@ -725,6 +774,29 @@
 Moduł pozwalający na łączenie, usuwanie oraz zamianę nagłówków HTTP
 wysyłanych do przeglądarki.
 
+%package mod_ident
+Summary:	RFC 1413 ident lookups
+Group:		Networking/Daemons
+Provides:	apache(mod_ident) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_ident
+This module queries an RFC 1413 compatible daemon on a remote host to
+look up the owner of a connection.
+
+%package mod_imagemap
+Summary:	Server-side imagemap processing
+Group:		Networking/Daemons
+Provides:	apache(mod_imagemap) = %{version}-%{release}
+Obsoletes:	%{name}-mod_imap
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_imagemap
+This module processes .map files, thereby replacing the functionality
+of the imagemap CGI program. Any directory or document type configured
+to use the handler imap-file (using either AddHandler or SetHandler)
+will be processed by this module.
+
 %package mod_imap
 Summary:	Apache module with imap-file handler
 Summary(pl):	Moduł Apache'a z obsługą imap-file
@@ -769,6 +841,21 @@
 %description mod_ldap -l pl
 Moduł Apache'a umożliwiający korzystanie z połączeń LDAP.
 
+%package mod_logio
+Summary:	Logging of input and output bytes per request
+Group:		Networking/Daemons
+Provides:	apache(mod_logio) = %{version}-%{release}
+#Requires:	%{name}-mod_log_config = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_logio
+This module provides the logging of input and output number of bytes
+received/sent per request. The numbers reflect the actual bytes as
+received on the network, which then takes into account the headers and
+bodies of requests and responses. The counting is done before SSL/TLS
+on input and after SSL/TLS on output, so the numbers will correctly
+reflect any changes made by encryption.
+
 %package mod_proxy
 Summary:	Apache module with Web proxy
 Summary(pl):	Moduł Apache'a dodający obsługę serwera proxy
@@ -857,6 +944,19 @@
 %description mod_usertrack -l pl
 Moduł pozwalający na śledzenie "ciasteczek".
 
+%package mod_version
+Summary:	Version dependent configuration
+Group:		Networking/Daemons
+Provides:	apache(mod_version) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_version
+This module is designed for the use in test suites and large networks
+which have to deal with different httpd versions and different
+configurations. It provides a new container -- <IfVersion>, which
+allows a flexible version checking including numeric comparisons and
+regular expressions.
+
 %package mod_vhost_alias
 Summary:	Apache module for dynamically configured mass virtual hosting
 Summary(pl):	Moduł Apache'a dodający obsługę hostów wirtualnych
@@ -926,6 +1026,18 @@
 %description mod_file_cache -l pl
 Moduł cache'ujący statyczną listę plików w pamięci.
 
+%package mod_filter
+Summary:	Context-sensitive smart filter configuration module
+Group:		Networking/Daemons
+Provides:	apache(mod_filter) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_filter
+This module enables smart, context-sensitive configuration of output
+content filters. For example, apache can be configured to process
+different content-types through different filters, even when the
+content-type is not known in advance (e.g. in a proxy).
+
 %package -n htpasswd-%{name}
 Summary:	Apache 2 htpasswd utility: manage user files for basic authentication
 Summary(pl):	Narzędzie htpasswd z Apache'a 2 do zarządzania plikami uwierzytelnienia basic
@@ -1191,8 +1303,8 @@
 echo "LoadModule ldap_module	%{_libexecdir}/mod_ldap.so" > $CFG/49_mod_ldap.conf
 echo "LoadModule actions_module	%{_libexecdir}/mod_actions.so" > $CFG/50_mod_actions.conf
 echo "LoadModule auth_module	%{_libexecdir}/mod_auth.so" > $CFG/51_mod_auth.conf
-echo "LoadModule auth_anon_module	%{_libexecdir}/mod_auth_anon.so" > $CFG/52_mod_auth_anon.conf
-echo "LoadModule auth_dbm_module	%{_libexecdir}/mod_auth_dbm.so" > $CFG/53_mod_auth_dbm.conf
+#echo "LoadModule auth_anon_module	%{_libexecdir}/mod_auth_anon.so" > $CFG/52_mod_auth_anon.conf
+#echo "LoadModule auth_dbm_module	%{_libexecdir}/mod_auth_dbm.so" > $CFG/53_mod_auth_dbm.conf
 echo "LoadModule auth_digest_module	%{_libexecdir}/mod_auth_digest.so" > $CFG/54_mod_auth_digest.conf
 echo "LoadModule cache_module	%{_libexecdir}/mod_cache.so
 LoadModule mem_cache_module	%{_libexecdir}/mod_mem_cache.so
@@ -1322,23 +1434,23 @@
 %postun mod_actions
 %module_postun
 
-%post mod_auth
-%module_post
-
-%postun mod_auth
-%module_postun
-
-%post mod_auth_anon
-%module_post
-
-%postun mod_auth_anon
-%module_postun
+#%post mod_auth
+#%module_post
+#
+#%postun mod_auth
+#%module_postun
 
-%post mod_auth_dbm
-%module_post
+#%post mod_auth_anon
+#%module_post
+#
+#%postun mod_auth_anon
+#%module_postun
 
-%postun mod_auth_dbm
-%module_postun
+#%post mod_auth_dbm
+#%module_post
+#
+#%postun mod_auth_dbm
+#%module_postun
 
 %post mod_autoindex
 %module_post
@@ -1370,11 +1482,11 @@
 %postun mod_dav
 %module_postun
 
-%post mod_auth_digest
-%module_post
-
-%postun mod_auth_digest
-%module_postun
+#%post mod_auth_digest
+#%module_post
+#
+#%postun mod_auth_digest
+#%module_postun
 
 %post mod_deflate
 %module_post
@@ -1751,49 +1863,117 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_actions.conf
 %attr(755,root,root) %{_libexecdir}/mod_actions.so
 
-%files mod_auth
-%defattr(644,root,root,755)
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+#%files mod_auth
+#%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
 #%attr(755,root,root) %{_libexecdir}/mod_auth.so
 
-%files mod_auth_anon
-%defattr(644,root,root,755)
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth_anon.conf
+#%files mod_auth_anon
+#%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth_anon.conf
 #%attr(755,root,root) %{_libexecdir}/mod_auth_anon.so
 
-%if %{with ldap}
-%files mod_auth_ldap
-%defattr(644,root,root,755)
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth_ldap.conf
-#%attr(755,root,root) %{_libexecdir}/mod_auth_ldap.so
-%endif
-
-%if %{with ldap}
-%files mod_ldap
+%files mod_auth_basic
 %defattr(644,root,root,755)
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_ldap.conf
-%attr(755,root,root) %{_libexecdir}/mod_ldap.so
-%endif
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_auth_basic.so
 
-%files mod_auth_dbm
-%defattr(644,root,root,755)
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth_dbm.conf
+#%files mod_auth_dbm
+#%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth_dbm.conf
 #%attr(755,root,root) %{_libexecdir}/mod_auth_dbm.so
-%attr(755,root,root) %{_sbindir}/dbmmanage
-%attr(755,root,root) %{_sbindir}/htdbm
-%{_mandir}/man1/dbmmanage.1*
-%{_mandir}/man1/htdbm.1*
+#%attr(755,root,root) %{_sbindir}/dbmmanage
+#%attr(755,root,root) %{_sbindir}/htdbm
+#%{_mandir}/man1/dbmmanage.1*
+#%{_mandir}/man1/htdbm.1*
 
 %files mod_auth_digest
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth_digest.conf
 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
 
+#%if %{with ldap}
+#%files mod_auth_ldap
+#%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth_ldap.conf
+#%attr(755,root,root) %{_libexecdir}/mod_auth_ldap.so
+#%endif
+
+%files mod_authn_alias
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authn_alias.so
+
+%files mod_authn_anon
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authn_anon.so
+
+%files mod_authn_dbd
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authn_dbd.so
+
+%files mod_authn_dbm
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authn_dbm.so
+
+%files mod_authn_default
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authn_default.so
+
+%files mod_authn_file
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authn_file.so
+
+%files mod_authnz_ldap
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authnz_ldap.so
+
+%files mod_authz_dbm
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authz_dbm.so
+
+%files mod_authz_default
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authz_default.so
+
+%files mod_authz_groupfile
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authz_groupfile.so
+
+%files mod_authz_host
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authz_host.so
+
+%files mod_authz_owner
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authz_owner.so
+
+%files mod_authz_user
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_authz_user.so
+
 %files mod_autoindex
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_autoindex.conf
 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
 
+#%files mod_bucketeer
+#%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+#%attr(755,root,root) %{_libexecdir}/mod_bucketeer.so
+
 %files mod_cache
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_cache.conf
@@ -1819,6 +1999,11 @@
 %attr(755,root,root) %{_libexecdir}/mod_dav*.so
 %dir %attr(770,root,http) /var/lock/mod_dav
 
+%files mod_dbd
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_dbd.so
+
 %files mod_deflate
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_deflate.conf
@@ -1829,6 +2014,11 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_dir.conf
 %attr(755,root,root) %{_libexecdir}/mod_dir.so
 
+%files mod_dumpio
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_dumpio.so
+
 %files mod_expires
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_expires.conf
@@ -1839,14 +2029,29 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_file_cache.conf
 %attr(755,root,root) %{_libexecdir}/mod_file_cache.so
 
+%files mod_filter
+%defattr(644,root,root,755)
+#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_auth.conf
+%attr(755,root,root) %{_libexecdir}/mod_filter.so
+
 %files mod_headers
 %defattr(644,root,root,755)
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_headers.conf
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache.spec?r1=1.426&r2=1.427&f=u




More information about the pld-cvs-commit mailing list