|
From: Dirk M. <dm...@gm...> - 2005-11-21 23:33:02
|
On Monday 21 November 2005 16:59, Josef Weidendorfer wrote:
> So what is the exact problem?
well, by default packages should install their documentation into
%_docdir/%{name}, this rule is violated here.
Anyway, I generally agree that there is tight coupling between callgrind and
valgrind. callgrind packages should probably be named "valgrind-callgrind"
instead.
BTW, callgrind still fails configure on x86_64 on bi-arch systems. Thats
because the .pc files are in /usr/lib64 then, which doesn't work with the
hardcoded paths in configure.
I don't see why one shouldn't use pkgconfig here, so I've made a patch that
converts configure to use pkgconfig. See below. (Its been around for a long
time, I'm quite surprised nobody has noticed this before).
Dirk
|