Change license name 99/311599/1 tizen
authorJinWang An <jinwang.an@samsung.com>
Wed, 22 May 2024 22:33:48 +0000 (07:33 +0900)
committerJinWang An <jinwang.an@samsung.com>
Wed, 22 May 2024 22:34:35 +0000 (22:34 +0000)
 - 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 <jinwang.an@samsung.com>
packaging/gobject-introspection.spec

index 47beba1..225cc5a 100644 (file)
@@ -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}