[Bug 490132] Review Request: mingw32-qt - Qt library for MinGW

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 13 15:22:39 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=490132





--- Comment #2 from Richard W.M. Jones <rjones at redhat.com>  2009-03-13 11:22:39 EDT ---
(In reply to comment #1)
> > #BuildRequires:  qt-devel = %{version}  Stupid, can't write this ...
> 
> Use:
> BuildRequires: qt4-devel = %{version}
> 
> Otherwise, you'd have to add the Epoch, i.e.:
> BuildRequires: qt-devel = 1:%{version}  

No the problem is we want to buildrequire the same version
of Fedora's native Qt package, but any release.  The reason
is that we want to use the natively compiled 'moc' program.
However 'moc' only works with a matching version of Qt
(eg. all Qt 4.5.0 or whatever).

Now we cannot BuildRequire a specific version-release of
qt-devel (or qt4-devel) because this comes from a different
package, so we would constantly have to chase the native
Fedora package every time they did a new release.

What we want to do is to BR "%{version}-*", but AFAIK there
is no way to do this in RPM.

$ rpm -q --provides qt-devel | grep qt4-devel
qt4-devel = 4.4.3-10.fc10

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the mingw mailing list