Modify Spec file to make license consistent

This commit is contained in:
hht8 2021-01-05 11:40:39 +08:00
parent b705fbadc0
commit cf9c1a6ac3

View File

@ -1,9 +1,9 @@
%{?nodejs_find_provides_and_requires}
Name: nodejs-inherits
Version: 2.0.3
Release: 1
Release: 2
Summary: A tiny simple way to do classic inheritance in js
License: WTFPL
License: ISC
URL: https://github.com/isaacs/inherits
Source0: https://github.com/isaacs/inherits/archive/v%{version}.tar.gz
Source1: https://raw.github.com/isaacs/inherits/112807f2670160b6e3bafdf39e395c10ae7d0fac/LICENSE
@ -63,5 +63,8 @@ end
%{nodejs_sitelib}/inherits
%changelog
* Tue Jan 05 2021 huanghaitao <huanghaitao8@huawei.com> - 2.0.3-2
- Modify Spec file to make license consistent
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 2.0.3-1
- Package init