X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=blobdiff_plain;f=apache.spec;h=05c15cbeb900c488b4edb4c026091a66c0453d26;hp=109acff926d7483d7d24b01e529f5794b1c6133b;hb=d6bfc52b46405313f9cd0e009bad54b0536e91b0;hpb=94c9af0d281923c48214d27c9074afb92ba9c456 diff --git a/apache.spec b/apache.spec index 109acff..05c15cb 100644 --- a/apache.spec +++ b/apache.spec @@ -37,12 +37,12 @@ Summary(pt_BR.UTF-8): Servidor HTTPD para prover serviços WWW Summary(ru.UTF-8): Самый популярный веб-сервер Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache -Version: 2.2.22 -Release: 1 +Version: 2.4.1 +Release: 0.1 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz -# Source0-md5: d77fa5af23df96a8af68ea8114fa6ce1 +# Source0-md5: 4366afbea8149ca125af01fd59a2f8a2 Source1: %{name}.init Source2: %{name}.logrotate Source3: %{name}.sysconfig @@ -1797,7 +1797,7 @@ if [ "$MODULES_API" != "%_apache_modules_api" ]; then exit 1 fi -# fix libdir (at least in PLD layout; no need to care about other ones) +# fix libdir (at least in TLD layout; no need to care about other ones) sed -i -e 's,/lib$,/%{_lib},' config.layout %build @@ -1822,7 +1822,7 @@ CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1" for mpm in prefork worker %{?with_event:event} %{?with_itk:itk}; do install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}" ../%configure \ - --enable-layout=PLD \ + --enable-layout=TLD \ --disable-v4-mapped \ $( [ "${mpm}" = "prefork" -o "${mpm}" = "worker" -o "${mpm}" = "event" -o "${mpm}" = "itk" ] && echo "--enable-exception-hook" ) \ --enable-modules=all \