diff --git a/nodeunit-0.9.1.tar.gz b/nodeunit-0.9.1.tar.gz new file mode 100644 index 0000000..20591d8 Binary files /dev/null and b/nodeunit-0.9.1.tar.gz differ diff --git a/nodeunit-0.9.1.tgz b/nodeunit-0.9.1.tgz deleted file mode 100644 index a0ad9ed..0000000 Binary files a/nodeunit-0.9.1.tgz and /dev/null differ diff --git a/nodeunit.spec b/nodeunit.spec index 741a8fb..ed340cb 100644 --- a/nodeunit.spec +++ b/nodeunit.spec @@ -6,7 +6,9 @@ Release: 1 Summary: Easy asynchronous unit testing framework for Node.js License: MIT 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 Patch1: %{name}-0.8.6-Use-system-assert.js.patch Patch2: %{name}-0.9.1-Use-newer-should.patch