> On Thu, 3 Nov 2022 at 12:24, Gary Buhrmaster <gary.buhrmaster(a)gmail.com> > wrote: ... > ssmoogen@ssmoogen-rh:~/GPG/rpm-specs$ egrep '^%{_mandir}/\*' *spec | wc -l > 417 I think that for `%{_mandir}` each subdir should be accounted separately: ``` for i in 1 2 3 4 5 6 7; do echo "%{_mandir}/man$i/* $(egrep '^%{_mandir}/man'$i'/\*' *.spec|wc -l)"; done %{_mandir}/man1/* 896 %{_mandir}/man2/* 3 %{_mandir}/man3/* 2405 %{_mandir}/man4/* 4 %{_mandir}/man5/* 108 %{_mandir}/man6/* 25 %{_mandir}/man7/* 47 ``` Sergey _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue