fedora-devel-list
[Prev] Thread [Next] | [Prev] Date [Next]
Re: Displaying %doc and language specific files of an rpm Till Maas Mon Dec 01 14:01:01 2008
On Mon December 1 2008, Panu Matilainen wrote:
> Docs, config files, ghosts and the like can be viewed with this ('d' is
> for doc):
> rpm -qp --qf "[%{fileflags:fflags} %{filenames}\n]" <pkg>
>
> For languages there are no special formatters but this will give you the
> languages associated (if any) to each file:
> --qf "[%{filelangs} %{filenames}\n]"
Thank you very much, this is so great! :-D
Regards,
Till
-- fedora-devel-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/fedora-devel-list
- Displaying %doc and language specific files of an rpm Till Maas
- Re: Displaying %doc and language specific files of an rpm Jesse Keating
- Re: Displaying %doc and language specific files of an rpm Panu Matilainen