]> git.pld-linux.org Git - packages/apache.git/commitdiff
- manual/howto/ssi.html is localized now apache-1_3_19-6
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 May 2001 15:24:42 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed v6 patch (apache didn't select() any socket)
- added missingok to /home/httpd/html/index.html

Changed files:
    apache.spec -> 1.160

apache.spec

index 7c0daa175db89d507df659534b218778d2cc9bba..5ed6cf940d28eeee9e5d50747e84ff67ba21a4dd 100644 (file)
@@ -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
This page took 0.09206 seconds and 4 git commands to generate.