aboutsummaryrefslogtreecommitdiffstats
path: root/qelly
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-05-17 17:44:01 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-05-17 17:44:01 +0800
commit1c86e98880aba19c8346dc645cc13a0386e811e2 (patch)
tree85e6b908636417b38a6245cb531a2224c6785dc4 /qelly
parent6e7612c9a11b9b58bc3bf622411609be25fd26e1 (diff)
downloadcopr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar.gz
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar.bz2
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar.lz
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar.xz
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.tar.zst
copr-rpm-spec-1c86e98880aba19c8346dc645cc13a0386e811e2.zip
Use %license macro instead of %doc macro to install license files
Diffstat (limited to 'qelly')
-rw-r--r--qelly/qelly/qelly.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/qelly/qelly/qelly.spec b/qelly/qelly/qelly.spec
index 8756829..df02096 100644
--- a/qelly/qelly/qelly.spec
+++ b/qelly/qelly/qelly.spec
@@ -1,6 +1,6 @@
Name: qelly
Version: 1.0
-Release: 0.2.beta%{?dist}
+Release: 0.3.beta%{?dist}
Summary: Qelly is a Qt port of Nally
%global real_name Qelly
@@ -37,9 +37,13 @@ install -m 755 "bin/Qelly" "%{buildroot}/usr/bin"
%files
%defattr(-,root,root,-)
%{_bindir}/Qelly
-%doc AUTHORS CHANGES LICENSE README.md
+%license LICENSE
+%doc AUTHORS CHANGES README.md
%changelog
+* Sun May 17 2015 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.3.beta
+- Use license marco to install the license file
+
* Fri Mar 20 2015 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.2.beta
- Rebuilt for Fedora 22 and 23