add spec file license

This commit is contained in:
Remi Collet 2013-08-26 18:07:44 +02:00
commit 7a1e2bbb95

View file

@ -1,3 +1,11 @@
# spec file for mysql-connector-python
#
# Copyright (c) 2011-2013 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/3.0/
#
# Please, preserve the changelog entries
#
%{!?__python2: %global __python2 %{__python}}
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}