From 5f754832e131760f0907eceb81cb53ed36940d0c Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Wed, 22 Apr 2020 12:16:38 +0900 Subject: [PATCH] Follow open source license LGPL-2.1+ (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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/at-spi2-atk.spec b/packaging/at-spi2-atk.spec index 86744e7..fa469ea 100644 --- a/packaging/at-spi2-atk.spec +++ b/packaging/at-spi2-atk.spec @@ -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 -- 2.7.4