* James H. Cloos Jr. (cloos@jhcloos.com) [020701 15:55]:
It should instead look like (shown here w/o the context and w/ y/\t/ /):
- do ln -sf $(LIBSHARED) $(FAKEROOT)$(SECUREDIR)/$$x.so ; done + do ln -f $(FAKEROOT)$(SECUREDIR)/$(LIBSHARED) $(FAKEROOT)$(SECUREDIR)/$$x.so ; done + rm $(FAKEROOT)$(SECUREDIR)/$(LIBSHARED)
so that the srpm will compile in the (usual) case where the BUILD directory and the FAKEROOT directory are on different filesystems, such as the typical /usr/src/packages/BUILD and /var/tmp/WHATEVER.
Ah, that's an artifact from our buildsystem. For every package a clean chroot installation is created and package is built in it so /var/ and / are always on the same filesystem. I'll forward this on to the maintainer though. Thanks, -- -ckm