[python-pyglet] Install LICENSE as a license file

Petr Viktorin pviktori at fedoraproject.org
Wed Jan 28 15:49:46 UTC 2015


commit 247e2a621da6a79118ae1cd9d4eaad092b94e3a9
Author: Petr Viktorin <encukou at gmail.com>
Date:   Wed Jan 28 16:48:58 2015 +0100

    Install LICENSE as a license file

 python-pyglet.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-pyglet.spec b/python-pyglet.spec
index c606729..af0ce99 100644
--- a/python-pyglet.spec
+++ b/python-pyglet.spec
@@ -6,7 +6,7 @@
 
 Name: python-%{srcname}
 Version: %{srcversion}
-Release: 0.10.alpha1%{?dist}
+Release: 0.11.alpha1%{?dist}
 Summary: A cross-platform windowing and multimedia library for Python
 
 License: BSD
@@ -110,7 +110,7 @@ popd
 %endif
 
 %files
-%doc LICENSE
+%license LICENSE
 %doc CHANGELOG
 %doc README
 %doc NOTICE
@@ -120,7 +120,7 @@ popd
 
 %if 0%{?with_python3}
 %files -n python3-%{srcname}
-%doc LICENSE
+%license LICENSE
 %doc CHANGELOG
 %doc README
 %doc NOTICE
@@ -131,6 +131,9 @@ popd
 
 
 %changelog
+* Wed Jan 28 2015 Petr Viktorin <pviktori at redhat.com> - 1.2-0.11.alpha1
+- Install LICENSE as a license file
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-0.10.alpha1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list