Author: arekm Date: Mon Apr 20 21:38:00 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 9; drop unmaintained metuxmpm
---- Files affected: SPECS: apache.spec (1.560 -> 1.561) ---- Diffs: ================================================================ Index: SPECS/apache.spec diff -u SPECS/apache.spec:1.560 SPECS/apache.spec:1.561 --- SPECS/apache.spec:1.560 Wed Apr 8 10:24:35 2009 +++ SPECS/apache.spec Mon Apr 20 23:37:55 2009 @@ -17,7 +17,6 @@ # Conditional build: %bcond_without ssl # build without SSL support %bcond_without ldap # build without LDAP support -%bcond_without metuxmpm # metux MPM %bcond_without peruser # peruser MPM %bcond_without event # event MPM %bcond_with distcache # distcache support @@ -36,7 +35,7 @@ Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.2.11 -Release: 8 +Release: 9 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -74,9 +73,6 @@ Patch2: %{name}-suexec.patch Patch3: %{name}-branding.patch Patch4: %{name}-apr.patch -# project homepage http://www.metux.de/mpm/en/?patpage=index -# http://www.sannes.org/metuxmpm/ -Patch5: httpd-2.0.48-metuxmpm-r8.patch # what about this? it isn't applied... Patch6: httpd-2.0.40-xfsz.patch Patch7: %{name}-syslibs.patch @@ -1735,7 +1731,6 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 -%patch5 -p1 %patch7 -p1 %patch8 -p1 %patch9 -p1 @@ -1785,7 +1780,7 @@ cd ../.. CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1" -for mpm in prefork worker %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} %{?with_event:event}; do +for mpm in prefork worker %{?with_peruser:peruser} %{?with_event:event}; do install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}" ../%configure \ --enable-layout=PLD \ @@ -1869,7 +1864,7 @@ done -for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker %{?with_event:event}; do +for mpm in %{?with_peruser:peruser} worker %{?with_event:event}; 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." @@ -1889,7 +1884,7 @@ DESTDIR=$RPM_BUILD_ROOT # install other mpm-s -for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker %{?with_event:event}; do +for mpm in %{?with_peruser:peruser} worker %{?with_event:event}; do install buildmpm-${mpm}/httpd.${mpm} $RPM_BUILD_ROOT%{_sbindir}/httpd.${mpm} done @@ -2730,6 +2725,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.561 2009/04/20 21:37:55 arekm +- rel 9; drop unmaintained metuxmpm + Revision 1.560 2009/04/08 08:24:35 pawelz - R: rc-scripts >= 0.4.1.23 because of --pidfile option for daemon() ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache.spec?r1=1.560&r2=1.561&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
