X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=apache.spec;h=0f2d7a40e704ef7a093cb2f41bc56571701fdb81;hb=b41c8835fb30635cf45c0a6921ebc6bbcadfcd2d;hp=3ab01e50191d6e3d584bf43490121641fffeb3cc;hpb=77bbc0029ed638a098f86ca96866657d9ddf59e9;p=packages%2Fapache.git diff --git a/apache.spec b/apache.spec index 3ab01e5..0f2d7a4 100644 --- a/apache.spec +++ b/apache.spec @@ -33,12 +33,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.4.1 -Release: 0.7 +Version: 2.4.4 +Release: 3 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz -# Source0-md5: 4366afbea8149ca125af01fd59a2f8a2 +# Source0-md5: a2fed766e67c9681e0d9b86768f08286 Source1: %{name}.init Source2: %{name}.logrotate Source3: %{name}.sysconfig @@ -689,8 +689,8 @@ URL: http://httpd.apache.org/docs/2.4/mod/mod_authz_host.html Requires: %{name}-base = %{version}-%{release} Requires: apache(mod_authz_core) = %{version}-%{release} Provides: apache(mod_authz_host) = %{version}-%{release} -# for upgrade from 2.2, maybe this should be a "Suggests", but it's safer to require it by force -Requires: apache(mod_access_compat) = %{version}-%{release} +# for upgrade from 2.2 +Suggests: apache(mod_access_compat) = %{version}-%{release} # for apache < 2.2.0 Provides: apache(mod_access) = %{version}-%{release} Provides: webserver(access) @@ -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 @@ -2713,6 +2716,7 @@ fi %attr(755,root,root) %{_libexecdir}/mod_suexec.so %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_suexec.conf %{_mandir}/man8/suexec.8* +%{_mandir}/man8/fcgistarter.8* %files index %defattr(644,root,root,755) @@ -2733,7 +2737,7 @@ fi %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/apxs +%attr(755,root,root) %{_sbindir}/apxs %attr(755,root,root) %{_sbindir}/envvars* %dir %{_libexecdir} %dir %{_libexecdir}/build