!3 Update to version 4.2.11
From: @wang--ge Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
6447c5111a
BIN
node-graceful-fs-4.2.11.tar.gz
Normal file
BIN
node-graceful-fs-4.2.11.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user