]> git.pld-linux.org Git - packages/FHS.git/commitdiff
- changed /var/log owner/permissions (4771 root/uucp)
authorankry <ankry@pld-linux.org>
Fri, 17 May 2002 10:48:42 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added more _xmandir subdirs for national man pages
- release 22

Changed files:
    FHS.spec -> 1.48

FHS.spec

index 90eeb6de19c46ea2e42578c4db2708510d34cd62..12359e070c37bf9786df2cf88defbe68f200a892 100644 (file)
--- a/FHS.spec
+++ b/FHS.spec
@@ -5,7 +5,7 @@ Summary(pl):    Podstawowy uk
 Summary(tr):   Temel dosya sistemi yapýsý
 Name:          FHS
 Version:       2.1
-Release:       21
+Release:       22
 License:       GPL
 Group:         Base
 URL:           http://www.pathname.com/fhs/
@@ -69,7 +69,7 @@ for manp in man{1,2,3,4,5,6,7,8} ; do
        for mloc in bg cs da de es fi fr hr hu id it ja ko nl pl pt pt_BR ru sl sk sv ; do
                install -d $RPM_BUILD_ROOT%{_mandir}/${mloc}/${manp}
        done
-       for mloc in fr it ja ko pl ; do
+       for mloc in da fi fr hu it ja ko pl ; do
                install -d $RPM_BUILD_ROOT%{_xmandir}/${mloc}/${manp}
        done
 done
@@ -163,7 +163,10 @@ fi
 %dir /usr/X11R6
 %dir %{_xmandir}
 %{_xmandir}/man*
+%lang(da) %{_xmandir}/da
+%lang(fi) %{_xmandir}/fi
 %lang(fr) %{_xmandir}/fr
+%lang(hu) %{_xmandir}/hu
 %lang(it) %{_xmandir}/it
 %lang(ja) %{_xmandir}/ja
 %lang(ko) %{_xmandir}/ko
@@ -179,7 +182,7 @@ fi
 %dir /var/lib
 %dir /var/lib/misc
 /var/lock
-%attr(751,root,root) /var/log
+%attr(4771,root,uucp) /var/log
 %attr(775,root,mail) /var/mail
 %dir /var/opt
 %dir /var/run
This page took 0.033576 seconds and 4 git commands to generate.