[qt5-qtdeclarative] use new %qmake_qt5 macro

Rex Dieter rdieter at fedoraproject.org
Mon Nov 3 18:10:26 UTC 2014


commit 1cc0755d27e95f4f3bfd92a87cce24c097a41e4c
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Nov 3 12:10:42 2014 -0600

    use new %qmake_qt5 macro

 qt5-qtdeclarative.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/qt5-qtdeclarative.spec b/qt5-qtdeclarative.spec
index 12c873b..a04a5e3 100644
--- a/qt5-qtdeclarative.spec
+++ b/qt5-qtdeclarative.spec
@@ -15,7 +15,7 @@
 Summary: Qt5 - QtDeclarative component
 Name:    qt5-%{qt_module}
 Version: 5.4.0
-Release: 0.1.%{pre}%{?dist}
+Release: 0.2.%{pre}%{?dist}
 
 # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -86,7 +86,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{_qt5_qmake} ..
+%{qmake_qt5} ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -209,6 +209,9 @@ popd
 
 
 %changelog
+* Mon Nov 03 2014 Rex Dieter <rdieter at fedoraproject.org> 5.4.0-0.2.beta
+- use new %%qmake_qt5 macro
+
 * Sat Oct 18 2014 Rex Dieter <rdieter at fedoraproject.org> - 5.4.0-0.1.beta
 - 5.4.0-beta
 - %%ix84: drop sse2-optimized bits, need to rethink if/how to support it now


More information about the scm-commits mailing list