!13 Upgrade to 1.0.1
From: @starlet-dx Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
f38573bef6
14
LICENSE
14
LICENSE
@ -1,14 +0,0 @@
|
|||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
||||||
Version 2, December 2004
|
|
||||||
|
|
||||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim or modified
|
|
||||||
copies of this license document, and changing it is allowed as long
|
|
||||||
as the name is changed.
|
|
||||||
|
|
||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
||||||
|
|
||||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
||||||
|
|
||||||
Binary file not shown.
BIN
inherits-1.0.1.tar.gz
Normal file
BIN
inherits-1.0.1.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,12 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
|
|
||||||
Name: nodejs-inherits1
|
Name: nodejs-inherits1
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A tiny simple way to do classic inheritance in JS - legacy version
|
Summary: A tiny simple way to do classic inheritance in JS - legacy version
|
||||||
License: WTFPL
|
License: ISC
|
||||||
URL: https://github.com/isaacs/inherits
|
URL: https://github.com/isaacs/inherits
|
||||||
Source0: https://registry.npmjs.org/inherits/-/inherits-%{version}.tgz
|
Source0: https://github.com/isaacs/inherits/archive/v%{version}/inherits-%{version}.tar.gz
|
||||||
Source1: https://raw.github.com/isaacs/inherits/112807f2670160b6e3bafdf39e395c10ae7d0fac/LICENSE
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildRequires: nodejs-packaging
|
BuildRequires: nodejs-packaging
|
||||||
@ -20,8 +19,7 @@ functionality available in core Node.js or use the new version of inherits if
|
|||||||
they need browser support as well.
|
they need browser support as well.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%autosetup -n inherits-%{version} -p1
|
||||||
cp -p %{SOURCE1} LICENSE
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -36,6 +34,9 @@ cp -pr inherits.js package.json %{buildroot}%{nodejs_sitelib}/inherits@1
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 02 2023 yaoxin <yao_xin001@hoperun.com> - 1.0.1-1
|
||||||
|
- Upgrade to 1.0.1
|
||||||
|
|
||||||
* Fri 11 Sep 2020 leiju <leiju@huawei.com> - 1.0.0-1
|
* Fri 11 Sep 2020 leiju <leiju@huawei.com> - 1.0.0-1
|
||||||
- Go back to 1.0.0
|
- Go back to 1.0.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user