!3 License compliance rectification

From: @lyn1001 
Reviewed-by: @solarhu 
Signed-off-by: @solarhu
This commit is contained in:
openeuler-ci-bot 2022-05-11 01:12:48 +00:00 committed by Gitee
commit 36ab33e9f8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,11 +2,11 @@
%global bootstrap 1 %global bootstrap 1
Name: nodejs-source-map Name: nodejs-source-map
Version: 0.5.6 Version: 0.5.6
Release: 1 Release: 2
Summary: Node.js library that generates and consumes source maps Summary: Node.js library that generates and consumes source maps
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
License: BSD License: BSD-3-Clause
URL: https://github.com/mozilla/source-map URL: https://github.com/mozilla/source-map
Source0: https://github.com/mozilla/source-map/archive/%{version}/source-map-%{version}.tar.gz Source0: https://github.com/mozilla/source-map/archive/%{version}/source-map-%{version}.tar.gz
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
@ -61,5 +61,8 @@ cp -p dist/*.js %{buildroot}%{_datadir}/%{name}/
%endif %endif
%changelog %changelog
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 0.5.6-2
- License compliance rectification
* Wed Aug 12 2020 zhanghua <zhanghua40@huawei.com> - 0.5.6-1 * Wed Aug 12 2020 zhanghua <zhanghua40@huawei.com> - 0.5.6-1
- package init - package init