I found a bug in the apache.spec file while attempting to build
apache under Release 2.3 this afternoon. The attached patch to
the apache.spec file fixes the problem. I haven't looked at the
CURRENT package, but I would guess that it has a similar problem.
Bill
--
INTERNET: [EMAIL PROTECTED] Bill Campbell; Celestial Software LLC
UUCP: camco!bill PO Box 820; 6641 E. Mercer Way
FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/
``I have learned what some people are like. And if some people are like
that, other people must have the means to shoot them.''
Donald Hamilton -- The Vanishers
--- apache.spec.orig 2005-03-29 13:57:59.000000000 -0800
+++ apache.spec 2005-03-29 13:59:18.000000000 -0800
@@ -66,7 +66,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 2.3.2
+Release: 20050329
# package options (suexec related)
%option with_suexec yes
@@ -935,7 +935,7 @@
%if "%{with_mod_auth_mysql}" == "yes"
%{l_shtool} install -c -m 644 \
-e 's;^[ ]*MYSQL_LIB=.*$;;' \
- mod_auth_mysql.c \
+ mod_auth_mysql-%{V_mod_auth_mysql}/mod_auth_mysql.c \
apache_%{V_apache}/src/modules/extra/
%endif