Building RPM & root-ttf (QT related)

Hello,

I am trying to build root 5.26 RPMs on my Fedora 11 laptop (x86_64). I have followed the instructions in
README/INSTALL. I end up with three RPMS:
libroot-static-5.26.00b-1.x86_64.rpm
root-system-5.26.00b-1.x86_64.rpm
root-system-debuginfo-5.26.00b-1.x86_64.rpm

I cannot however install the first two because I am missing the root-ttf package.
Could you please tell me where to find the instructions to build it ?

Thanks,
Florian Beaudette

I have the exact same problem.

I’m trying to build an rpm of the ROOT 5.26.00e, in a SLC6 (i686).
Cause I need QtROOT I enable Qt in spec.

I made rpmbuil -ba place/of/root.spec, it works ok and in the end I have

…/RPMS/i386/libroot-static-5.26.00e-1.i386.rpm
…/RPMS/i386/root-system-5.26.00e-1.i386.rpm

When I try to install the rpm’s it returns missing dependecy root-ttf

I also check and the OS have freeTypes installed.

Cheers
Ademar

[quote=“ademar”]I have the exact same problem.
. . .I made rpmbuil -ba place/of/root.spec, it works ok and in the end I have
. . . . .
When I try to install the rpm’s it returns missing dependecy root-ttf
… [/quote]Can you show us your “place/of/root.spec” ?