From 0d9ab93479fff077c4aba6219ba85f074ca38cf1 Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Tue, 20 Apr 2021 15:26:14 +0200 Subject: [PATCH] Include also GPLv2+ to License field main.c and cachetest.c are distributed under GPLv2+ --- cdparanoia.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cdparanoia.spec b/cdparanoia.spec index d5d11c9..0d82e71 100644 --- a/cdparanoia.spec +++ b/cdparanoia.spec @@ -1,9 +1,9 @@ Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper) Name: cdparanoia Version: 10.2 -Release: 36%{?dist} -# the app is GPLv2, everything else is LGPLv2 -License: GPLv2 and LGPLv2 +Release: 37%{?dist} +# the app is GPLv2 and GPLv2+, everything else is LGPLv2 +License: GPLv2 and GPLv2+ and LGPLv2 URL: http://www.xiph.org/paranoia/index.html Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz @@ -106,6 +106,10 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Tue Apr 20 2021 Jiri Kucera - 10.2-37 +- Include also GPLv2+ to License field (main.c and cachetest.c + are distributed under GPLv2+) + * Tue Jan 26 2021 Fedora Release Engineering - 10.2-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild