SPECS: apache.spec - sorted module %packages

glen glen at pld-linux.org
Wed Dec 14 12:08:48 CET 2005


Author: glen                         Date: Wed Dec 14 11:08:48 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- sorted module %packages

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

---- Diffs:

================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.427 SPECS/apache.spec:1.428
--- SPECS/apache.spec:1.427	Wed Dec 14 12:03:51 2005
+++ SPECS/apache.spec	Wed Dec 14 12:08:43 2005
@@ -758,6 +758,50 @@
 produce extreme volumes of data, and should only be used when
 debugging problems.
 
+%package mod_expires
+Summary:	Apache module which generates Expires HTTP headers
+Summary(pl):	Moduł Apache'a generujący nagłówki HTTP Expires
+Group:		Networking/Daemons
+Provides:	apache(mod_expires) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_expires
+This module controls the setting of the Expires HTTP header in server
+responses. The expiration date can set to be relative to either the
+time the source file was last modified, or to the time of the client
+access.
+
+%description mod_expires -l pl
+Moduł kontroluje ustawianie nagłówka HTTP Expires. Data wygaśnięcia
+ważności może być ustalana w zależności od czasu modyfikacji plików
+źródłowych lub odwołania klienta.
+
+%package mod_file_cache
+Summary:	Apache module: caches a static list of files in memory
+Summary(pl):	Moduł Apache'a cache'ujący statyczną listę plików w pamięci
+Group:		Networking/Daemons
+Obsoletes:	apache-mmap_static
+Provides:	apache(mod_file_cache) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_file_cache
+Caches a static list of files in memory.
+
+%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 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
@@ -929,6 +973,28 @@
 Moduł pozwala administratorowi na przeglądanie statystyk dotyczących
 pracy serwera Apache (w postaci strony HTML).
 
+%package mod_unique_id
+Summary:	Apache module which provides a magic token for each request
+Summary(pl):	Moduł Apache'a nadający każdemu zapytaniu unikalny token
+Group:		Networking/Daemons
+Provides:	apache(mod_unique_id) = %{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
+
+%description mod_unique_id
+This package contains the mod_unique_id. This module provides a magic
+token for each request which is guaranteed to be unique across "all"
+requests under very specific conditions. The unique identifier is even
+unique across multiple machines in a properly configured cluster of
+machines. The environment variable UNIQUE_ID is set to the identifier
+for each request. Unique identifiers are useful for various reasons
+which are beyond the scope of this document.
+
+%description mod_unique_id -l pl
+Moduł nadaje każdemu zapytaniu token unikalny w ramach wszystkich
+zapytań, nawet w ramach poprawnie skonfigurowanego klastra z wielu
+maszyn. Moduł ustawia przy każdym zapytaniu zmienną środowiskową
+UNIQUE_ID.
+
 %package mod_usertrack
 Summary:	Apache module for user tracking using cookies
 Summary(pl):	Moduł Apache'a służący do śledzenia "ciasteczek"
@@ -972,72 +1038,6 @@
 Moduł umożliwia na dynamiczne konfigurowanie masowej ilości serwerów
 wirtualnych.
 
-%package mod_unique_id
-Summary:	Apache module which provides a magic token for each request
-Summary(pl):	Moduł Apache'a nadający każdemu zapytaniu unikalny token
-Group:		Networking/Daemons
-Provides:	apache(mod_unique_id) = %{version}-%{release}
-Requires:	%{name} = %{version}-%{release}
-
-%description mod_unique_id
-This package contains the mod_unique_id. This module provides a magic
-token for each request which is guaranteed to be unique across "all"
-requests under very specific conditions. The unique identifier is even
-unique across multiple machines in a properly configured cluster of
-machines. The environment variable UNIQUE_ID is set to the identifier
-for each request. Unique identifiers are useful for various reasons
-which are beyond the scope of this document.
-
-%description mod_unique_id -l pl
-Moduł nadaje każdemu zapytaniu token unikalny w ramach wszystkich
-zapytań, nawet w ramach poprawnie skonfigurowanego klastra z wielu
-maszyn. Moduł ustawia przy każdym zapytaniu zmienną środowiskową
-UNIQUE_ID.
-
-%package mod_expires
-Summary:	Apache module which generates Expires HTTP headers
-Summary(pl):	Moduł Apache'a generujący nagłówki HTTP Expires
-Group:		Networking/Daemons
-Provides:	apache(mod_expires) = %{version}-%{release}
-Requires:	%{name} = %{version}-%{release}
-
-%description mod_expires
-This module controls the setting of the Expires HTTP header in server
-responses. The expiration date can set to be relative to either the
-time the source file was last modified, or to the time of the client
-access.
-
-%description mod_expires -l pl
-Moduł kontroluje ustawianie nagłówka HTTP Expires. Data wygaśnięcia
-ważności może być ustalana w zależności od czasu modyfikacji plików
-źródłowych lub odwołania klienta.
-
-%package mod_file_cache
-Summary:	Apache module: caches a static list of files in memory
-Summary(pl):	Moduł Apache'a cache'ujący statyczną listę plików w pamięci
-Group:		Networking/Daemons
-Obsoletes:	apache-mmap_static
-Provides:	apache(mod_file_cache) = %{version}-%{release}
-Requires:	%{name} = %{version}-%{release}
-
-%description mod_file_cache
-Caches a static list of files in memory.
-
-%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
@@ -2134,6 +2134,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.428  2005/12/14 11:08:43  glen
+- sorted module %packages
+
 Revision 1.427  2005/12/14 11:03:51  glen
 - %files for new packages
 - wrapped %descriptions
================================================================

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




More information about the pld-cvs-commit mailing list