[orca] Use the %license macro for the COPYING file

Kalev Lember kalev at fedoraproject.org
Tue Mar 3 20:06:52 UTC 2015


commit f8dad9f7f9ad0af13996b4fe0dd0ab78cef12c0d
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 3 20:36:44 2015 +0100

    Use the %license macro for the COPYING file

 orca.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/orca.spec b/orca.spec
index d329d00..5ea222e 100644
--- a/orca.spec
+++ b/orca.spec
@@ -66,7 +66,8 @@ fi
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files -f %{name}.lang
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_bindir}/orca
 %{python3_sitelib}/orca/
 %{_datadir}/icons/hicolor/*/apps/orca.png
@@ -80,6 +81,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %changelog
 * Tue Mar 03 2015 Kalev Lember <kalevlember at gmail.com> - 3.15.91-1
 - Update to 3.15.91
+- Use the %%license macro for the COPYING file
 
 * Tue Jan 20 2015 Richard Hughes <rhughes at redhat.com> - 3.15.4-1
 - Update to 3.15.4


More information about the scm-commits mailing list