From: Bartosz Świątek Date: Thu, 23 Aug 2012 12:02:32 +0000 (+0200) Subject: - fix apxs installation X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=fbb06f3ebd7c8330a50d067a063d6f8ed32ad500;hp=351bb01eaad19baec76fb08f70f6ae48271eb639 - fix apxs installation --- diff --git a/apache.spec b/apache.spec index df5a481..1d9d60f 100644 --- a/apache.spec +++ b/apache.spec @@ -34,7 +34,7 @@ Summary(ru.UTF-8): Самый популярный веб-сервер Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.4.3 -Release: 2 +Release: 3 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -2319,6 +2319,9 @@ s/^.*\.\(pt-br\)/%%lang(pt_BR) &/ ' >> "$cur/manual.files" cd $cur +# move apxs to _sbindir +mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/apxs + # cgi_test: create config file with ScriptAlias cat << 'EOF' > $CFG/09_cgi_test.conf ScriptAlias /cgi-bin/printenv %{_cgibindir}/printenv