diff --git a/1.0.1.tar.gz b/1.0.1.tar.gz new file mode 100644 index 0000000..3c2c0ef Binary files /dev/null and b/1.0.1.tar.gz differ diff --git a/nodejs-path-array.spec b/nodejs-path-array.spec index 824e4a8..30b540b 100644 --- a/nodejs-path-array.spec +++ b/nodejs-path-array.spec @@ -7,7 +7,7 @@ Release: 1 Summary: Treat your $PATH like a JavaScript Array License: MIT URL: https://github.com/TooTallNate/node-path-array.git -Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz +Source0: https://github.com/TooTallNate/node-path-array/archive/%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -18,7 +18,7 @@ BuildRequires: mocha npm(array-index) Treat your $PATH like a JavaScript Array %prep -%setup -q -n package +%autosetup -n path-array-%{version} %nodejs_fixdep array-index '>=0.1.0' %build diff --git a/path-array-1.0.1.tgz b/path-array-1.0.1.tgz deleted file mode 100644 index 0e10cfe..0000000 Binary files a/path-array-1.0.1.tgz and /dev/null differ