[Bug 191589] Review Request: qsa

bugzilla at redhat.com bugzilla at redhat.com
Sat May 13 16:43:32 UTC 2006


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

Summary: Review Request: qsa


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





------- Additional Comments From rdieter at math.unl.edu  2006-05-13 12:43 EST -------
There's no need to hard-code the qt path, at least not in the qt4 case, since it
uses pkg-config.  Use this instead to define qtdir:

BuildRequires: qt4-devel
%global qtdir %(pkg-config --variable=prefix QtCore)

and %files should probably be like:
%files
...
%qtdir/lib/libqsa.so.*

%files devel
...
%qtdir/lib/libqsa.so

qsa-devel certainly will need 
Requires: %{name} = %{version}-%{release}
Requires: qt4-devel

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list