X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=apache.spec;h=05c15cbeb900c488b4edb4c026091a66c0453d26;hb=d6bfc52b46405313f9cd0e009bad54b0536e91b0;hp=a2f79c3267752d81ad4fdbeb12118375aa526f2e;hpb=03fa0e1eac0d3851c5ae1ab08a02cc3a5ee4eb69;p=packages%2Fapache.git diff --git a/apache.spec b/apache.spec index a2f79c3..05c15cb 100644 --- a/apache.spec +++ b/apache.spec @@ -13,7 +13,6 @@ # - drop mod_case_filter* or find summary and description for them # - build modules only once (not with each mpm) # - FYI: http://wiki.apache.org/httpd/InternalDummyConnection - # Conditional build: %bcond_without ssl # build without SSL support %bcond_without ldap # build without LDAP support @@ -38,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 @@ -1798,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 @@ -1823,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 \