From 5fe2d7933da5ef06fbcf531ec8e14759119c3702 Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Mon, 31 Aug 2020 14:35:17 +0800 Subject: [PATCH] package init --- nodeunit.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nodeunit.spec b/nodeunit.spec index ed340cb..eff769d 100644 --- a/nodeunit.spec +++ b/nodeunit.spec @@ -7,8 +7,9 @@ Summary: Easy asynchronous unit testing framework for Node.js License: MIT URL: https://github.com/caolan/nodeunit #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 +#tar -xvf nodeunit-%{version}.tgz +#tar -cvf nodeunit-%{version}.tar.gz package +Source0: %{name}-%{version}.tar.gz Patch0: %{name}-0.8.6-Load-system-modules.patch Patch1: %{name}-0.8.6-Use-system-assert.js.patch Patch2: %{name}-0.9.1-Use-newer-should.patch