[hitori] Use the %license macro for the COPIYNG files

Kalev Lember kalev at fedoraproject.org
Wed Mar 4 18:12:48 UTC 2015


commit 0678a13ab2e5a4fb4704ca9302cbf709555e1f71
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 4 19:11:54 2015 +0100

    Use the %license macro for the COPIYNG files

 hitori.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/hitori.spec b/hitori.spec
index 61aef34..f5cdeff 100644
--- a/hitori.spec
+++ b/hitori.spec
@@ -66,7 +66,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING COPYING-DOCS MAINTAINERS NEWS README
+%license COPYING COPYING-DOCS
+%doc AUTHORS MAINTAINERS NEWS README
 %{_bindir}/%{name}
 %{_datadir}/appdata/hitori.appdata.xml
 %{_datadir}/applications/%{name}.desktop
@@ -78,6 +79,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %changelog
 * Wed Mar 04 2015 Kalev Lember <kalevlember at gmail.com> - 3.14.3-1
 - Update to 3.14.3
+- Use the %%license macro for the COPIYNG files
 
 * Thu Dec 18 2014 Richard Hughes <rhughes at redhat.com> - 3.14.2.1-1
 - Update to 3.14.2.1


More information about the scm-commits mailing list