replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gtk?expand=0&rev=32
This commit is contained in:
Stephan Kulow 2011-12-06 17:55:50 +00:00 committed by Git OBS Bridge
parent 879f87590f
commit 51ac3b3e72

View File

@ -32,7 +32,7 @@ Url: http://www.pygtk.org/
Summary: Python bindings for the GTK+ widget set
Version: 2.24.0
Release: 1
License: LGPLv2.1+
License: LGPL-2.1+
Group: Development/Libraries/Python
Source: %{_name}-%{version}.tar.bz2
# conditionally use the new Capsule API instead of PyCObject, bnc#669802
@ -55,7 +55,7 @@ can write in python with PyGTK (within reason), but with all of
python's benefits.
%package devel
License: LGPLv2.1+
License: LGPL-2.1+
Summary: Files needed to build wrappers for GTK+ addon libraries
Group: Development/Libraries/Python
Requires: %{name} = %{version} python-gobject2-devel python-cairo-devel
@ -65,7 +65,7 @@ This package contains files required to build wrappers for GTK+ addon
libraries so that they interoperate with pygtk.
%package doc
License: LGPLv2.1+
License: LGPL-2.1+
Summary: Python bindings for the GTK+ widget set
Group: Development/Libraries/Python
Requires: %{name} = %{version}