summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Palus2022-05-12 11:10:20 (GMT)
committerJan Palus2022-05-12 11:10:20 (GMT)
commit6df9b024f300b8c0bfed69d1ef4062ac388a5910 (patch)
tree4beab39dc0e9679c93cf467d513094edea7df181
parent0696f361c6524e99a1f59da9405e51f673405cb5 (diff)
downloadqt5-qtwebsockets-6df9b024f300b8c0bfed69d1ef4062ac388a5910.zip
qt5-qtwebsockets-6df9b024f300b8c0bfed69d1ef4062ac388a5910.tar.gz
use macro for qmake invocationauto/th/qt5-qtwebsockets-5.15.4-1
-rw-r--r--qt5-qtwebsockets.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt5-qtwebsockets.spec b/qt5-qtwebsockets.spec
index 196c548..257455f 100644
--- a/qt5-qtwebsockets.spec
+++ b/qt5-qtwebsockets.spec
@@ -31,7 +31,7 @@ BuildRequires: qt5-build >= %{qtbase_ver}
%{?with_qm:BuildRequires: qt5-linguist >= 5.2}
BuildRequires: qt5-qmake >= %{qtbase_ver}
BuildRequires: rpm-build >= 4.6
-BuildRequires: rpmbuild(macros) >= 1.654
+BuildRequires: rpmbuild(macros) >= 2.016
BuildRequires: tar >= 1:1.22
BuildRequires: xz
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -126,13 +126,13 @@ Przykłady do biblioteki Qt5 WebSockets.
%setup -q -n %{orgname}-everywhere-src-%{version} %{?with_qm:-a1}
%build
-qmake-qt5
+%{qmake_qt5}
%{__make}
%{?with_doc:%{__make} docs}
%if %{with qm}
cd qttranslations-everywhere-src-%{version}
-qmake-qt5
+%{qmake_qt5}
%{__make}
cd ..
%endif