On Thu, Apr 2, 2009 at 5:19 PM, David Timms wrote:
Hi, I got a few hints reqarding this on IRC:
I'm trying to adjust my spec to BR qt 3, in a way that works on EPEL and
Fedora. mharris suggested this might work:
BuildRequires: qt-devel >= 3
BuildRequires: qt-devel < 4, which -bs ok, actual build fails:
error: Failed build dependencies:
qt-devel < 4 is needed by dvbcut-0.6.0-4.svn157.fc10.src
The qt packages in Fedora have Epoch: 1 . I don't know about EPEL. But
you could try something like:
BuildRequires: qt-devel >= 1:3
BuildRequires: qt-devel < 1:4
Orcan