diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-12 16:27:33 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2017-12-12 16:27:33 +0800 |
commit | 0fae38a456d1ab76ba7e7a3a49c2f704aa39d293 (patch) | |
tree | 1aa1c46fe8b3fe8ec7e039a8ab70f033d86e8e4a /qelly | |
parent | d36f15caaabee8c40eef62353e49ad5305935cd1 (diff) | |
download | copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.gz copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.bz2 copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.lz copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.xz copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.zst copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.zip |
Use autosetup macro
Diffstat (limited to 'qelly')
-rw-r--r-- | qelly/qelly/qelly.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/qelly/qelly/qelly.spec b/qelly/qelly/qelly.spec index 74f8568..5300df9 100644 --- a/qelly/qelly/qelly.spec +++ b/qelly/qelly/qelly.spec @@ -1,6 +1,6 @@ Name: qelly Version: 1.0 -Release: 0.9.beta%{?dist} +Release: 0.10.beta%{?dist} Summary: Qelly is a Qt port of Nally %global real_name Qelly @@ -22,7 +22,7 @@ minimal effort. The project is currently only a Qt version of Nally (hence the name), but more features from other Telnet/SSH clients are also planned. %prep -%setup -q -n %{real_name}-%{real_version} +%autosetup -n %{real_name}-%{real_version} -p1 %build %{qmake_qt4} @@ -41,6 +41,9 @@ install -m 755 "bin/Qelly" "%{buildroot}/usr/bin" %doc AUTHORS CHANGES README.md %changelog +* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.10.beta +- Use autosetup macro + * 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 |