From 927de2d6bff5e66aaacedb2ecfe5ca56c853762a Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 19 Jan 2023 00:05:55 +0100 Subject: [PATCH] Fix license information and convert to SPDX jquery has changed its license to MIT: https://blog.jquery.com/2012/09/10/jquery-licensing-changes/ sizzle has dropped the BSD and GPL licenses: https://github.com/jquery/sizzle/commit/feb5de3f8fed345190bf5ae86eb37ace1150f35b --- mpdecimal.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mpdecimal.spec b/mpdecimal.spec index 0b279c0..0d74078 100644 --- a/mpdecimal.spec +++ b/mpdecimal.spec @@ -5,7 +5,7 @@ Name: mpdecimal Version: 2.5.1 Release: 4%{?dist} Summary: Library for general decimal arithmetic -License: BSD +License: BSD-2-Clause URL: http://www.bytereef.org/mpdecimal/index.html Source0: http://www.bytereef.org/software/mpdecimal/releases/mpdecimal-%{version}.tar.gz @@ -31,14 +31,14 @@ The package contains development headers for the mpdecimal library. %package doc Summary: Documentation for mpdecimal library -# docs is FBSDDL +# docs is FreeBSD-DOC # bundles underscore.js: MIT -# bundles jquery: MIT or GPLv2 -# jquery bundles sizzle.js: MIT and BSD and GPL -License: FBSDDL and BSD and GPL +# bundles jquery: MIT +# jquery bundles sizzle.js: MIT +License: FreeBSD-DOC AND MIT BuildArch: noarch -Provides: bundled(js-jquery) = 1.7.2 -Provides: bundled(js-underscore) = 1.4.4 +Provides: bundled(js-jquery) = 3.4.1 +Provides: bundled(js-underscore) = 1.3.1 %description doc The package contains documentation for the mpdecimal library.