From: JinWang An Date: Wed, 22 May 2024 22:33:48 +0000 (+0900) Subject: Change license name X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;p=platform%2Fupstream%2Fgobject-introspection.git Change license name - from GPL-2.0+ to PGL-2.0-or-later - from LGPL-2.0+ to LPGL-2.0-or-later Change-Id: I02c64c9885d23b5f71901c1f7be8e0e55e961438 Signed-off-by: JinWang An --- diff --git a/packaging/gobject-introspection.spec b/packaging/gobject-introspection.spec index 47beba1..225cc5a 100644 --- a/packaging/gobject-introspection.spec +++ b/packaging/gobject-introspection.spec @@ -2,7 +2,7 @@ Name: gobject-introspection Version: 1.70.0 Release: 0 Summary: GObject Introspection Tools -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Libraries Url: http://live.gnome.org/GObjectIntrospection Source0: http://download.gnome.org/sources/gobject-introspection/1.66/%{name}-%{version}.tar.xz @@ -41,7 +41,7 @@ a uniform, machine readable format. %package -n libgirepository Summary: GObject Introspection Library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries Requires: girepository >= %{version} @@ -51,7 +51,7 @@ a uniform, machine readable format. %package -n girepository Summary: Base GObject Introspection Bindings -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries Requires: libgirepository >= %{version} %(cat %{S:3} | awk '{ print "Provides: " $0}') @@ -62,7 +62,7 @@ a uniform, machine readable format. %package devel Summary: GObject Introspection Development Files -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries # Note: the devel package requires the binaries, not just the library Requires: %{name} = %{version}