]> git.pld-linux.org Git - packages/qt5-qtscxml.git/commitdiff
use macro for qmake invocation auto/th/qt5-qtscxml-5.15.4-1
authorJan Palus <atler@pld-linux.org>
Thu, 12 May 2022 18:38:07 +0000 (20:38 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 12 May 2022 18:38:07 +0000 (20:38 +0200)
qt5-qtscxml.spec

index 2ef8aa937dd8278b9488e30f84575ee4f257369f..2445c20e48bf65ae7ab9e6d8a5f5e452c3a2e130 100644 (file)
@@ -25,7 +25,7 @@ BuildRequires:        qt5-doc-common >= %{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
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -117,7 +117,7 @@ PrzykĹ‚ady do biblioteki Qt5 Scxml.
 %setup -q -n %{orgname}-everywhere-src-%{version}
 
 %build
-qmake-qt5
+%{qmake_qt5}
 %{__make}
 %{?with_doc:%{__make} docs}
 
This page took 0.251552 seconds and 4 git commands to generate.