[qt5-qtdoc/epel7] use qmake-qt5

Rex Dieter rdieter at fedoraproject.org
Tue Jan 14 14:13:35 UTC 2014


commit 3c827ad82246fb5e316efb26c65e99d5c9f4c326
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Tue Jan 14 08:13:39 2014 -0600

    use qmake-qt5
    
    seems %_qt5_qmake doesn't work where host and target arch's notion
    of %{_libdir} doesn't match.  So resort to qmake-qt5 in cases like
    this (noarch builds), for now.

 qt5-qtdoc.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/qt5-qtdoc.spec b/qt5-qtdoc.spec
index 515c7a8..a076edf 100644
--- a/qt5-qtdoc.spec
+++ b/qt5-qtdoc.spec
@@ -29,7 +29,7 @@ overviews, Qt topics, and examples not specific to any Qt module.
 
 
 %build
-%{_qt5_qmake}
+qmake-qt5
 make docs %{?_smp_mflags}
 
 


More information about the scm-commits mailing list