[Fedora-packaging] Many unowned directories in /usr/share/man

Tom "spot" Callaway tcallawa at redhat.com
Tue Jul 28 15:01:15 UTC 2009


On 07/28/2009 08:23 AM, Jon Ciesla wrote:
> WTR bureaucracy, would anything beyond a BZ be required?

I doubt it. The only question remaining is:

* Which locale directories should be created and how is that determined?

I'm inclined to say that it should be:

for locale in aa af am an ar as az be bg bn bo br bs ca cs cy da de dv
dz el en eo es et eu \
fa fi fo fr fy ga gd gl gu gv ha he hi hr ht hu hy id ig ik is it iu iw
ja ka kk kl km kn ko ks ku kw \
ky lg li lo lt lv mg mi mk ml mn mr ms mt nb ne nl nn no nr oc om or pa
pl pt pt_BR ro ru rw sa \ sc sd se si sk sl so sq sr ss st sv ta te tg
th ti tk tl tn tr ts tt ug uk ur uz ve vi wa wo xh yi \
yo zh zh_CN zh_TW zu;
do
  mkdir %{buildroot}%{_mandir}/$locale
  for a in `seq 0 3`; do
     mkdir %{buildroot}%{_mandir}/$locale/man$ap
  done
  for b in `seq 0 9`; do
     mkdir %{buildroot}%{_mandir}/$locale/man$b
  done
done

That covers everything glibc currently knows about.

~spot




More information about the Fedora-packaging mailing list