"felad" <felad RemoveThis @walla.co.il> writes:
>Hi
>
>When installing rpm it create Directories not explicitly included in
>package ( happens when the file installed on directory path which
>doesn't exists )
>
>Is there a way I can control of the permissions, group and owner of
>these directories without specify each one of them in the spec file ?
>
You might try overriding the %_fixperms, %_fixowner, %_fixgroup
macros in your $HOME/.rpmmacros file.
(see /usr/lib/rpm/macros, /usr/lib/rpm/<arch>-<os>/macros)
scott