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