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@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