diff --git a/es6-iterator-2.0.0.tgz b/es6-iterator-2.0.0.tgz deleted file mode 100644 index b42fbe1..0000000 Binary files a/es6-iterator-2.0.0.tgz and /dev/null differ diff --git a/nodejs-es6-iterator.spec b/nodejs-es6-iterator.spec index e68373c..89fdde4 100644 --- a/nodejs-es6-iterator.spec +++ b/nodejs-es6-iterator.spec @@ -7,7 +7,7 @@ Release: 1 Summary: Iterator abstraction based on ES6 specification License: MIT URL: https://github.com/medikoo/es6-iterator.git -Source0: https://registry.npmjs.org/es6-iterator/-/es6-iterator-%{version}.tgz +Source0: https://github.com/medikoo/es6-iterator/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{ix86} x86_64 %{arm} noarch @@ -20,7 +20,7 @@ Requires: nodejs Iterator abstraction based on ES6 specification %prep -%setup -q -n package +%autosetup -n es6-iterator-%{version} %nodejs_fixdep d "<=2.0.0" %build diff --git a/v2.0.0.tar.gz b/v2.0.0.tar.gz new file mode 100644 index 0000000..44c6a1d Binary files /dev/null and b/v2.0.0.tar.gz differ