Author: arekm                        Date: Fri Dec  2 10:57:59 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- started game with 2.2.0; builds --without peruser --without metuxmpm

---- Files affected:
SPECS:
   apache.spec (1.419 -> 1.420) 

---- Diffs:

================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.419 SPECS/apache.spec:1.420
--- SPECS/apache.spec:1.419     Thu Dec  1 13:59:16 2005
+++ SPECS/apache.spec   Fri Dec  2 11:57:54 2005
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 # TODO:
+# - distcache.spec
 # - mod_case_filter
 # - mod_case_filter_in
 # - mod_optional_fn_{export,import}
@@ -20,11 +21,14 @@
 # Conditional build:
 %bcond_without ssl             # build without SSL support
 %bcond_without ldap            # build without LDAP support
-%bcond_with    external_pcre   # build with external PCRE support (Apache bug 
#27550)
+%bcond_without metuxmpm
+%bcond_without peruser
+%bcond_without external_pcre   # build with external PCRE support (Apache bug 
#27550)
+%bcond_with     distcache
 #
 %include       /usr/lib/rpm/macros.perl
 # this is internal macro, don't change to %%apache_modules_api
-%define                _apache_modules_api 20020903
+%define                _apache_modules_api 20051115
 Summary:       The most widely used Web server on the Internet
 Summary(de):   Leading World Wide Web-Server
 Summary(es):   Servidor HTTPD para proveer servicios WWW
@@ -34,12 +38,12 @@
 Summary(ru):   óÁÍŮĘ ĐĎĐŐĚŃŇÎŮĘ ×ĹÂ-ÓĹŇ×ĹŇ
 Summary(tr):   Lider WWW tarayýcý
 Name:          apache
-Version:       2.0.55
-Release:       3.2
+Version:       2.2.0
+Release:       0.1
 License:       Apache Group License
 Group:         Networking/Daemons
 Source0:       http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
-# Source0-md5: b45f16a9878e709497820565d42b00b9
+# Source0-md5: 760aecf26a071e15141170636af43456
 Source1:       %{name}.init
 Source2:       %{name}.logrotate
 Source3:       %{name}-icons.tar.gz
@@ -94,6 +98,7 @@
 BuildRequires: apr-devel >= 1:1.0.0
 BuildRequires: apr-util-devel >= 1:1.0.0
 BuildRequires: db-devel
+%{?with_distcache:BuildRequires:       distcache-libs-devel or distcache-devel}
 BuildRequires: expat-devel
 BuildRequires: gdbm-devel >= 1.8.3
 BuildRequires: libtool >= 2:1.5
@@ -122,7 +127,7 @@
 Requires:      mailcap
 Requires:      psmisc >= 20.1
 Provides:      apache(modules-api) = %{_apache_modules_api}
-Provides:      apache(mod_access)
+#Provides:     apache(mod_access)
 Provides:      apache(mod_alias)
 Provides:      apache(mod_asis)
 Provides:      apache(mod_autoindex)
@@ -755,27 +760,41 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
+# DROP, we don't use internal apr
+#%patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
+# FIXME, UPDATE
+#%patch5 -p1
+# APPLIED?
+#%patch7 -p1
+# APPLIED?
+#%patch8 -p1
+# seems applied
+#%patch9 -p1
 %patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -p1
+# CHECK
+#%patch11 -p1
+# CHECK
+#%patch12 -p1
+# CHECK
+#%patch13 -p1
 %patch14 -p1
 %patch15 -p1
-%patch16 -p1
-%patch17 -p1
+# seems applied
+#%patch16 -p1
+# CHECK
+#%patch17 -p1
 %patch18 -p1
 %patch19 -p1
 %patch20 -p1
-%patch21 -p1
-%patch22 -p1
-%patch23 -p1
-%{?with_external_pcre:%patch24 -p2}
+# UPDATE
+#%patch21 -p1
+# DROP, apache2 already uses apr1 api
+#%patch22 -p1
+# seems applied
+# %patch23 -p1
+# DROP?
+#%{?with_external_pcre:%patch24 -p2}
 
 %{__perl} -pi -e "s@/usr/local/bin/[EMAIL PROTECTED]@" $(grep -rl 
"/usr/local/bin/perl" *)
 %{__perl} -pi -e "[EMAIL PROTECTED]@BUILD_SUBDIRS [EMAIL PROTECTED]" 
srclib/Makefile.in
@@ -797,53 +816,69 @@
 %{__perl} -pi -e "s:apu-config:apu-1-config:g" support/apxs.in
 install /usr/share/automake/config.* build/
 CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1"
-for mpm in metuxmpm peruser perchild prefork worker; do
+for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} prefork worker; 
do
 install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}"
 ../%configure \
        --prefix=%{_sysconfdir} \
        --exec-prefix=%{_libexecdir} \
        --with-installbuilddir=%{_libdir}/apache/build \
+       --disable-v4-mapped \
        --enable-layout=PLD \
        --enable-modules=all \
        --enable-mods-shared=all \
        --enable-auth-anon \
        --enable-auth-dbm \
+       --enable-authn-dbd \
+       --enable-authn-alias \
+       --enable-authz-dbm \
+       --enable-authz-owner \
+       %{?with_ldap:--enable-authnz-ldap} \
        --enable-auth-digest \
        --enable-file-cache \
-       --enable-echo \
        --enable-cache \
-       --enable-charset-lite \
-       --enable-mem-cache \
        --enable-disk-cache \
+       --enable-mem-cache \
+       --enable-dbd \
+       --enable-bucketeer \
+       --enable-dumpio \
+       --enable-echo \
+       --enable-charset-lite \
+       --enable-deflate \
+       %{?with_ldap:--enable-ldap} \
        --enable-ext-filter \
        --enable-case-filter \
        --enable-case-filter-in \
-       --enable-deflate \
+       --enable-log-forensic \
+       --enable-logio \
        --with-z=%{_prefix} \
        --enable-mime-magic \
        --enable-cern-meta \
        --enable-expires \
        --enable-headers \
+       --enable-ident \
        --enable-usertrack \
        --enable-unique-id \
        --enable-proxy \
        --enable-proxy-connect \
        --enable-proxy-ftp \
        --enable-proxy-http \
-       %{?with_ssl:--enable-ssl} \
+       --enable-proxy-ajp \
+       --enable-proxy-balancer \
+       %{?with_ssl:--enable-ssl %{?with_distcache:--enable-distcache}} \
        --enable-optional-hook-export \
        --enable-optional-hook-import \
        --enable-optional-fn-import \
        --enable-optional-fn-export \
-       %{?with_ldap:--enable-ldap} \
-       %{?with_ldap:--enable-auth-ldap} \
+       --enable-http \
        --enable-dav \
        --enable-info \
        --enable-suexec \
        --enable-cgi \
        --enable-cgid \
        --enable-dav-fs \
+       --enable-dav-lock \
        --enable-vhost-alias \
+       --enable-imagemap \
        --enable-speling \
        --enable-rewrite \
        --enable-so \
@@ -863,7 +898,7 @@
        --with-suexec-umask=077 \
        --with-apr=%{_bindir}/apr-1-config \
        --with-apr-util=%{_bindir}/apu-1-config \
-       %{?with_external_pcre:--with-external-pcre}
+       %{?with_external_pcre:--with-pcre}
 
 %{__make}
 ./httpd.${mpm} -l | grep -v "${mpm}" > modules-inside
@@ -873,7 +908,7 @@
 cd ..
 done
 
-for mpm in metuxmpm peruser perchild worker; do
+for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker; do
        if ! cmp -s buildmpm-prefork/modules-inside 
buildmpm-${mpm}/modules-inside; then
                echo "List of compiled modules is different between prefork-MPM 
and ${mpm}-MPM!"
                echo "Build failed."
@@ -903,7 +938,7 @@
        logdir=%{_var}/log/httpd \
        proxycachedir=%{_var}/cache/httpd
 
-for mpm in metuxmpm peruser perchild worker; do
+for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker; do
        install buildmpm-${mpm}/httpd.${mpm} 
$RPM_BUILD_ROOT%{_sbindir}/httpd.${mpm}
        ln -s httpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/httpd.${mpm}.conf
 done
@@ -1254,7 +1289,7 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/logrotate.d/*
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) 
/etc/monit/*.monitrc
 
-%attr(755,root,root) %{_libexecdir}/mod_access.so
+#%attr(755,root,root) %{_libexecdir}/mod_access.so
 %attr(755,root,root) %{_libexecdir}/mod_alias.so
 %attr(755,root,root) %{_libexecdir}/mod_asis.so
 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
@@ -1351,8 +1386,8 @@
 %lang(de) %{_datadir}/manual/mod/mpm_common.html.de
 %lang(es) %{_datadir}/manual/mod/mpm_common.html.es
 %lang(ja) %{_datadir}/manual/mod/mpm_common.html.ja*
-%{_datadir}/manual/mod/mod_access.html.en
-%lang(ja) %{_datadir}/manual/mod/mod_access.html.ja*
+#%{_datadir}/manual/mod/mod_access.html.en
+#%lang(ja) %{_datadir}/manual/mod/mod_access.html.ja*
 %{_datadir}/manual/mod/mod_alias.html.en
 %lang(ja) %{_datadir}/manual/mod/mod_alias.html.ja*
 %lang(ko) %{_datadir}/manual/mod/mod_alias.html.ko.euc-kr
@@ -1675,6 +1710,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.420  2005/12/02 10:57:54  arekm
+- started game with 2.2.0; builds --without peruser --without metuxmpm
+
 Revision 1.419  2005/12/01 12:59:16  glen
 - unify monitrd filename, fix permission
 
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to