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:
feb5de3f8f
This commit is contained in:
parent
a376b63255
commit
927de2d6bf
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user