diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-12 18:26:24 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-15 13:18:20 +0800 |
commit | 7c4a857012e489003fbc04f3800ce8c13158739a (patch) | |
tree | c46dc0bfb9a08f991818846a6ff29cfbf851eff2 /qelly | |
parent | 03f5771fde737761083d599f78b2e89332cab345 (diff) | |
download | copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar.gz copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar.bz2 copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar.lz copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar.xz copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.tar.zst copr-rpm-spec-7c4a857012e489003fbc04f3800ce8c13158739a.zip |
Use configure, make_build, make_install macros
Diffstat (limited to 'qelly')
-rw-r--r-- | qelly/qelly/qelly.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qelly/qelly/qelly.spec b/qelly/qelly/qelly.spec index 2f37ad7..53dead2 100644 --- a/qelly/qelly/qelly.spec +++ b/qelly/qelly/qelly.spec @@ -26,7 +26,7 @@ name), but more features from other Telnet/SSH clients are also planned. %build %{qmake_qt4} -make %{?_smp_mflags} +%make_build %install @@ -42,7 +42,7 @@ install -m 755 "bin/Qelly" "%{buildroot}/usr/bin" %changelog * Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.10.beta -- Use autosetup macro +- Use autosetup and make_build macros - Rename the source tarball * Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.9.beta |