From 8b8f8c4f7840607ca93f9efbf1d1914b387a52b6 Mon Sep 17 00:00:00 2001 From: Lukasz Pawelczyk Date: Wed, 15 Sep 2021 14:45:03 +0200 Subject: [PATCH] Clarify licences. The library is LGPL-2+. Change-Id: Id906596ebffd45fc1407e545f7b8d6e4958000bb --- packaging/libgcrypt.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packaging/libgcrypt.spec b/packaging/libgcrypt.spec index d364391..7875b98 100644 --- a/packaging/libgcrypt.spec +++ b/packaging/libgcrypt.spec @@ -1,7 +1,7 @@ Name: libgcrypt Version: 1.8.3 Release: 0 -License: LGPL-2.1+ and GPL-2.0+ +License: LGPL-2.1+ Summary: The GNU Crypto Library %define libsoname %{name} Url: http://directory.fsf.org/wiki/Libgcrypt @@ -17,7 +17,7 @@ Libgcrypt is a general purpose crypto library based on the code used in GnuPG (alpha version). %package devel -License: GPL-2.0+ and LGPL-2.1+ and X11 and BSD-2.0 and IETF +License: GPL-2.0+ and GPL-3.0+ and LGPL-2.1+ and X11 and BSD-2.0 and IETF Summary: The GNU Crypto Library Group: Development/Libraries Requires: %{libsoname} = %{version} @@ -65,11 +65,12 @@ make %{?_smp_mflags} %files %manifest %{name}.manifest %defattr(-,root,root) -%license COPYING COPYING.LIB +%license COPYING.LIB %{_libdir}/%{name}.so.20* %files devel %manifest %{name}.manifest +%license COPYING %defattr(-,root,root) %{_infodir}/gcrypt.info.gz %{_infodir}/gcrypt.info-1.gz -- 2.34.1