SPECS: apache-mod_fcgid.spec - fix build for apache 2.2

glen glen at pld-linux.org
Thu Dec 22 01:22:34 CET 2005


Author: glen                         Date: Thu Dec 22 00:22:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build for apache 2.2

---- Files affected:
SPECS:
   apache-mod_fcgid.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_fcgid.spec
diff -u SPECS/apache-mod_fcgid.spec:1.13 SPECS/apache-mod_fcgid.spec:1.14
--- SPECS/apache-mod_fcgid.spec:1.13	Thu Dec 22 00:39:06 2005
+++ SPECS/apache-mod_fcgid.spec	Thu Dec 22 01:22:28 2005
@@ -5,13 +5,14 @@
 Summary(pl):	Binarnie kompatybilna alternatywa dla modułu Apache'a mod_fastcgi
 Name:		apache-mod_%{mod_name}
 Version:	1.03
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Networking/Daemons
 Source0:	http://fastcgi.coremail.cn/mod_%{mod_name}.%{version}.tar.gz
 # Source0-md5:	dbcd5c96f8d6c6fcb7471abf527d176f
 Source1:	%{name}.conf
 Patch0:		%{name}-apr-status-is-success.patch
+Patch1:		%{name}-apache.patch
 URL:		http://fastcgi.coremail.cn/
 BuildRequires:	%{apxs}
 BuildRequires:	apache-devel >= 2.0.52-2
@@ -39,11 +40,12 @@
 %prep
 %setup -q -n mod_%{mod_name}.%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} \
 	top_dir=%{_pkglibdir} \
-	APXS=%{_apxs} \
+	APXS=%{apxs} \
 	INCLUDES="-I%(%{apxs} -q INCLUDEDIR)"
 
 %install
@@ -80,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2005/12/22 00:22:28  glen
+- fix build for apache 2.2
+
 Revision 1.13  2005/12/21 23:39:06  glen
 - rebuild with new apache
 - fix %post script
================================================================

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



More information about the pld-cvs-commit mailing list