Follow open source license LGPL-2.1+ 23/231423/4 accepted/tizen/unified/20200428.214704 submit/tizen/20200422.052601 submit/tizen/20200422.215015 submit/tizen/20200423.214459 submit/tizen/20200424.020557 submit/tizen/20200426.100825 submit/tizen/20200426.222620 submit/tizen/20200427.214018
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 22 Apr 2020 03:16:38 +0000 (12:16 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 22 Apr 2020 05:14:56 +0000 (14:14 +0900)
(1) From 2.33.92, the license has been LGPL-2.1+. The fillowing is part
    of NEWS file.

   What's new in at-spi2-atk 2.33.92:

   * License is now LGPL-2.1+.
   * Several test fixes (thanks to Samuel THibault).
   * Initialize desktop name/path early; needed since we now defer
     registration.

(2) And open source license verification tool found that the full text
   of the license was missing. So this patch adds the license file to
   package and it will be installed as below.

   ./usr/share/licenses/libatk-bridge-2_0-0/COPYING

Change-Id: I20f05be53b332f382c55c95e758482ad11640d15

packaging/at-spi2-atk.spec

index 86744e7..fa469ea 100644 (file)
@@ -2,7 +2,7 @@ Name: at-spi2-atk
 Version: 2.34.1
 Release: 1
 Summary: Assistive Technology Service Provider Interface - GTK+ module
-License: LGPL-2.0+
+License: LGPL-2.1+
 Group: System/Libraries
 Url: http://www.gnome.org/
 Source: http://download.gnome.org/sources/at-spi2-atk/2.30/%{name}-%{version}.tar.xz
@@ -68,6 +68,7 @@ rm -rf %{buildroot}
 %defattr(-,root,root)
 %{_libdir}/libatk-bridge-2.0.so.*
 %{_libdir}/gtk-2.0/modules/libatk-bridge.so
+%license COPYING
 
 %files devel
 %manifest %{name}.manifest