Hide Forgot
Description of problem: qt5-qtbase does fails to build with sqlite-devel-3.6* Version-Release number of selected component (if applicable): 5.2.0-0.10.rc1 How reproducible: Steps to Reproduce: 1. Install sqlite-devel-3.6 2. Build qt5-qtbase from SRPM Actual results: Build fails with complaining that "SQLITE_OPEN_URI is not defined in this context" Expected results: rpmqbuild stops refuses to build if the system does not have sqlite-devel >= 3.7 Additional info: This fixed the problem for me: Change: BuildRequires: pkgconfig(sqlite3) To: BuildRequires: sqlite-devel >= 3.7
Good thing EPEL currently only ships qt 5.1.1 :) I'll look into fixing the dep though, for when/if 5.2.0 lands.
%changelog * Thu Dec 05 2013 Rex Dieter <rdieter> 5.2.0-0.11.rc1 - needs a minimum version on sqlite build dependency (#1038617) - fix build when doc macro not defined