http://bugzilla.rpmfusion.org/show_bug.cgi?id=26
--- Comment #9 from dexter <dex.mbox(a)gmail.com> 2008-06-24 15:28:59 ---
Just a slight addition, a name change for qt between f8 & f9
qt in f9 is == qt4 in f8 hence somthing like this should do the trick:
%if 0%{fedora} > 8
Buildrequires qt3-devel
%else
Buildrequires qt-devel
%endif
will ensure it builds against qt3 for current releases, remove when f8 eol.
I'll try a build and install later and get back.
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.