[packages/qt5-qtspeech] use macro for qmake invocation
atler
atler at pld-linux.org
Thu May 12 13:18:46 CEST 2022
commit 776352a43ea32982d546bf57117fd92c3305dac0
Author: Jan Palus <atler at pld-linux.org>
Date: Thu May 12 13:18:19 2022 +0200
use macro for qmake invocation
qt5-qtspeech.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qt5-qtspeech.spec b/qt5-qtspeech.spec
index e9ae108..2b95883 100644
--- a/qt5-qtspeech.spec
+++ b/qt5-qtspeech.spec
@@ -33,7 +33,7 @@ BuildRequires: qt5-assistant >= %{qttools_ver}
BuildRequires: qt5-build >= %{qtbase_ver}
BuildRequires: qt5-qmake >= %{qtbase_ver}
BuildRequires: rpm-build >= 4.6
-BuildRequires: rpmbuild(macros) >= 1.752
+BuildRequires: rpmbuild(macros) >= 2.016
%if %{with speech_dispatcher}
BuildRequires: speech-dispatcher-devel
%endif
@@ -154,7 +154,7 @@ Przykłady do biblioteki Qt5 Speech.
%setup -q -n %{orgname}-everywhere-src-%{version}
%build
-qmake-qt5 -- \
+%{qmake_qt5} -- \
-%{!?with_flite:no-}flite \
-%{!?with_speech_dispatcher:no-}speechd
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtspeech.git/commitdiff/776352a43ea32982d546bf57117fd92c3305dac0
More information about the pld-cvs-commit
mailing list