From c4721031cac383895c2ceb2df0b1a09e15f4b7fc Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 24 Mar 2015 22:11:00 +0100 Subject: [PATCH] Use license macro for the COPYING files --- pyatspi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyatspi.spec b/pyatspi.spec index 1156c15..ba703e2 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -86,13 +86,15 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker. %files -%doc COPYING COPYING.GPL AUTHORS README +%license COPYING COPYING.GPL +%doc AUTHORS README %doc examples/magFocusTracker.py %{python_sitelib}/pyatspi/ %if !0%{?rhel} %files -n python3-pyatspi -%doc COPYING COPYING.GPL AUTHORS README +%license COPYING COPYING.GPL +%doc AUTHORS README %doc python3-examples/magFocusTracker.py %{python3_sitelib}/pyatspi/ %endif @@ -101,6 +103,7 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker. %changelog * Tue Mar 24 2015 Kalev Lember - 2.16.0-1 - Update to 2.16.0 +- Use license macro for the COPYING files * Tue Feb 17 2015 Richard Hughes - 2.15.90-1 - Update to 2.15.90