Compare commits

...

12 Commits

Author SHA1 Message Date
openeuler-ci-bot
f38573bef6
!13 Upgrade to 1.0.1
From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-11-03 01:29:08 +00:00
starlet-dx
835660fe6a Upgrade to 1.0.1 2023-11-02 20:04:12 +08:00
openeuler-ci-bot
ce7406bc8a
!8 revert to 1.0.0
From: @caodongxia 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
2022-07-08 05:19:53 +00:00
caodongxia
63029a4e2c revert to 1.0.0 2022-07-08 12:33:46 +08:00
openeuler-ci-bot
5289294742
!6 Update to 2.0.4
From: @bzg1107 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
2022-07-08 01:57:25 +00:00
baizg1107
a6d0e9a9b3 update to latest version 2022-06-30 18:25:58 +08:00
openeuler-ci-bot
019c71e916 !2 Go back verison to 1.0.0
From: @lei_ju
Reviewed-by: @solarhu
Signed-off-by: @solarhu
2020-09-12 00:03:34 +08:00
lei_ju
fc711d1e33 Modify changelog 2020-09-11 23:48:35 +08:00
lei_ju
73d072de73 Go bacj version to 1.0.0 2020-09-11 23:32:48 +08:00
openeuler-ci-bot
49e24a2f13 !1 Package init
Merge pull request !1 from wangxiao65/master
2020-09-08 20:57:08 +08:00
wangxiao65
02d74635b6 package init 2020-09-08 14:56:56 +08:00
wangxiao65
93113e0fc2 package init 2020-08-20 19:47:50 +08:00
3 changed files with 49 additions and 0 deletions

BIN
inherits-1.0.1.tar.gz Normal file

Binary file not shown.

44
nodejs-inherits1.spec Normal file
View File

@ -0,0 +1,44 @@
%{?nodejs_find_provides_and_requires}
Name: nodejs-inherits1
Version: 1.0.1
Release: 1
Summary: A tiny simple way to do classic inheritance in JS - legacy version
License: ISC
URL: https://github.com/isaacs/inherits
Source0: https://github.com/isaacs/inherits/archive/v%{version}/inherits-%{version}.tar.gz
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
retained for backward compatibility. New modules should use the inheritance
functionality available in core Node.js or use the new version of inherits if
they need browser support as well.
%prep
%autosetup -n inherits-%{version} -p1
%build
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/inherits@1
cp -pr inherits.js package.json %{buildroot}%{nodejs_sitelib}/inherits@1
%nodejs_symlink_deps
%files
%{nodejs_sitelib}/inherits@1
%doc README.md
%license LICENSE
%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
- Go back to 1.0.0
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.0.1-1
- Package init

5
nodejs-inherits1.yaml Normal file
View File

@ -0,0 +1,5 @@
git_url: https://github.com/isaacs/inherits
version_control: github
src_repo: isaacs/inherits
tag_prefix: "^v"
seperator: "."