!2 Go back verison to 1.0.0
From: @lei_ju Reviewed-by: @solarhu Signed-off-by: @solarhu
This commit is contained in:
commit
019c71e916
14
LICENSE
Normal file
14
LICENSE
Normal file
@ -0,0 +1,14 @@
|
||||
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.
|
||||
|
||||
BIN
inherits-1.0.0.tgz
Normal file
BIN
inherits-1.0.0.tgz
Normal file
Binary file not shown.
@ -1,15 +1,17 @@
|
||||
%{?nodejs_find_provides_and_requires}
|
||||
|
||||
Name: nodejs-inherits1
|
||||
Version: 1.0.1
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
Summary: A tiny simple way to do classic inheritance in JS - legacy version
|
||||
License: WTFPL
|
||||
URL: https://github.com/isaacs/inherits
|
||||
Source0: https://github.com/isaacs/inherits/archive/v%{version}.tar.gz
|
||||
Source0: https://registry.npmjs.org/inherits/-/inherits-%{version}.tgz
|
||||
Source1: https://raw.github.com/isaacs/inherits/112807f2670160b6e3bafdf39e395c10ae7d0fac/LICENSE
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildRequires: nodejs-packaging
|
||||
|
||||
%description
|
||||
A tiny simple way to do classic inheritance in JavaScript.
|
||||
This is the legacy version used by many Node.js modules for many years, and is
|
||||
@ -18,7 +20,8 @@ functionality available in core Node.js or use the new version of inherits if
|
||||
they need browser support as well.
|
||||
|
||||
%prep
|
||||
%setup -q -n inherits-%{version}
|
||||
%setup -q -n package
|
||||
cp -p %{SOURCE1} LICENSE
|
||||
|
||||
%build
|
||||
|
||||
@ -33,5 +36,8 @@ cp -pr inherits.js package.json %{buildroot}%{nodejs_sitelib}/inherits@1
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.0.0-1
|
||||
* Fri 11 Sep 2020 leiju <leiju@huawei.com> - 1.0.0-1
|
||||
- Go back to 1.0.0
|
||||
|
||||
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.0.1-1
|
||||
- Package init
|
||||
|
||||
BIN
v1.0.1.tar.gz
BIN
v1.0.1.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user