!3 Update to version 4.2.11

From: @wang--ge 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-10-31 08:27:10 +00:00 committed by Gitee
commit 6447c5111a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,12 @@
%{?nodejs_find_provides_and_requires}
%global enable_tests 0
Name: nodejs-graceful-fs
Version: 4.1.11
Release: 2
Version: 4.2.11
Release: 1
Summary: A drop-in replacement for fs, making various improvements
License: ISC
URL: https://github.com/isaacs/node-graceful-fs
Source0: https://github.com/isaacs/node-graceful-fs/archive/v%{version}/%{name}-%{version}.tar.gz
Source0: https://github.com/isaacs/node-graceful-fs/archive/v%{version}/node-graceful-fs-%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -36,7 +36,7 @@ directory.
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/graceful-fs
cp -p package.json graceful-fs.js fs.js polyfills.js legacy-streams.js \
cp -p package.json graceful-fs.js polyfills.js legacy-streams.js clone.js \
%{buildroot}%{nodejs_sitelib}/graceful-fs
%nodejs_symlink_deps
@ -55,6 +55,9 @@ cp -p package.json graceful-fs.js fs.js polyfills.js legacy-streams.js \
%{nodejs_sitelib}/graceful-fs
%changelog
* Tue Oct 31 2023 Ge Wang <wang__ge@126.com> - 4.2.11-1
- Update to version 4.2.11
* Tue Jan 05 2021 huanghaitao <huanghaitao8@huawei.com> -4.1.11-2
- Modify Spec file to make license consistent