diff --git a/closure-compiler-0.2.10.tgz b/closure-compiler-0.2.10.tgz deleted file mode 100644 index 636304d..0000000 Binary files a/closure-compiler-0.2.10.tgz and /dev/null differ diff --git a/nodejs-closure-compiler.spec b/nodejs-closure-compiler.spec index 446d9a2..50d4222 100644 --- a/nodejs-closure-compiler.spec +++ b/nodejs-closure-compiler.spec @@ -4,7 +4,7 @@ Release: 1 Summary: Bindings to Google's Closure Compiler for Node.js License: MIT URL: https://github.com/tim-smart/node-closure -Source0: http://registry.npmjs.org/closure-compiler/-/closure-compiler-%{version}.tgz +Source0: https://github.com/tim-smart/node-closure/archive/v%{version}.tar.gz Patch0: nodejs-closure-compiler-invoke.patch BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -15,8 +15,7 @@ A wrapper to the Google Closure compiler tool. It runs the jar file in a child process and returns the results in a callback. %prep -%setup -q -n package -%patch0 -p1 +%autosetup -n node-closure-%{version} -S git %nodejs_fixdep -r google-closure-compiler rm -rf node_modules lib/* diff --git a/v0.2.10.tar.gz b/v0.2.10.tar.gz new file mode 100644 index 0000000..dc52c6d Binary files /dev/null and b/v0.2.10.tar.gz differ