> On Thu, 3 Nov 2022 at 12:24, Gary Buhrmaster <gary.buhrmaster(a)gmail.com&gt;
> 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@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to