SPECS: apache.spec, lighttpd.spec, apache1.spec, template-webapp.spec - add...

glen glen at pld-linux.org
Mon Aug 18 20:52:46 CEST 2008


Author: glen                         Date: Mon Aug 18 18:52:46 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add webserver(setenv)

---- Files affected:
SPECS:
   apache.spec (1.533 -> 1.534) , lighttpd.spec (1.260 -> 1.261) , apache1.spec (1.196 -> 1.197) , template-webapp.spec (1.57 -> 1.58) 

---- Diffs:

================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.533 SPECS/apache.spec:1.534
--- SPECS/apache.spec:1.533	Wed Jul 16 15:54:44 2008
+++ SPECS/apache.spec	Mon Aug 18 20:52:39 2008
@@ -35,7 +35,7 @@
 Summary(tr.UTF-8):	Lider WWW tarayıcı
 Name:		apache
 Version:	2.2.9
-Release:	3
+Release:	4
 License:	Apache
 Group:		Networking/Daemons
 Source0:	http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -1075,6 +1075,7 @@
 URL:		http://httpd.apache.org/docs/2.2/mod/mod_env.html
 Requires:	%{name}-base = %{version}-%{release}
 Provides:	apache(mod_env) = %{version}-%{release}
+Provides:	webserver(setenv)
 
 %description mod_env
 This module allows for control of the environment that will be
@@ -2729,6 +2730,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.534  2008/08/18 18:52:39  glen
+- add webserver(setenv)
+
 Revision 1.533  2008/07/16 13:54:44  areq
 - release 3
 

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.260 SPECS/lighttpd.spec:1.261
--- SPECS/lighttpd.spec:1.260	Mon Jul 14 18:10:55 2008
+++ SPECS/lighttpd.spec	Mon Aug 18 20:52:39 2008
@@ -38,7 +38,7 @@
 %define		webdav_progs	1
 %endif
 
-%define		rel 9
+%define		rel 10
 Summary:	Fast and light HTTP server
 Summary(pl.UTF-8):	Szybki i lekki serwer HTTP
 Name:		lighttpd
@@ -261,8 +261,8 @@
 Summary(pl.UTF-8):	Moduł lighttpd do obsługi skryptów PHP przez CGI
 Group:		Networking/Daemons
 Requires:	%{name}-mod_cgi = %{version}-%{release}
-Provides:	webserver(php)
 Requires:	php(cgi)
+Provides:	webserver(php)
 
 %description mod_cgi_php
 The cgi module provides a CGI-conforming interface for PHP scripts.
@@ -271,7 +271,8 @@
 very straight and simple way.
 
 %description mod_cgi_php -l pl.UTF-8
-Moduł cgi udostępnia interfejs zgodny z CGI do wywoływania skryptów PHP.
+Moduł cgi udostępnia interfejs zgodny z CGI do wywoływania skryptów
+PHP.
 
 Programy CGI pozwalają rozszerzać funkcjonalność serwera w bardzo
 prosty i naturalny sposób.
@@ -594,6 +595,7 @@
 Summary(pl.UTF-8):	Moduł lighttpd do ustawiania warunkowych nagłówków żądań
 Group:		Networking/Daemons
 Requires:	%{name} = %{version}-%{release}
+Provides:	webserver(setenv)
 
 %description mod_setenv
 mod_setenv is used to add request headers.
@@ -1285,6 +1287,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.261  2008/08/18 18:52:39  glen
+- add webserver(setenv)
+
 Revision 1.260  2008/07/14 16:10:55  glen
 - update to r2199:
   - merge spawn-fcgi changes from trunk (from @2191)

================================================================
Index: SPECS/apache1.spec
diff -u SPECS/apache1.spec:1.196 SPECS/apache1.spec:1.197
--- SPECS/apache1.spec:1.196	Sat Jun 14 12:12:27 2008
+++ SPECS/apache1.spec	Mon Aug 18 20:52:39 2008
@@ -31,7 +31,7 @@
 Summary(zh_CN.UTF-8):	Internet 上应用最广泛的 Web 服务程序。
 Name:		apache1
 Version:	1.3.41
-Release:	10
+Release:	11
 License:	Apache v2.0
 Group:		Networking/Daemons
 Source0:	http://www.apache.org/dist/httpd/apache_%{version}.tar.gz
@@ -797,6 +797,7 @@
 Group:		Networking/Daemons
 Requires:	%{name}(EAPI) = %{version}-%{release}
 Provides:	apache(mod_env) = %{version}-%{release}
+Provides:	webserver(setenv)
 
 %description mod_env
 This module allows for control of the environment that will be
@@ -2489,6 +2490,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.197  2008/08/18 18:52:39  glen
+- add webserver(setenv)
+
 Revision 1.196  2008/06/14 10:12:27  arekm
 - rel 10
 

================================================================
Index: SPECS/template-webapp.spec
diff -u SPECS/template-webapp.spec:1.57 SPECS/template-webapp.spec:1.58
--- SPECS/template-webapp.spec:1.57	Tue Oct 16 07:20:20 2007
+++ SPECS/template-webapp.spec	Mon Aug 18 20:52:39 2008
@@ -21,6 +21,7 @@
 #Requires:	webserver(cgi)
 #Requires:	webserver(indexfile)
 #Requires:	webserver(php)
+#Requires:	webserver(setenv)
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -108,6 +109,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2008/08/18 18:52:39  glen
+- add webserver(setenv)
+
 Revision 1.57  2007/10/16 05:20:20  glen
 - sample lighttpd config
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache.spec?r1=1.533&r2=1.534&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lighttpd.spec?r1=1.260&r2=1.261&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache1.spec?r1=1.196&r2=1.197&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-webapp.spec?r1=1.57&r2=1.58&f=u



More information about the pld-cvs-commit mailing list