I just recompiled glib-1.2 on my alpha, but when I try to install
libglib1.2-devel it reports a conflict with the info-install package:
[root@alpha cooker]# urpmi glib-devel -p
installing
/misc/linux/mandrake/cooker/libglib1.2-devel-1.2.10-3mdk.alpha.rpm
Preparing...
##################################################
file /usr/share/info/dir from install of libglib1.2-devel-1.2.10-3mdk
conflicts
with file from package info-install-4.0-21mdk
Installation failed
Try installation without checking dependencies? (y/N)
peering into the glib.spec file I notice that the info pages in the
%files section are globbed:
%{_infodir}/*
and so these two files are in the filelist:
/usr/share/info/dir
/usr/share/info/glib.info.bz2
The .spec file of other packages often uses:
%{_infodir}/%{name}*
Shall I modify glib.spec to use %{_infodir}/%{name}* ?
Stefan