We wish to package our Qt-based application for Ubuntu and Fedora. In the Ubuntu Debian package, I include dependencies on, for example,
libqtcore4 (>= 4:4.7)
libqtgui4 (>= 4:4.7)
libqt4-xml (>= 4:4.7)
...
I am unable to find the corresponding runtime packages for Fedora 13 & 14. I have searched in the Fedora Package Database and tried RPM Search, but none of my searches are coming up with anything that looks like the official distribution. (I’m assuming, of course, that there is one … please correct me if I’m mistaken.)
Obviously, I’m quite unfamiliar with Fedora; it’s not my daily OS, so I’m probably missing something obvious. I appreciate the help!
The package names on Fedora are qt and qt-x11
I don’t think they’ve changed between the releases, but the package names were taken from a Fedora 14 box.
The relevant piece of your spec might look like:
qt-x11 probably depends on qt so you may be able to DRY that up a bit.