From 54597826e2f2b99f32f2e1f509055784e8a16f5a Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Mon, 16 Oct 2017 23:41:22 +0800 Subject: qelly: Use the correct qmake macro --- qelly/qelly/qelly.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qelly/qelly/qelly.spec b/qelly/qelly/qelly.spec index 3771900..74f8568 100644 --- a/qelly/qelly/qelly.spec +++ b/qelly/qelly/qelly.spec @@ -1,6 +1,6 @@ Name: qelly Version: 1.0 -Release: 0.8.beta%{?dist} +Release: 0.9.beta%{?dist} Summary: Qelly is a Qt port of Nally %global real_name Qelly @@ -25,7 +25,7 @@ name), but more features from other Telnet/SSH clients are also planned. %setup -q -n %{real_name}-%{real_version} %build -%{_qt4_qmake} +%{qmake_qt4} make %{?_smp_mflags} @@ -41,6 +41,10 @@ install -m 755 "bin/Qelly" "%{buildroot}/usr/bin" %doc AUTHORS CHANGES README.md %changelog +* Mon Oct 16 2017 Ting-Wei Lan - 1.0-0.9.beta +- Use qmake_qt4 macro instead of _qt4_qmake macro +- Fix build failure on Fedora 27 and 28 + * Wed Mar 08 2017 Ting-Wei Lan - 1.0-0.8.beta - Rebuilt for Fedora 26 and 27 -- cgit v1.2.3