package init

This commit is contained in:
wang_yue111 2020-08-31 14:19:10 +08:00
parent badcbd86ad
commit 2c43efdb0f
3 changed files with 3 additions and 1 deletions

BIN
nodeunit-0.9.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,9 @@ Release: 1
Summary: Easy asynchronous unit testing framework for Node.js Summary: Easy asynchronous unit testing framework for Node.js
License: MIT License: MIT
URL: https://github.com/caolan/nodeunit URL: https://github.com/caolan/nodeunit
Source0: https://registry.npmjs.org/nodeunit/-/nodeunit-%{version}.tgz #wget https://registry.npmjs.org/nodeunit/-/nodeunit-%{version}.tgz
#tar -cvf nodeunit-0.9.1.tar.gz package
Source0: nodeunit-0.9.1.tar.gz
Patch0: %{name}-0.8.6-Load-system-modules.patch Patch0: %{name}-0.8.6-Load-system-modules.patch
Patch1: %{name}-0.8.6-Use-system-assert.js.patch Patch1: %{name}-0.8.6-Use-system-assert.js.patch
Patch2: %{name}-0.9.1-Use-newer-should.patch Patch2: %{name}-0.9.1-Use-newer-should.patch