Update to 3.3.0

This commit is contained in:
chen-jan 2022-06-29 08:42:08 +00:00
parent 66b9056ea8
commit 8bf8c4f8d9
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global packagename builtin-modules
%global enable_tests 0
Name: nodejs-builtin-modules
Version: 1.1.1
Version: 3.3.0
Release: 1
Summary: List of the Node.js builtin modules
License: MIT
URL: https://github.com/sindresorhus/builtin-modules.git
Source0: https://registry.npmjs.org/builtin-modules/-/builtin-modules-%{version}.tgz
Source0: https://github.com/sindresorhus/builtin-modules/archive/refs/tags/v%{version}.tar.gz
Source1: https://github.com/sindresorhus/builtin-modules/blob/d317be16fab701f2ac73bc9aa771f60ec052ed66/test.js
ExclusiveArch: %{nodejs_arches} noarch
BuildArch: noarch
@ -21,7 +21,7 @@ Requires: nodejs
List of the Node.js builtin modules
%prep
%setup -q -n package
%autosetup -n %{packagename}-%{version}
cp -p %{SOURCE1} .
%build
@ -45,5 +45,8 @@ cp -pr *.json *.js \
%{nodejs_sitelib}/%{packagename}
%changelog
* Wed Jun 29 2022 chenchen <chen_aka_jan@163.com> - 3.3.0-1
- Update to 3.3.0
* Tue Aug 18 2020 leiju <leiju4@huawei.com> - 1.1.1-1
- Package init

BIN
v3.3.0.tar.gz Normal file

Binary file not shown.