diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-10-16 23:41:22 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-10-16 23:41:22 +0800 |
commit | 54597826e2f2b99f32f2e1f509055784e8a16f5a (patch) | |
tree | 1009abe7cdfb0752ec1f1c03605465f110e179ad | |
parent | 30eb2be8220efb1d6b249c7a3c12af3a5c40fe83 (diff) | |
download | copr-rpm-spec-54597826e2f2b99f32f2e1f509055784e8a16f5a.tar copr-rpm-spec-54597826e2f2b99f32f2e1f509055784e8a16f5a.tar.gz copr-rpm-spec-54597826e2f2b99f32f2e1f509055784e8a16f5a.tar.bz2 copr-rpm-spec-54597826e2f2b99f32f2e1f509055784e8a16f5a.tar.lz copr-rpm-spec-54597826e2f2b99f32f2e1f509055784e8a16f5a.tar.xz copr-rpm-spec-54597826e2f2b99f32f2e1f509055784e8a16f5a.tar.zst copr-rpm-spec-54597826e2f2b99f32f2e1f509055784e8a16f5a.zip |
qelly: Use the correct qmake macro
-rw-r--r-- | qelly/qelly/qelly.spec | 8 |
1 files 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 <lantw44@gmail.com> - 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 <lantw44@gmail.com> - 1.0-0.8.beta - Rebuilt for Fedora 26 and 27 |