From: Jakub Bogusz Date: Thu, 3 May 2001 15:24:42 +0000 (+0000) Subject: - manual/howto/ssi.html is localized now X-Git-Tag: apache-1_3_19-6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=fc097982cb5387ea7a33caf3bd7a9b283a1449b2 - manual/howto/ssi.html is localized now - fixed v6 patch (apache didn't select() any socket) - added missingok to /home/httpd/html/index.html Changed files: apache.spec -> 1.160 --- diff --git a/apache.spec b/apache.spec index 7c0daa1..5ed6cf9 100644 --- a/apache.spec +++ b/apache.spec @@ -579,7 +579,7 @@ gzip -9nf ABOUT_APACHE src/CHANGES KEYS README %pre if [ -n "`getgid http`" ]; then if [ "`getgid http`" != "51" ]; then - echo "Warning: group http haven't gid=51. Correct this before install apache" 1>&2 + echo "Warning: group http haven't gid=51. Correct this before installing apache" 1>&2 exit 1 fi else @@ -587,7 +587,7 @@ else fi if [ -n "`id -u http 2>/dev/null`" ]; then if [ "`id -u http`" != "51" ]; then - echo "Warning: user http haven't uid=51. Correct this before install apache" 1>&2 + echo "Warning: user http haven't uid=51. Correct this before installing apache" 1>&2 exit 1 fi else @@ -1061,7 +1061,8 @@ rm -rf $RPM_BUILD_ROOT %lang(ja) %{_datadir}/manual/howto/cgi.html.ja.jis %{_datadir}/manual/howto/footer.html %{_datadir}/manual/howto/header.html -%{_datadir}/manual/howto/ssi.html +%lang(en) %{_datadir}/manual/howto/ssi.html.en +%lang(ja) %{_datadir}/manual/howto/ssi.html.ja.jis %dir %{_datadir}/manual/mod %{_datadir}/manual/mod/core.html %lang(en) %{_datadir}/manual/mod/directive-dict.html.en @@ -1109,7 +1110,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/manual/vhosts/virtual-host.html %attr(755,root,root) %dir %{_datadir}/html -%config(noreplace) %{_datadir}/html/index.html +%config(noreplace,missingok) %{_datadir}/html/index.html # note: html extensions are not the same as (g)libc locale names %lang(ca) %{_datadir}/html/index.html.ca %lang(cs) %{_datadir}/html/index.html.cz